Skip to content

Commit

Permalink
added back wrongfully removed endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Dec 16, 2021
1 parent 77c1ba9 commit 6aba0d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ module.exports = {
prodBscSatChain: {
url: 'https://bsc-dataseed.binance.org',
},
prodAvaxSatChain: {
url: 'https://api.avax.network/ext/bc/C/rpc'
},
prodMeterSatChain: {
url: 'https://rpc.meter.io',
},
Expand Down

0 comments on commit 6aba0d2

Please sign in to comment.