Skip to content

Commit a0f10ac

Browse files
committed
Quick undo
1 parent b9a174c commit a0f10ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ const config: HardhatUserConfig = {
5050
accounts: []
5151
},
5252
l1testnet: {
53-
url: 'https://eth-sepolia.g.alchemy.com/v2/6mCtX5J_oPjhhddq_Fi3Vt4-32NZsHyV',
53+
url: 'https://eth-sepolia.g.alchemy.com/v2/<CHANGE_ME>',
5454
accounts: []
5555
},
5656
mainnet: {
5757
url: 'https://rpc.immutable.com',
5858
accounts: []
5959
},
6060
l1mainnet: {
61-
url: 'https://eth-mainnet.g.alchemy.com/v2/6mCtX5J_oPjhhddq_Fi3Vt4-32NZsHyV',
61+
url: 'https://eth-mainnet.g.alchemy.com/v2/<CHANGE_ME>',
6262
accounts: []
6363
},
6464
},

0 commit comments

Comments
 (0)