Skip to content

Commit

Permalink
move terra to foundation, revert stride to ext
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Apr 25, 2024
1 parent edd8943 commit 8d033ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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://lcd-stride.tfl.foundation',
lcd: 'https://stride-fleet.main.stridenet.co/api',
// lcd: 'https://lcd-stride.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ustrd: 0.005 },
prefix: 'stride',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/terra.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
chainID: 'phoenix-1',
lcd: 'https://phoenix-lcd.terra.dev',
lcd: 'https://lcd-terra.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: {
uluna: 0.015,
Expand Down

0 comments on commit 8d033ec

Please sign in to comment.