Skip to content

Commit

Permalink
add new environment variable for contract deployment (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
stubbsta authored Jun 26, 2024
1 parent b43e865 commit 2d9dc39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy_rln_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d9dc39

Please sign in to comment.