Skip to content

Commit

Permalink
Merge branch 'add-nolus'
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Apr 4, 2024
2 parents d6244ca + e84b4cb commit e98c8a3
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
'kaiyo-1': 'channel-3',
'phoenix-1': 'channel-25',
'stargaze-1': 'channel-18',
'pirin-1': 'channel-44',
'kava_2222-10': 'channel-36',
},
icsChannels: {},
Expand Down
31 changes: 31 additions & 0 deletions chains/mainnet/nolus.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
module.exports = {
chainID: 'pirin-1',
lcd: 'https://pirin-cl-arc.nolus.network:1317',
gasAdjustment: 1.5,
gasPrices: { unls: 0.025 },
prefix: 'nolus',
coinType: '118',
baseAsset: 'unls',
name: 'Nolus',
icon: process.env.CF_PAGES_URL + '/img/chains/Nolus.svg',
channels: {
'osmosis-1': 'channel-0',
'neutron-1': 'channel-3839',
},
ics20Channels: {},
explorer: {
address: 'https://ping.pub/nolus/account/{}',
tx: 'https://ping.pub/nolus/tx/{}',
validator: 'https://ping.pub/nolus/staking/{}',
block: 'https://ping.pub/nolus/block/{}',
},
tokens: [
{
token: 'unls',
symbol: 'NLS',
name: 'Nolus',
icon: process.env.CF_PAGES_URL + '/img/coins/Nolus.svg',
decimals: 6,
},
],
}
1 change: 1 addition & 0 deletions chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'celestia': 'channel-6994',
'dydx-mainnet-1': 'channel-6787',
'stargaze-1': 'channel-75',
'pirin-1': 'channel-783',
'kava_2222-10': 'channel-143',
'Oraichain': 'channel-216',
},
Expand Down
3 changes: 3 additions & 0 deletions img/chains/Nolus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/coins/Nolus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e98c8a3

Please sign in to comment.