Skip to content

Commit 68e87f6

Browse files
committed
Sync pallet-revive config
1 parent 2feac46 commit 68e87f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sandbox/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ mod construct_runtime {
204204

205205
parameter_types! {
206206
pub CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(0);
207-
pub const MaxEthExtrinsicWeight: FixedU128 = FixedU128::from_rational(1,2);
207+
pub const MaxEthExtrinsicWeight: FixedU128 = FixedU128::from_rational(9, 10);
208208
pub const DepositPerChildTrieItem: Balance = deposit(1, 0) / 100;
209209
}
210210

0 commit comments

Comments
 (0)