Skip to content

Commit

Permalink
Merge pull request #271 from terra-money/add-stables-fee-terra
Browse files Browse the repository at this point in the history
Added axlUSDC and noble USDC as gas fee tokens to Terra
  • Loading branch information
terencelimzhengwei authored Jan 29, 2024
2 parents e0bdab9 + 3daac21 commit 4c68400
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ module.exports = {
chainID: 'phoenix-1',
lcd: 'https://phoenix-lcd.terra.dev',
gasAdjustment: 1.75,
gasPrices: { uluna: 0.015 },
gasPrices: {
uluna: 0.015,
"ibc/B3504E092456BA618CC28AC671A71FB08C6CA0FD0BE7C8A5B5A3E2DD933CC9E4": 0.018, // axlUSDC
"ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB": 0.018, // noble USDC
},
prefix: 'terra',
coinType: '330',
baseAsset: 'uluna',
Expand Down

0 comments on commit 4c68400

Please sign in to comment.