Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Archway Network token assets, add wARCH and IBC Noble USDC #5344

Merged
merged 6 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 102 additions & 8 deletions archway/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"display": "arch",
"symbol": "ARCH",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg"
},
"coingecko_id": "archway",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
"theme": {
"primary_color_hex": "#fc4c04"
}
Expand Down Expand Up @@ -125,9 +125,7 @@
{
"denom": "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
"exponent": 0,
"aliases": [
"uvdl"
]
"aliases": ["uvdl"]
},
{
"denom": "vdl",
Expand Down Expand Up @@ -203,6 +201,102 @@
}
],
"coingecko_id": "astrovault"
},
{
"description": "Wrapped ARCH",
"type_asset": "cw20",
"address": "archway1msc3fa4e2mh73y760qmjd3wfkzr98nl26f36xgt2xnhuw6ay3scs42zeue",
"denom_units": [
{
"denom": "cw20:archway1msc3fa4e2mh73y760qmjd3wfkzr98nl26f36xgt2xnhuw6ay3scs42zeue",
"exponent": 0
},
{
"denom": "wARCH",
"exponent": 18
}
],
"base": "cw20:archway1msc3fa4e2mh73y760qmjd3wfkzr98nl26f36xgt2xnhuw6ay3scs42zeue",
"name": "Wrapped ARCH",
"display": "wARCH",
"symbol": "wARCH",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.svg",
"theme": {
"primary_color_hex": "#000000"
}
}
],
"coingecko_id": "archway"
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
},
{
"description": "Circle's USDC Noble on Archway ",
"denom_units": [
{
"denom": "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
"exponent": 0,
"aliases": ["uusdc"]
},
{
"denom": "usdc",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
"name": "USDC (Noble)",
"display": "usdc",
"symbol": "USDC",
"traces": [
{
"type": "synthetic",
"counterparty": {
"chain_name": "forex",
"base_denom": "USD"
},
"provider": "Circle"
},
{
"type": "bridge",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"counterparty": {
"chain_name": "ethereum",
"base_denom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
},
"provider": "Circle"
},
{
"type": "ibc",
"counterparty": {
"chain_name": "noble",
"base_denom": "uusdc",
"channel_id": "channel-12"
},
"chain": {
"channel_id": "channel-29",
"path": "transfer/channel-29/uusdc"
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.png",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.svg",
"theme": {
"primary_color_hex": "#2474cc"
}
}
],
"coingecko_id": "usd-coin"
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
}
]
}
}
Binary file added archway/images/arch.png
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 archway/images/arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added archway/images/usdc.noble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions archway/images/usdc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added archway/images/wArch.png
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 archway/images/wArch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added archway/images/wUsdc.noble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions archway/images/wUsdc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
141 changes: 135 additions & 6 deletions testnets/archwaytestnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../assetlist.schema.json",
"$schema": "../../assetlist.schema.json",
"chain_name": "archwaytestnet",
"assets": [
{
Expand Down Expand Up @@ -33,17 +33,17 @@
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg"
},
"images": [
{
"image_sync": {
"chain_name": "archway",
"base_denom": "aarch"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
"theme": {
"primary_color_hex": "#fc4c04"
}
Expand All @@ -53,6 +53,135 @@
"website": "https://archway.io/",
"twitter": "https://twitter.com/archwayHQ"
}
},
{
"description": "Wrapped CONST (Archway Testnet token)",
"type_asset": "cw20",
"address": "archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2",
"denom_units": [
{
"denom": "cw20:archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2",
"exponent": 0
},
{
"denom": "wARCH",
"exponent": 18
}
],
"base": "cw20:archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2",
"name": "Wrapped ARCH",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"display": "wCONST",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"symbol": "wARCH",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.png",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wArch.svg",
"theme": {
"primary_color_hex": "#000000"
}
}
],
"coingecko_id": "archway"
},
{
"description": "Circle's USDC Noble Testnet (Grand) on Archway Testnet",
"denom_units": [
{
"denom": "ibc/CE6B3F114B3B6EAEC14E9221A7E799B16D394C9D5D7CF644156F481A9E69EC5D",
"exponent": 0,
"aliases": ["uusdc"]
},
{
"denom": "usdc",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/CE6B3F114B3B6EAEC14E9221A7E799B16D394C9D5D7CF644156F481A9E69EC5D",
"name": "USDC (Noble)",
"display": "usdc",
"symbol": "USDC",
"traces": [
{
"type": "synthetic",
"counterparty": {
"chain_name": "forex",
"base_denom": "USD"
},
"provider": "Circle"
},
{
"type": "bridge",
"counterparty": {
"chain_name": "ethereum",
"base_denom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
},
"provider": "Circle"
},
{
"type": "ibc",
"counterparty": {
"chain_name": "noble",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"base_denom": "uusdc",
"channel_id": "channel-215"
},
"chain": {
"channel_id": "channel-500",
"path": "transfer/channel-500/uusdc"
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/usdc.noble.svg",
"theme": {
"primary_color_hex": "#2474cc"
}
}
],
"coingecko_id": "usd-coin"
},
{
"description": "Wrapped USDC (Noble Testnet Grand)",
"type_asset": "cw20",
"address": "archway1r8kepegwhldwqanuurc769l2g0qxlsm2sm6t5rhqjzcerxsgshls267f7a",
"denom_units": [
{
"denom": "cw20:archway1r8kepegwhldwqanuurc769l2g0qxlsm2sm6t5rhqjzcerxsgshls267f7a",
"exponent": 0
},
{
"denom": "wUSDC",
"exponent": 6
}
],
"base": "cw20:archway1r8kepegwhldwqanuurc769l2g0qxlsm2sm6t5rhqjzcerxsgshls267f7a",
"name": "Wrapped USDC",
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
"display": "wUSDC",
"symbol": "wUSDC",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc.svg",
"theme": {
"primary_color_hex": "#000000"
}
}
],
"coingecko_id": "usd-coin"
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
}
]
}
}
Binary file added testnets/archwaytestnet/images/arch.png
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 testnets/archwaytestnet/images/arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testnets/archwaytestnet/images/usdc.noble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions testnets/archwaytestnet/images/usdc.noble.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testnets/archwaytestnet/images/wArch.png
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 testnets/archwaytestnet/images/wArch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testnets/archwaytestnet/images/wUsdc.noble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading