wormhole-circle-integration/evm/shell-scripts/deploy_contracts.sh

6 lines
156 B
Bash
Executable File

#!/bin/bash
forge script $(dirname $0)/../forge-scripts/deploy_contracts.sol \
--rpc-url $RPC \
--private-key $PRIVATE_KEY \
--broadcast --slow