Skip to content

Commit 79895fa

Browse files
authored
fix eth to native ratio (#414)
Signed-off-by: Alexandru Gheorghe <[email protected]>
1 parent 2c345c8 commit 79895fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/revive-env/src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl pallet_revive::Config for Runtime {
8585
type InstantiateOrigin = EnsureSigned<AccountId32>;
8686
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
8787
type ChainId = ChainId;
88-
type NativeToEthRatio = ConstU32<1_000_000_000>;
88+
type NativeToEthRatio = NativeToEthRatio;
8989
type FindAuthor = Self;
9090
type DebugEnabled = ConstBool<true>;
9191
}

0 commit comments

Comments
 (0)