Skip to content

Commit

Permalink
Re-enable Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Nov 1, 2023
1 parent f9af96e commit b048832
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 12 deletions.
1 change: 1 addition & 0 deletions chains/mainnet/migaloo.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'osmosis-1': 'channel-5',
'pacific-1': 'channel-52',
'injective-1': 'channel-3',
'noble-1': 'channel-60',
},
explorer: {
address: 'https://ping.pub/Migaloo/account/{}',
Expand Down
9 changes: 5 additions & 4 deletions chains/mainnet/noble.js.disabled → chains/mainnet/noble.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
gasAdjustment: 1.75,
gasPrices: {
uusdc: 0,
'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0': 0.001,
'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0': 0.002,
},
prefix: 'noble',
coinType: '118',
Expand All @@ -13,7 +13,8 @@ module.exports = {
disabledModules: ['staking', 'gov'],
icon: process.env.CF_PAGES_URL + '/img/chains/Noble.svg',
channels: {
'phoenix-1': 'channel-9',
'phoenix-1': 'channel-30',
'migaloo-1': 'channel-14',
'cosmoshub-4': 'channel-4',
'crescent-1': 'channel-0',
'juno-1': 'channel-3',
Expand Down Expand Up @@ -44,8 +45,8 @@ module.exports = {
{
token: 'uusdc',
symbol: 'USDC',
name: 'usdc',
icon: process.env.CF_PAGES_URL + '/img/coins/axlUSDC.svg',
name: 'USD Coin',
icon: process.env.CF_PAGES_URL + '/img/coins/USDC.svg',
decimals: 6,
},
],
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
'osmosis-1': 'channel-1',
'stride-1': 'channel-46',
'pacific-1': 'channel-158',
'noble-1': 'channel-151',
'noble-1': 'channel-253',
'stafihub-1': 'channel-204',
'neutron-1': 'channel-229',
'injective-1': 'channel-144',
Expand Down
5 changes: 5 additions & 0 deletions img/coins/USDC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions img/coins/USDT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 19 additions & 4 deletions img/coins/axlUSDC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 21 additions & 3 deletions img/coins/axlUSDT.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 b048832

Please sign in to comment.