mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Companion for: contracts: Expose environment types for offchain tooling (#3036)
* contracts: Add `Environment` config
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
8349c8d18a
commit
81c68c5595
Generated
+269
-269
File diff suppressed because it is too large
Load Diff
@@ -62,4 +62,5 @@ impl Config for Runtime {
|
|||||||
v15::Migration<Runtime>,
|
v15::Migration<Runtime>,
|
||||||
);
|
);
|
||||||
type RuntimeHoldReason = RuntimeHoldReason;
|
type RuntimeHoldReason = RuntimeHoldReason;
|
||||||
|
type Environment = ();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user