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

Update/tokens oraichain #5559

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
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
98 changes: 97 additions & 1 deletion oraichain/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,35 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg"
}
},

{
"description": "The KWT ibc for the Oraichain",
"denom_units": [
{
"denom": "ibc/4F7464EEE736CCFB6B444EB72DE60B3B43C0DD509FFA2B87E05D584467AAE8C8",
"exponent": 0
},
{
"denom": "kwt",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/4F7464EEE736CCFB6B444EB72DE60B3B43C0DD509FFA2B87E05D584467AAE8C8",
"name": "kwt",
"display": "kwt",
"symbol": "kwt",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/kwt.svg"
}
]
},
{
"description": "The MILKY token is the cw20 token for the Oraichain.",
"denom_units": [
Expand Down Expand Up @@ -445,6 +474,36 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg"
}
},

{
"description": "The MILKY ibc for the Oraichain",
"denom_units": [
{
"denom": "ibc/E12A2298AC40011C79F02F26C324BD54DF20F4B2904CB9028BFDEDCFAA89B906",
"exponent": 0
},
{
"denom": "milky",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/E12A2298AC40011C79F02F26C324BD54DF20F4B2904CB9028BFDEDCFAA89B906",
"name": "milky",
"display": "milky",
"symbol": "milky",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/milky-token.svg"
}
]
},

{
"description": "The scORAI token is the cw20 token for the Oraichain.",
"denom_units": [
Expand Down Expand Up @@ -609,7 +668,7 @@
}
},
{
"description": "The BTC token is the cw20 token for the Oraichain.",
"description": "The BTC (Legacy) token is the cw20 token for the Oraichain.",
"denom_units": [
{
"denom": "cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd",
Expand All @@ -623,6 +682,43 @@
"type_asset": "cw20",
"address": "orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd",
"base": "cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd",
"name": "Btc (Legacy)",
"display": "btc",
"symbol": "BTC (Legacy)",
"images": [
{
"image_sync": {
"chain_name": "bitcoin",
"base_denom": "sat"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
"theme": {
"primary_color_hex": "#f4941c",
"background_color_hex": "#f4941c",
"circle": true
}
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg"
}
},
{
"description": "The BTC token is the factory token for the Oraichain.",
"denom_units": [
{
"denom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/obtc",
"exponent": 0
},
{
"denom": "btc",
"exponent": 6
}
],
"type_asset": "sdk.coin",
"base": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/obtc",
"name": "Btc",
"display": "btc",
"symbol": "BTC",
Expand Down
Loading