Skip to content

Commit 44616fc

Browse files
committed
add custom network to hardhat config
1 parent 278fdbc commit 44616fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hardhat.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ module.exports = {
184184
? [process.env['DEVNET_PRIVKEY']]
185185
: [],
186186
},
187+
custom: {
188+
url: process.env['CUSTOM_RPC_URL'] || 'N/A',
189+
},
187190
geth: {
188191
url: 'http://localhost:8545',
189192
},

0 commit comments

Comments
 (0)