We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14399a commit b44b5c8Copy full SHA for b44b5c8
deploy-testnets.sh
@@ -26,7 +26,7 @@ echo "Deployed to chapel"
26
27
echo "Deploying to mumbai"
28
yarn workspace @connext/nxtp-contracts hardhat deploy --network mumbai
29
-yarn workspace @connext/nxtp-contracts hardhat etherscan-verify --network mumbai
+yarn workspace @connext/nxtp-contracts hardhat etherscan-verify --network mumbai --api-key "$POLYGON_ETHERSCAN_API_KEY"
30
echo "Deployed to mumbai"
31
32
echo "Deploying to arbitrum-rinkeby"
0 commit comments