Skip to content

Commit a85e207

Browse files
committed
fix: whitelist
1 parent 042d5d7 commit a85e207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,6 +1712,7 @@ impl_runtime_apis! {
17121712
_ => (None, None),
17131713
};
17141714

1715+
let whitelist = pallet_evm::WhitelistedCreators::<Runtime>::get();
17151716
<Runtime as pallet_evm::Config>::Runner::create(
17161717
from,
17171718
data,
@@ -1721,6 +1722,7 @@ impl_runtime_apis! {
17211722
max_priority_fee_per_gas,
17221723
nonce,
17231724
access_list.unwrap_or_default(),
1725+
whitelist,
17241726
false,
17251727
true,
17261728
weight_limit,

0 commit comments

Comments
 (0)