Skip to content

Commit f1c0ee7

Browse files
authored
create assetlist.json object for t7s on chain-registry/stargaze (#6015)
* create assetlist.json object for ts7 on chain-registry/stargaze * Fix: updated denom_units to match display denom due to transposition error * fix: ibc denom was incorrectly computed with trailing integer
1 parent 5d01d08 commit f1c0ee7

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

osmosis/assetlist.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28131,7 +28131,7 @@
2813128131
"type_asset": "sdk.coin",
2813228132
"address": "osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8",
2813328133
"base": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s",
28134-
"name": "The seven green shade ",
28134+
"name": "The seven green shade",
2813528135
"display": "T7S",
2813628136
"symbol": "T7S",
2813728137
"logo_URIs": {

stargaze/assetlist.json

+44
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,50 @@
993993
}
994994
}
995995
]
996+
},
997+
{
998+
"description": "The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.",
999+
"denom_units": [
1000+
{
1001+
"denom": "ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB",
1002+
"exponent": 0
1003+
},
1004+
{
1005+
"denom": "T7S",
1006+
"exponent": 6
1007+
}
1008+
],
1009+
"type_asset": "ics20",
1010+
"base": "ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB",
1011+
"name": "The seven green shade",
1012+
"display": "T7S",
1013+
"symbol": "T7S",
1014+
"logo_URIs": {
1015+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png"
1016+
},
1017+
"traces": [
1018+
{
1019+
"type": "ibc",
1020+
"counterparty": {
1021+
"chain_name": "osmosis",
1022+
"base_denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s",
1023+
"channel_id": "channel-75"
1024+
},
1025+
"chain": {
1026+
"channel_id": "channel-0",
1027+
"path": "transfer/channel-0/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s"
1028+
}
1029+
}
1030+
],
1031+
"images": [
1032+
{
1033+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png",
1034+
"image_sync": {
1035+
"chain_name": "osmosis",
1036+
"base_denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s"
1037+
}
1038+
}
1039+
]
9961040
}
9971041
]
9981042
}

0 commit comments

Comments
 (0)