Skip to content

Commit

Permalink
updates to use tfl.foundation nodes where available (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Junge authored Apr 16, 2024
1 parent 39b9ef5 commit 9718dd1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chains/mainnet/chihuahua.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
chainID: 'chihuahua-1',
lcd: 'https://api.chihuahua.wtf',
lcd: 'https://lcd-chihuahua.tfl.foundation',
gasAdjustment: 2,
gasPrices: { uhuahua: 1250 },
prefix: 'chihuahua',
Expand Down
3 changes: 1 addition & 2 deletions chains/mainnet/dydx.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
chainID: 'dydx-mainnet-1',
// lcd: 'https://lcd-dydx.tfl.foundation',
lcd: 'https://dydx-dao-api.polkachu.com',
lcd: 'https://lcd-dydx.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: {
adydx: 12500000000,
Expand Down
3 changes: 0 additions & 3 deletions chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ module.exports = {
'kaiyo-1': 'channel-3',
'phoenix-1': 'channel-25',
'stargaze-1': 'channel-18',
<<<<<<< HEAD
'kava_2222-10': 'channel-36',
=======
'pirin-1': 'channel-44',
>>>>>>> add-nolus
},
icsChannels: {},
explorer: {
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/oraichain.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
chainID: 'Oraichain',
lcd: 'https://lcd.orai.io',
lcd: 'https://lcd-oraichain.tfl.foundation',
gasAdjustment: 1.5,
gasPrices: { orai: 0.005 },
prefix: 'orai',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/stafihub.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
chainID: 'stafihub-1',
lcd: 'https://public-rest-rpc1.stafihub.io',
lcd: 'https://lcd-stafihub.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ufis: 0.025 },
prefix: 'stafi',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/stride.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'stride-1',
// lcd: 'https://stride-fleet.main.stridenet.co/api',
lcd: 'https://stride-api.polkachu.com',
lcd: 'https://lcd-stride.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ustrd: 0.005 },
prefix: 'stride',
Expand Down

0 comments on commit 9718dd1

Please sign in to comment.