Skip to content

Commit a64b8df

Browse files
author
José Molina
committed
Run zombienet with metadata hash feature
1 parent 017f23e commit a64b8df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zombienet.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,28 +105,28 @@ zombienet_build() {
105105

106106
zombienet_testnet() {
107107
zombienet_init
108-
cargo +stable build --release
108+
cargo +stable build --release --features testnet-runtime/metadata-hash
109109
echo "spawning paseo-local relay chain plus mythos testnet as a parachain..."
110110
./$ZOMBIENET_BIN -l text spawn zombienet-config/testnet.toml -p native
111111
}
112112

113113
zombienet_testnet_asset_hub() {
114114
zombienet_init
115-
cargo +stable build --release
115+
cargo +stable build --release --features testnet-runtime/metadata-hash
116116
echo "spawning paseo-local relay chain plus muse testnet as a parachain plus asset-hub..."
117117
./$ZOMBIENET_BIN -l text spawn zombienet-config/testnet-asset-hub.toml -p native
118118
}
119119

120120
zombienet_mainnet() {
121121
zombienet_init
122-
cargo +stable build --release
122+
cargo +stable build --release --features mainnet-runtime/metadata-hash
123123
echo "spawning paseo-local relay chain plus mythos mainnet as a parachain..."
124124
./$ZOMBIENET_BIN -l text spawn zombienet-config/mainnet.toml -p native
125125
}
126126

127127
zombienet_mainnet_asset_hub() {
128128
zombienet_init
129-
cargo +stable build --release
129+
cargo +stable build --release --features mainnet-runtime/metadata-hash
130130
echo "spawning polkadot-local relay chain plus mythos mainnet as a parachain plus asset-hub..."
131131
./$ZOMBIENET_BIN -l text spawn zombienet-config/mainnet-asset-hub.toml -p native
132132
}

0 commit comments

Comments
 (0)