Skip to content

Commit

Permalink
chore: add milkINIT IBC asset info
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jul 16, 2024
1 parent f085595 commit bd482b7
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
28 changes: 28 additions & 0 deletions testnets/initia/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,34 @@
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/tucanaINIT-INIT.png"
}
},
{
"description": "MilkyWay IBC bridged milkINIT",
"denom_units": [
{
"denom": "ibc/26939E676F967B14E319631A9A42233148BBC7F7CEFDCBD347447AF0AE37B1AD",
"exponent": 0
},
{
"denom": "milkINIT",
"exponent": 6
}
],
"base": "ibc/26939E676F967B14E319631A9A42233148BBC7F7CEFDCBD347447AF0AE37B1AD",
"display": "milkINIT",
"name": "MilkyWay IBC milkINIT",
"symbol": "milkINIT",
"coingecko_id": "",
"images": [
{
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"
}
}
]
}
2 changes: 1 addition & 1 deletion testnets/milkyway/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
"base": "ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50",
"display": "INIT",
"name": "Initia Native Token (IBC)",
"name": "Initia IBC INIT",
"symbol": "INIT",
"coingecko_id": "",
"images": [
Expand Down
28 changes: 28 additions & 0 deletions testnets/tucana/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,34 @@
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/milkyway/images/milkINIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/milkyway/images/milkINIT.svg"
}
},
{
"description": "MilkyWay IBC bridged milkINIT",
"denom_units": [
{
"denom": "ibc/22D8C3F45607B466D8691E308F9CF86729DAFCBE94BB1FC89F3511FE24E848E2",
"exponent": 0
},
{
"denom": "milkINIT",
"exponent": 6
}
],
"base": "ibc/22D8C3F45607B466D8691E308F9CF86729DAFCBE94BB1FC89F3511FE24E848E2",
"display": "milkINIT",
"name": "MilkyWay IBC milkINIT",
"symbol": "milkINIT",
"coingecko_id": "",
"images": [
{
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/initia/images/INIT.svg"
}
}
]
}

0 comments on commit bd482b7

Please sign in to comment.