Skip to content

Commit

Permalink
add pallet-asset-rate to workspace & moonbase
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Feb 26, 2025
1 parent 5d612c9 commit 5ddbb1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ frame-system-benchmarking = { git = "https://github.com/moonbeam-foundation/polk
frame-system-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
frame-try-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
pallet-assets = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
pallet-asset-rate = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
pallet-balances = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
pallet-collective = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
pallet-conviction-voting = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2409", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions runtime/moonbase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ frame-support = { workspace = true }
frame-system = { workspace = true }
frame-system-rpc-runtime-api = { workspace = true }
pallet-assets = { workspace = true }
pallet-asset-rate = { workspace = true }
pallet-balances = { workspace = true, features = ["insecure_zero_ed"] }
pallet-collective = { workspace = true }
pallet-conviction-voting = { workspace = true }
Expand Down Expand Up @@ -236,6 +237,7 @@ std = [
"nimbus-primitives/std",
"pallet-asset-manager/std",
"pallet-assets/std",
"pallet-asset-rate/std",
"pallet-async-backing/std",
"pallet-author-inherent/std",
"pallet-author-mapping/std",
Expand Down

0 comments on commit 5ddbb1f

Please sign in to comment.