Skip to content

Commit

Permalink
Merge pull request #264 from terra-money/add-andromeda
Browse files Browse the repository at this point in the history
Updated gas adjustment for andromeda
  • Loading branch information
terencelimzhengwei committed Jan 19, 2024
2 parents 090f5d2 + 2f0a78d commit ccadbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/mainnet/andromeda.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'andromeda-1',
lcd: 'https://andromeda.api.kjnodes.com',
gasAdjustment: 1.5,
gasAdjustment: 1.75,
gasPrices: { uandr: 0.25 },
prefix: 'andr',
coinType: '118',
Expand Down

0 comments on commit ccadbd4

Please sign in to comment.