Skip to content

Commit

Permalink
Swap Neutron LCDs back to foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Apr 8, 2024
1 parent a61a571 commit 3df2e40
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
chainID: 'neutron-1',
lcd: 'https://neutron-rest.publicnode.com',
// lcd: 'https://neutron-rest.publicnode.com',
lcd: 'https://lcd-neutron.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: {
untrn: 0.0053,
Expand All @@ -25,8 +26,11 @@ module.exports = {
'kaiyo-1': 'channel-3',
'phoenix-1': 'channel-25',
'stargaze-1': 'channel-18',
'pirin-1': 'channel-44',
<<<<<<< HEAD
'kava_2222-10': 'channel-36',
=======
'pirin-1': 'channel-44',
>>>>>>> add-nolus
},
icsChannels: {},
explorer: {
Expand Down

0 comments on commit 3df2e40

Please sign in to comment.