Skip to content

Commit a3cf9fe

Browse files
committed
Merge branch 'master' of github.com:AstarNetwork/Astar
2 parents be5bec1 + 4dbe881 commit a3cf9fe

File tree

38 files changed

+3041
-652
lines changed

38 files changed

+3041
-652
lines changed

Cargo.lock

+29-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ pallet-ethereum-checked = { path = "./pallets/ethereum-checked", default-feature
282282
pallet-inflation = { path = "./pallets/inflation", default-features = false }
283283
pallet-dynamic-evm-base-fee = { path = "./pallets/dynamic-evm-base-fee", default-features = false }
284284
pallet-unified-accounts = { path = "./pallets/unified-accounts", default-features = false }
285+
pallet-static-price-provider = { path = "./pallets/static-price-provider", default-features = false }
285286

286287
dapp-staking-v3-runtime-api = { path = "./pallets/dapp-staking-v3/rpc/runtime-api", default-features = false }
287288

chain-extensions/pallet-assets/Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ sp-core = { workspace = true }
2323
sp-runtime = { workspace = true }
2424
sp-std = { workspace = true }
2525

26+
[dev-dependencies]
27+
env_logger = "0.9"
28+
pallet-balances = { workspace = true }
29+
pallet-timestamp = { workspace = true }
30+
sp-io = { workspace = true }
31+
2632
[features]
2733
default = ["std"]
2834
std = [
@@ -38,4 +44,5 @@ std = [
3844
"sp-runtime/std",
3945
"pallet-assets/std",
4046
"assets-chain-extension-types/std",
47+
"pallet-balances/std",
4148
]

0 commit comments

Comments
 (0)