wormhole-nativeswap-example/contracts/deploy_v2.sh

6 lines
275 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
npx truffle migrate --config cfg/truffle-config.avalanche.js --network fuji --reset
npx truffle migrate --config cfg/truffle-config.bsc.js --network bsc --reset
npx truffle migrate --config cfg/truffle-config.polygon.js --network mumbai --reset