Skip to content

Commit

Permalink
Merge pull request #222 from terra-money/chore/renable-noble
Browse files Browse the repository at this point in the history
Re-enable Noble
  • Loading branch information
terencelimzhengwei authored Jan 11, 2024
2 parents 16fa345 + 28a8d83 commit c21ed87
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 9 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
5 changes: 3 additions & 2 deletions chains/mainnet/noble.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/chains/Noble.svg',
channels: {
'phoenix-1': 'channel-30',
'migaloo-1': 'channel-14',
'cosmoshub-4': 'channel-4',
'crescent-1': 'channel-0',
'juno-1': 'channel-3',
Expand Down Expand Up @@ -46,8 +47,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
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 c21ed87

Please sign in to comment.