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 e7800af commit eccfd35Copy full SHA for eccfd35
1 file changed
kms/auth-eth/hardhat.config.ts
@@ -32,6 +32,10 @@ const config: HardhatUserConfig = {
32
url: `https://eth-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`,
33
accounts: [PRIVATE_KEY],
34
},
35
+ base: {
36
+ url: 'https://mainnet.base.org',
37
+ accounts: [PRIVATE_KEY],
38
+ },
39
test: {
40
url: process.env.RPC_URL || 'http://127.0.0.1:8545/',
41
0 commit comments