diff --git a/chains/testnet/nibiru.js b/chains/testnet/nibiru.js new file mode 100644 index 00000000..db21aefb --- /dev/null +++ b/chains/testnet/nibiru.js @@ -0,0 +1,28 @@ +module.exports = { + chainID: 'nibiru-itn-2', + lcd: 'https://lcd.itn-2.nibiru.fi', + gasAdjustment: 2, + gasPrices: { unibi: 0.015 }, + prefix: 'nibi', + coinType: '118', + baseAsset: 'unibi', + name: 'Nibiru', + icon: 'https://nibiru.fi/assets/nibi-logo-smooth.727efedc.svg', + alliance: false, + explorer: { + address: 'https://explorer.nibiru.fi/nibiru-itn-2/account/{}', + tx: 'https://explorer.nibiru.fi/nibiru-itn-2/tx/{}', + validator: 'https://explorer.nibiru.fi/nibiru-itn-2/staking/{}', + block: 'https://explorer.nibiru.fi/nibiru-itn-2/blocks/{}', + }, + channels: {}, + tokens: [ + { + token: 'unibi', + symbol: 'NIBI', + name: 'Nibiru', + icon: 'https://nibiru.fi/assets/nibi-logo-smooth.727efedc.svg', + decimals: 6, + }, + ], +}