Skip to content

Commit

Permalink
Updated gas price for neutron
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Dec 26, 2023
1 parent a8777f8 commit 4f845ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ module.exports = {
chainID: 'neutron-1',
lcd: 'https://lcd-neutron.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { untrn: 0.84 },
gasPrices: {
untrn: 0.84,
'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9': 0.03,
'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349': 0.3,
},
prefix: 'neutron',
coinType: '118',
baseAsset: 'untrn',
Expand Down

0 comments on commit 4f845ff

Please sign in to comment.