Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quick undo
Browse files Browse the repository at this point in the history
shirren committed Nov 18, 2024
1 parent b9a174c commit a0f10ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -50,15 +50,15 @@ const config: HardhatUserConfig = {
accounts: []
},
l1testnet: {
url: 'https://eth-sepolia.g.alchemy.com/v2/6mCtX5J_oPjhhddq_Fi3Vt4-32NZsHyV',
url: 'https://eth-sepolia.g.alchemy.com/v2/<CHANGE_ME>',
accounts: []
},
mainnet: {
url: 'https://rpc.immutable.com',
accounts: []
},
l1mainnet: {
url: 'https://eth-mainnet.g.alchemy.com/v2/6mCtX5J_oPjhhddq_Fi3Vt4-32NZsHyV',
url: 'https://eth-mainnet.g.alchemy.com/v2/<CHANGE_ME>',
accounts: []
},
},

0 comments on commit a0f10ac

Please sign in to comment.