We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a174c commit a0f10acCopy full SHA for a0f10ac
hardhat.config.ts
@@ -50,15 +50,15 @@ const config: HardhatUserConfig = {
50
accounts: []
51
},
52
l1testnet: {
53
- url: 'https://eth-sepolia.g.alchemy.com/v2/6mCtX5J_oPjhhddq_Fi3Vt4-32NZsHyV',
+ url: 'https://eth-sepolia.g.alchemy.com/v2/<CHANGE_ME>',
54
55
56
mainnet: {
57
url: 'https://rpc.immutable.com',
58
59
60
l1mainnet: {
61
- url: 'https://eth-mainnet.g.alchemy.com/v2/6mCtX5J_oPjhhddq_Fi3Vt4-32NZsHyV',
+ url: 'https://eth-mainnet.g.alchemy.com/v2/<CHANGE_ME>',
62
63
64
0 commit comments