Skip to content

Commit

Permalink
Fix ethtx-forward test case (#1519)
Browse files Browse the repository at this point in the history
* Fix ethtx-forward tests

* Format

* Fix following the review
  • Loading branch information
boundless-forest authored Jun 26, 2024
1 parent aa66038 commit 88ba89d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions pallet/ethtx-forwarder/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl frame_system::Config for Runtime {
#[derive_impl(pallet_balances::config_preludes::TestDefaultConfig as pallet_balances::DefaultConfig)]
impl pallet_balances::Config for Runtime {
type AccountStore = System;
type ExistentialDeposit = ();
}

#[derive_impl(pallet_timestamp::config_preludes::TestDefaultConfig as pallet_timestamp::DefaultConfig)]
Expand Down
4 changes: 2 additions & 2 deletions runtime/crab/src/pallets/tx_pause.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ impl frame_support::traits::Contains<pallet_tx_pause::RuntimeCallNameOf<Runtime>
| b"Assets" | b"Deposit"
| b"AccountMigration"
| b"DarwiniaStaking"
| b"Ethereum"
| b"EVM" | b"EthTxForwarder"
| b"Ethereum" | b"EVM"
| b"EthTxForwarder"
)
}
}
Expand Down
4 changes: 2 additions & 2 deletions runtime/koi/src/pallets/tx_pause.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ impl frame_support::traits::Contains<pallet_tx_pause::RuntimeCallNameOf<Runtime>
b"Balances"
| b"Assets" | b"Deposit"
| b"DarwiniaStaking"
| b"Ethereum"
| b"EVM" | b"EthTxForwarder"
| b"Ethereum" | b"EVM"
| b"EthTxForwarder"
)
}
}
Expand Down

0 comments on commit 88ba89d

Please sign in to comment.