Skip to content

Commit eccfd35

Browse files
committed
feat: add base to hardhat's predefine networks
1 parent e7800af commit eccfd35

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

kms/auth-eth/hardhat.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ const config: HardhatUserConfig = {
3232
url: `https://eth-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`,
3333
accounts: [PRIVATE_KEY],
3434
},
35+
base: {
36+
url: 'https://mainnet.base.org',
37+
accounts: [PRIVATE_KEY],
38+
},
3539
test: {
3640
url: process.env.RPC_URL || 'http://127.0.0.1:8545/',
3741
accounts: [PRIVATE_KEY],

0 commit comments

Comments
 (0)