Skip to content

Commit

Permalink
add conformance for fungibles
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 committed Aug 15, 2023
1 parent 22ac417 commit e9b684d
Show file tree
Hide file tree
Showing 5 changed files with 1,200 additions and 0 deletions.
1 change: 1 addition & 0 deletions tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pallet-treasury = { git = "/~https://github.com/paritytech/substrate", branch = "p
sp-core = { git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" }
sp-io = { git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" }
sp-staking = { git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" }
paste = "1.0.12"

[features]
default = ["std"]
Expand Down
Loading

0 comments on commit e9b684d

Please sign in to comment.