Skip to content

Commit

Permalink
Remove unused fork rpc URLs from public chain .env files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricott1 committed Sep 18, 2024
1 parent c8e999c commit 25a7e29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ L2_ETHERSCAN_API_KEY=
# *************** PRIVATE TESTNET ***************

# RPC URL of the L1 network from which a private L1 test network is forked if a private test network is used, e.g. Infura, Alchemy
L1_FORK_RPC_URL=https://eth.drpc.org
L1_FORK_RPC_URL=

# RPC URL of the L2 network from which a private L2 test network is forked if a private test network is used, e.g. Infura, Alchemy
L2_FORK_RPC_URL=https://rpc.api.lisk.com
L2_FORK_RPC_URL=

# Test network default mnemonic
TEST_NETWORK_MNEMONIC="test test test test test test test test test test test junk"
Expand Down
4 changes: 2 additions & 2 deletions .env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ L2_ETHERSCAN_API_KEY=
# *************** PRIVATE TESTNET ***************

# RPC URL of the L1 network from which a private L1 test network is forked if a private test network is used, e.g. Infura, Alchemy
L1_FORK_RPC_URL=https://sepolia.drpc.org
L1_FORK_RPC_URL=

# RPC URL of the L2 network from which a private L2 test network is forked if a private test network is used, e.g. Infura, Alchemy
L2_FORK_RPC_URL=https://rpc.sepolia-api.lisk.com
L2_FORK_RPC_URL=

# Test network default mnemonic
TEST_NETWORK_MNEMONIC="test test test test test test test test test test test junk"
Expand Down

0 comments on commit 25a7e29

Please sign in to comment.