From 621a7306b06b3876e891dfb8bf7dc83f56356e7d Mon Sep 17 00:00:00 2001 From: stubbsta Date: Wed, 26 Jun 2024 11:44:22 +0200 Subject: [PATCH] add new environment variable for contract deployment --- deploy_rln_contract.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy_rln_contract.sh b/deploy_rln_contract.sh index c571fa9..fe75162 100644 --- a/deploy_rln_contract.sh +++ b/deploy_rln_contract.sh @@ -33,6 +33,7 @@ export ETH_FROM=$ETH_FROM # Dummy values export API_KEY_ETHERSCAN=123 export API_KEY_CARDONA=123 +export API_KEY_LINEASCAN=123 # 6. Deploy the contract forge script script/Deploy.s.sol:Deploy --rpc-url $RPC_URL --broadcast -vv --private-key $PRIVATE_KEY --sender $ETH_FROM \ No newline at end of file