Skip to content

Commit

Permalink
feat: add Noble (#30)
Browse files Browse the repository at this point in the history
* feat: add Noble

* fix: remove trailing comma
  • Loading branch information
johnletey authored Dec 20, 2023
1 parent f014e8f commit 015d9cb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
22 changes: 22 additions & 0 deletions assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,28 @@
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png"
},
"coingecko_id": "tether"
},
{
"name": "USDC",
"description": "USD Coin",
"symbol": "USDC",
"base": "ibc/CA6FBFAF399474A06263E10D0CE5AEBBE15189D6D4B2DD9ADE61007E68EB9DB0",
"display": "USDC",
"denom_units": [
{
"denom": "ibc/CA6FBFAF399474A06263E10D0CE5AEBBE15189D6D4B2DD9ADE61007E68EB9DB0",
"exponent": 0
},
{
"denom": "USDC",
"exponent": 6
}
],
"images": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png"
},
"coingecko_id": "usd-coin"
}
],
"atlantic-2": [
Expand Down
7 changes: 7 additions & 0 deletions ibc_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"src_channel": "channel-18",
"port_id": "transfer",
"client_id": "07-tendermint-146"
},
{
"counterparty_chain_name": "noble-1",
"dst_channel": "channel-39",
"src_channel": "channel-45",
"port_id": "transfer",
"client_id": "07-tendermint-45"
}
],
"atlantic-2": [
Expand Down

0 comments on commit 015d9cb

Please sign in to comment.