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:
Alexander Theißen
2023-08-23 13:45:36 +02:00
committed by GitHub
parent 8349c8d18a
commit 81c68c5595
2 changed files with 270 additions and 269 deletions
+269 -269
View File
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 = ();
} }