Skip to content

Commit

Permalink
temporarily replace juno lcd
Browse files Browse the repository at this point in the history
juno lcd currently down. revert to https://lcd-juno.mib.tech when it's back up.
  • Loading branch information
mwmerz authored Dec 14, 2023
1 parent 1501df0 commit ddb0451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/mainnet/juno.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
chainID: 'juno-1',
lcd: 'https://lcd-juno.mib.tech',
lcd: 'https://juno-rest.publicnode.com',
gasAdjustment: 1.75,
gasPrices: { ujuno: 0.075 },
prefix: 'juno',
Expand Down

0 comments on commit ddb0451

Please sign in to comment.