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.
1 parent 2c345c8 commit 79895faCopy full SHA for 79895fa
crates/revive-env/src/runtime.rs
@@ -85,7 +85,7 @@ impl pallet_revive::Config for Runtime {
85
type InstantiateOrigin = EnsureSigned<AccountId32>;
86
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
87
type ChainId = ChainId;
88
- type NativeToEthRatio = ConstU32<1_000_000_000>;
+ type NativeToEthRatio = NativeToEthRatio;
89
type FindAuthor = Self;
90
type DebugEnabled = ConstBool<true>;
91
}
0 commit comments