Skip to content

Commit

Permalink
TODO weight
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed May 22, 2023
1 parent d437742 commit 637a580
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pallet/message-gadget/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ impl pallet_evm::Config for Runtime {
type PrecompilesType = ();
type PrecompilesValue = ();
type Runner = pallet_evm::runner::stack::Runner<Self>;
type WeightInfo = ();
type RuntimeEvent = RuntimeEvent;
type Timestamp = Timestamp;
type WeightPerGas = ();
Expand Down
1 change: 1 addition & 0 deletions runtime/crab/src/pallets/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ impl pallet_evm::Config for Runtime {
type Runner = pallet_evm::runner::stack::Runner<Self>;
type RuntimeEvent = RuntimeEvent;
type Timestamp = Timestamp;
type WeightInfo = ();
type WeightPerGas = WeightPerGas;
type WithdrawOrigin = pallet_evm::EnsureAddressNever<AccountId>;
}
Expand Down
1 change: 1 addition & 0 deletions runtime/darwinia/src/pallets/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ impl pallet_evm::Config for Runtime {
type Runner = pallet_evm::runner::stack::Runner<Self>;
type RuntimeEvent = RuntimeEvent;
type Timestamp = Timestamp;
type WeightInfo = ();
type WeightPerGas = WeightPerGas;
type WithdrawOrigin = pallet_evm::EnsureAddressNever<AccountId>;
}
Expand Down
1 change: 1 addition & 0 deletions runtime/pangolin/src/pallets/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ impl pallet_evm::Config for Runtime {
type Runner = pallet_evm::runner::stack::Runner<Self>;
type RuntimeEvent = RuntimeEvent;
type Timestamp = Timestamp;
type WeightInfo = ();
type WeightPerGas = WeightPerGas;
type WithdrawOrigin = pallet_evm::EnsureAddressNever<AccountId>;
}
Expand Down
1 change: 1 addition & 0 deletions runtime/pangoro/src/pallets/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ impl pallet_evm::Config for Runtime {
type Runner = pallet_evm::runner::stack::Runner<Self>;
type RuntimeEvent = RuntimeEvent;
type Timestamp = Timestamp;
type WeightInfo = ();
type WeightPerGas = WeightPerGas;
type WithdrawOrigin = pallet_evm::EnsureAddressNever<AccountId>;
}
Expand Down

0 comments on commit 637a580

Please sign in to comment.