mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
contracts: Expose environment types for offchain tooling (#14750)
* Expose environment types for offchain tooling * Use EnvironmentType wrapper * Add type impl to test config --------- Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
63007e2f55
commit
d8a7490146
@@ -1265,6 +1265,7 @@ impl pallet_contracts::Config for Runtime {
|
||||
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
|
||||
#[cfg(feature = "unsafe-debug")]
|
||||
type Debug = ();
|
||||
type Environment = ();
|
||||
}
|
||||
|
||||
impl pallet_sudo::Config for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user