mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 03:41:13 +00:00
BREAKING CHANGE: the wrapped-token config PDA holds a borsh WrappedTokenConfig (minter plus authorized source pairs) rather than a bare minter id, and Instruction::InitConfig takes it as a single field. Mint now refuses a source the token has not authorized, checked against the inbox's source marker. The wrapped_token image id moves, and bridge_lock's with it, since it links wrapped_token_core.
14 lines
250 B
TOML
14 lines
250 B
TOML
[package]
|
|
name = "wrapped_token_program"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
cross_zone_inbox_core.workspace = true
|
|
lee_core.workspace = true
|
|
wrapped_token_core.workspace = true
|