Skip to content

Commit

Permalink
add haqq teritori migaloo assets (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax authored Nov 3, 2023
1 parent 58a71c9 commit 628b391
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/data/cosmos_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"network_id": "carbon",
"image": "/images/chains/carbon.svg"
},
{
"id": "celestia",
"name": "Celestia",
"network_id": "celestia",
"image": "/images/chains/celestia.svg"
},
{
"id": "comdex",
"name": "Comdex",
Expand Down Expand Up @@ -66,6 +72,12 @@
"network_id": "fetch",
"image": "/images/chains/fetch.svg"
},
{
"id": "haqq",
"name": "Haqq",
"network_id": "haqq",
"image": "/images/chains/haqq.svg"
},
{
"id": "ixo",
"name": "IXO",
Expand Down Expand Up @@ -96,6 +108,12 @@
"network_id": "kujira",
"image": "/images/chains/kujira.svg"
},
{
"id": "migaloo",
"name": "Migaloo",
"network_id": "migaloo",
"image": "/images/chains/migaloo.svg"
},
{
"id": "neutron",
"name": "Neutron",
Expand Down Expand Up @@ -162,6 +180,12 @@
"network_id": "stride",
"image": "/images/chains/stride.svg"
},
{
"id": "teritori",
"name": "Teritori",
"network_id": "teritori",
"image": "/images/chains/teritori.svg"
},
{
"id": "terra",
"name": "Terra",
Expand Down
62 changes: 62 additions & 0 deletions src/data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5438,6 +5438,13 @@
"name": "Uniswap",
"is_native": false,
"address": "ibc/294FFCD5D161FC31C182406396ED25272773708263BCC0A2CCA4D92B3E7A290A"
},
"wsteth-wei": {
"symbol": "axl-wstETH",
"decimals": 18,
"name": "Wrapped liquid staked Ether 2.0",
"is_native": false,
"address": "ibc/459EE271B636C8F500FD24442E8D90006B21C4DC863B99B559666D37F6E51019"
}
},
"sommelier": {
Expand Down Expand Up @@ -7137,6 +7144,61 @@
"is_native": true,
"address": "utia"
}
},
"haqq": {
"uusdc": {
"symbol": "axlUSDC",
"decimals": 6,
"name": "USD Coin",
"is_native": false,
"address": "ibc/65D0BEC6DAD96C7F5043D1E54E54B6BB5D5B3AEC3FF6CEBB75B9E059F3580EA3"
}
},
"migaloo": {
"uusdc": {
"symbol": "axlUSDC",
"decimals": 6,
"name": "USD Coin",
"is_native": false,
"address": "ibc/3808384ECC813CAF207992BE997BD18E18560E473D5368F1B4B77C3822262C4D"
},
"wbtc-satoshi": {
"symbol": "axlWBTC",
"decimals": 8,
"name": "Wrapped BTC",
"is_native": false,
"address": "ibc/B65E189D3168DB40C88C6A6C92CA3D3BB0A8B6310325D4C43AB5702F06ECD60B"
},
"wavax-wei": {
"symbol": "axlAVAX",
"decimals": 18,
"name": "Wrapped AVAX",
"is_native": false,
"address": "ibc/E09B0B8169A4DCE24AAE8C44E02477143A328D0AAE5EE67D9D645BA75F0C1C05"
}
},
"teritori": {
"uusdc": {
"symbol": "axlUSDC",
"decimals": 6,
"name": "USD Coin",
"is_native": false,
"address": "ibc/25BEA899D29934A185A2492310B1FF00FB3204C9BC93585EC84A3A30CD92279B"
},
"weth-wei": {
"symbol": "axlETH",
"decimals": 18,
"name": "Wrapped Ether",
"is_native": false,
"address": "ibc/ED182F6ABD428EFCE49C2985E2B65DD194E0DEFEAFAE60D99F790701046EDA23"
},
"wmatic-wei": {
"symbol": "axlMATIC",
"decimals": 18,
"name": "Wrapped Matic",
"is_native": false,
"address": "ibc/93EE76FC14E1201C37128C5E92E06760E207B78959C46474749C9FAD27FBA086"
}
}
},
"testnet": {
Expand Down

1 comment on commit 628b391

@vercel
Copy link

@vercel vercel bot commented on 628b391 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.