Skip to content

Commit

Permalink
updated env example
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDeadCe11 committed Sep 10, 2024
1 parent 1082b72 commit 4f3f81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
ETHERSCAN_API_KEY=YOUR_ETHERSCAN_API_KEY
ETHERSCAN_API_KEY=

# for testing and deploying the contracts please use full arhcival nodes
BASE_RPC_URL=
ARBITRUM_RPC_URL=
FRAX_RPC_URL=
OPTIMISM_RPC_URL=
MAINNET_RPC_URL=
HOLESKY_RPC_URL=
MAINNET_RPC_URL=
FRAX_TESTNET_RPC_URL=
# for use with cast wallet. store the deployer private key in the keystore and put the public address here.
DEPLOYER_ADDRESS=
1 change: 1 addition & 0 deletions script/scriptManager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ ERC20_NAME=$(jq -r ".erc20Name" "$INPUT_JSON")
L2_CHAIN_IDS_ARRAY=$(jq -r ".l2ChainIds" "$INPUT_JSON" | jq -r ".[]")
L2_ENDPOINTS_ARRAY=$(< <(getRpcEndpoints $L2_CHAIN_IDS_ARRAY))
echo "$L2_ENDPOINTS_ARRAY"

# if rpc url is not set by flag set it here
if [[ -z $L1_RPC_URL ]]; then
L1_RPC_URL=$(getEndpoint $L1_CHAIN_ID)
Expand Down

0 comments on commit 4f3f81e

Please sign in to comment.