Skip to content

Commit f9e869b

Browse files
committed
Revert "Cancun support (#206)"
This reverts commit 4be80e5.
1 parent e6c0772 commit f9e869b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frame/evm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ use impl_trait_for_tuples::impl_for_tuples;
7777
use scale_codec::{Decode, Encode, MaxEncodedLen};
7878
use scale_info::TypeInfo;
7979
// Substrate
80-
use frame_support::traits::tokens::WithdrawConsequence;
8180
use frame_support::{
8281
dispatch::{DispatchResultWithPostInfo, Pays, PostDispatchInfo},
8382
storage::KeyPrefixIterator,
@@ -93,6 +92,7 @@ use frame_support::{
9392
},
9493
weights::Weight,
9594
};
95+
use frame_support::traits::tokens::WithdrawConsequence;
9696
use frame_system::RawOrigin;
9797
use sp_core::{H160, H256, U256};
9898
use sp_runtime::{

ts-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"fmt-check": "prettier ./tests --check",
88
"fmt": "prettier ./tests --write",
99
"build": "truffle compile",
10-
"test": "mocha -r ts-node/register 'tests/test-eip1153.ts'",
10+
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
1111
"test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'"
1212
},
1313
"author": "",

0 commit comments

Comments
 (0)