Skip to content

Commit

Permalink
Add Statemine USDT (cosmos#2605)
Browse files Browse the repository at this point in the history
* Patch 1 (#1)

* Create asset.json

* Rename asset.json to assetlist.json

* Update assetlist.json

* Update assetlist.json

* Update assetlist.json

* Update assetlist.json

* Update assetlist.json
  • Loading branch information
josietyleung authored Aug 3, 2023
1 parent ab4df96 commit 16c47b2
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _non-cosmos/picasso/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,32 @@
}
}
]
},
{
"denom_units": [
{
"denom": "130",
"exponent": 0
},
{
"denom": "usdt",
"exponent": 6
}
],
"base": "130",
"name": "Statemine",
"display": "usdt",
"symbol": "USDT",
"traces": [
{
"type": "bridge",
"counterparty": {
"chain_name": "statemine",
"base_denom": "130"
},
"provider": "Statemine"
}
]
}
]
}
23 changes: 23 additions & 0 deletions _non-cosmos/statemine/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "statemine",
"assets": [
{
"denom_units": [
{
"denom": "130",
"exponent": 0
},
{
"denom": "usdt",
"exponent": 6
}
],
"base": "130",
"name": "Statemine",
"display": "usdt",
"symbol": "USDT",
"coingecko_id": "tether"
}
]
}
35 changes: 35 additions & 0 deletions composable/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,41 @@
}
}
]
},
{
"description": "The native staking and governance token of Statemine parachain.",
"denom_units": [
{
"denom": "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
"exponent": 0,
"aliases": [
"130"
]
},
{
"denom": "usdt",
"exponent": 6
}
],
"type_asset": "ics20",
"base": "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
"name": "USDT",
"display": "usdt",
"symbol": "USDT",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "picasso",
"base_denom": "130",
"channel_id": "channel-17"
},
"chain": {
"channel_id": "channel-2",
"path": "transfer/channel-2/130"
}
}
]
}
]
}

0 comments on commit 16c47b2

Please sign in to comment.