Skip to content

Commit

Permalink
Merge pull request #213 from terra-money/fix/refine-nibiru
Browse files Browse the repository at this point in the history
fix: update gas prices and token name.
  • Loading branch information
mwmerz authored Sep 26, 2023
2 parents 2980dec + 4fa3488 commit 43455f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/testnet/nibiru.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
chainID: 'nibiru-itn-2',
lcd: 'https://lcd.itn-2.nibiru.fi',
gasAdjustment: 2,
gasPrices: { unibi: 0.015 },
gasPrices: { unibi: 0.15 },
prefix: 'nibi',
coinType: '118',
baseAsset: 'unibi',
Expand All @@ -20,7 +20,7 @@ module.exports = {
{
token: 'unibi',
symbol: 'NIBI',
name: 'Nibiru',
name: 'NIBI',
icon: 'https://nibiru.fi/assets/nibi-logo-smooth.727efedc.svg',
decimals: 6,
},
Expand Down

0 comments on commit 43455f3

Please sign in to comment.