Skip to content

Commit

Permalink
Update oraichain.js
Browse files Browse the repository at this point in the history
fix oraichain testnet chainid
  • Loading branch information
mwmerz authored Apr 1, 2024
1 parent 3747444 commit 319d9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/testnet/oraichain.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
chainID: 'Oraichain',
chainID: 'Oraichain-testnet',
lcd: 'https://testnet-lcd.orai.io',
gasAdjustment: 1.5,
gasPrices: { orai: 0.005 },
Expand All @@ -26,4 +26,4 @@ module.exports = {
decimals: 6,
},
],
}
}

0 comments on commit 319d9c6

Please sign in to comment.