Skip to content

Commit 6aba0d2

Browse files
committed
added back wrongfully removed endpoint
1 parent 77c1ba9 commit 6aba0d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hardhat.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ module.exports = {
130130
prodBscSatChain: {
131131
url: 'https://bsc-dataseed.binance.org',
132132
},
133+
prodAvaxSatChain: {
134+
url: 'https://api.avax.network/ext/bc/C/rpc'
135+
},
133136
prodMeterSatChain: {
134137
url: 'https://rpc.meter.io',
135138
},

0 commit comments

Comments
 (0)