File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,28 +105,28 @@ zombienet_build() {
105
105
106
106
zombienet_testnet () {
107
107
zombienet_init
108
- cargo +stable build --release
108
+ cargo +stable build --release --features testnet-runtime/metadata-hash
109
109
echo " spawning paseo-local relay chain plus mythos testnet as a parachain..."
110
110
./$ZOMBIENET_BIN -l text spawn zombienet-config/testnet.toml -p native
111
111
}
112
112
113
113
zombienet_testnet_asset_hub () {
114
114
zombienet_init
115
- cargo +stable build --release
115
+ cargo +stable build --release --features testnet-runtime/metadata-hash
116
116
echo " spawning paseo-local relay chain plus muse testnet as a parachain plus asset-hub..."
117
117
./$ZOMBIENET_BIN -l text spawn zombienet-config/testnet-asset-hub.toml -p native
118
118
}
119
119
120
120
zombienet_mainnet () {
121
121
zombienet_init
122
- cargo +stable build --release
122
+ cargo +stable build --release --features mainnet-runtime/metadata-hash
123
123
echo " spawning paseo-local relay chain plus mythos mainnet as a parachain..."
124
124
./$ZOMBIENET_BIN -l text spawn zombienet-config/mainnet.toml -p native
125
125
}
126
126
127
127
zombienet_mainnet_asset_hub () {
128
128
zombienet_init
129
- cargo +stable build --release
129
+ cargo +stable build --release --features mainnet-runtime/metadata-hash
130
130
echo " spawning polkadot-local relay chain plus mythos mainnet as a parachain plus asset-hub..."
131
131
./$ZOMBIENET_BIN -l text spawn zombienet-config/mainnet-asset-hub.toml -p native
132
132
}
You can’t perform that action at this time.
0 commit comments