Skip to content

Commit

Permalink
add solana counterparty and Noble Express (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 authored Aug 8, 2024
1 parent 3fb6544 commit 299f01d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions osmosis-1/generated/frontend/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -13621,6 +13621,12 @@
],
"pegMechanism": "collateralized",
"transferMethods": [
{
"name": "Noble Express",
"type": "external_interface",
"depositUrl": "https://express.noble.xyz/transfer?origin=solana&destination=osmosis",
"withdrawUrl": "https://express.noble.xyz/transfer?origin=osmosis&destination=solana"
},
{
"name": "Osmosis IBC Transfer",
"type": "ibc",
Expand Down Expand Up @@ -13782,6 +13788,16 @@
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
}
},
{
"chainName": "solana",
"sourceDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"chainType": "non-cosmos",
"symbol": "USDC",
"decimals": 6,
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg"
}
}
],
"variantGroupKey": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
Expand Down Expand Up @@ -22153,6 +22169,7 @@
"symbol": "BTC",
"decimals": 8,
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png"
},
"coingeckoId": "bitcoin",
Expand Down
12 changes: 12 additions & 0 deletions osmosis-1/osmosis.zone_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2460,13 +2460,25 @@
{
"chain_name": "polygon",
"base_denom": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"
},
{
"chain_name": "solana",
"base_denom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
}
]
},
"canonical": {
"chain_name": "ethereum",
"base_denom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
},
"transfer_methods": [
{
"name": "Noble Express",
"type": "external_interface",
"deposit_url": "https://express.noble.xyz/transfer?origin=solana&destination=osmosis",
"withdraw_url": "https://express.noble.xyz/transfer?origin=osmosis&destination=solana"
}
],
"categories": [
"stablecoin"
]
Expand Down

0 comments on commit 299f01d

Please sign in to comment.