Skip to content

Commit b44b5c8

Browse files
committed
Fix testnet deploy script
1 parent f14399a commit b44b5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-testnets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "Deployed to chapel"
2626

2727
echo "Deploying to mumbai"
2828
yarn workspace @connext/nxtp-contracts hardhat deploy --network mumbai
29-
yarn workspace @connext/nxtp-contracts hardhat etherscan-verify --network mumbai
29+
yarn workspace @connext/nxtp-contracts hardhat etherscan-verify --network mumbai --api-key "$POLYGON_ETHERSCAN_API_KEY"
3030
echo "Deployed to mumbai"
3131

3232
echo "Deploying to arbitrum-rinkeby"

0 commit comments

Comments
 (0)