We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pallet-revive
1 parent 2feac46 commit 68e87f6Copy full SHA for 68e87f6
crates/sandbox/src/macros.rs
@@ -204,7 +204,7 @@ mod construct_runtime {
204
205
parameter_types! {
206
pub CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(0);
207
- pub const MaxEthExtrinsicWeight: FixedU128 = FixedU128::from_rational(1,2);
+ pub const MaxEthExtrinsicWeight: FixedU128 = FixedU128::from_rational(9, 10);
208
pub const DepositPerChildTrieItem: Balance = deposit(1, 0) / 100;
209
}
210
0 commit comments