Skip to content

Commit 851b835

Browse files
committed
Add pallet-evm-rent dependency to runtime
1 parent 4f30b70 commit 851b835

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/runtime/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ pallet-evm-precompile-modexp = { workspace = true }
5858
pallet-evm-precompile-sha3fips = { workspace = true }
5959
pallet-evm-precompile-simple = { workspace = true }
6060
pallet-hotfix-sufficients = { workspace = true }
61+
pallet-evm-rent = { workspace = true }
6162

6263
fp-rpc-debug = { workspace = true }
6364
fp-rpc-txpool = { workspace = true }
@@ -122,6 +123,7 @@ std = [
122123
"pallet-evm-precompile-sha3fips/std",
123124
"pallet-evm-precompile-simple/std",
124125
"pallet-hotfix-sufficients/std",
126+
"pallet-evm-rent/std",
125127
]
126128
runtime-benchmarks = [
127129
"frame-benchmarking/runtime-benchmarks",

0 commit comments

Comments
 (0)