mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 08:11:02 +00:00
sync runtime with the pallet (#54)
This commit is contained in:
@@ -77,7 +77,6 @@ impl pallet_revive::Config for Runtime {
|
||||
type AddressMapper = AccountId;
|
||||
type RuntimeMemory = ConstU32<{ 512 * 1024 * 1024 }>;
|
||||
type PVFMemory = ConstU32<{ 1024 * 1024 * 1024 }>;
|
||||
type MaxCodeLen = ConstU32<{ 256 * 1024 }>;
|
||||
type UnsafeUnstableInterface = UnstableInterface;
|
||||
type UploadOrigin = EnsureSigned<AccountId32>;
|
||||
type InstantiateOrigin = EnsureSigned<AccountId32>;
|
||||
|
||||
Reference in New Issue
Block a user