@chain-registry/assets 1.70.336 → 1.70.338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/axelar.js +0 -86
- package/esm/mainnet/celestia.js +6 -0
- package/esm/mainnet/composable.js +46 -0
- package/esm/mainnet/cosmoshub.js +6 -0
- package/esm/mainnet/dydx.js +78 -0
- package/esm/mainnet/lumera.js +90 -0
- package/esm/mainnet/neutron.js +6 -0
- package/esm/mainnet/noble.js +88 -168
- package/esm/mainnet/nyx.js +6 -0
- package/esm/mainnet/osmosis.js +234 -86
- package/esm/mainnet/secretnetwork.js +82 -82
- package/esm/mainnet/stride.js +6 -0
- package/esm/noncosmos/penumbra.js +6 -0
- package/esm/testnet/osmosistestnet.js +0 -78
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +0 -86
- package/mainnet/celestia.js +6 -0
- package/mainnet/composable.js +46 -0
- package/mainnet/cosmoshub.js +6 -0
- package/mainnet/dydx.js +78 -0
- package/mainnet/lumera.js +90 -0
- package/mainnet/neutron.js +6 -0
- package/mainnet/noble.js +88 -168
- package/mainnet/nyx.js +6 -0
- package/mainnet/osmosis.js +234 -86
- package/mainnet/secretnetwork.js +82 -82
- package/mainnet/stride.js +6 -0
- package/noncosmos/penumbra.js +6 -0
- package/package.json +5 -5
- package/testnet/osmosistestnet.js +0 -78
package/mainnet/secretnetwork.js
CHANGED
|
@@ -9776,6 +9776,19 @@ const assets = {
|
|
|
9776
9776
|
name: 'Wtrx',
|
|
9777
9777
|
display: 'wtrx',
|
|
9778
9778
|
symbol: 'wTRX',
|
|
9779
|
+
traces: [{
|
|
9780
|
+
type: 'ibc-cw20',
|
|
9781
|
+
counterparty: {
|
|
9782
|
+
port: 'transfer',
|
|
9783
|
+
channel_id: 'channel-140',
|
|
9784
|
+
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
9785
|
+
chain_name: 'oraichain'
|
|
9786
|
+
},
|
|
9787
|
+
chain: {
|
|
9788
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9789
|
+
channel_id: 'channel-222'
|
|
9790
|
+
}
|
|
9791
|
+
}],
|
|
9779
9792
|
images: [{
|
|
9780
9793
|
image_sync: {
|
|
9781
9794
|
chain_name: 'tron',
|
|
@@ -9790,20 +9803,7 @@ const assets = {
|
|
|
9790
9803
|
logo_URIs: {
|
|
9791
9804
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
9792
9805
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
9793
|
-
}
|
|
9794
|
-
traces: [{
|
|
9795
|
-
type: 'ibc-cw20',
|
|
9796
|
-
counterparty: {
|
|
9797
|
-
port: 'transfer',
|
|
9798
|
-
channel_id: 'channel-140',
|
|
9799
|
-
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
9800
|
-
chain_name: 'oraichain'
|
|
9801
|
-
},
|
|
9802
|
-
chain: {
|
|
9803
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9804
|
-
channel_id: 'channel-222'
|
|
9805
|
-
}
|
|
9806
|
-
}]
|
|
9806
|
+
}
|
|
9807
9807
|
},
|
|
9808
9808
|
{
|
|
9809
9809
|
description: 'The scATOM token is the cw20 token for the Oraichain.',
|
|
@@ -9897,18 +9897,6 @@ const assets = {
|
|
|
9897
9897
|
name: 'Weth',
|
|
9898
9898
|
display: 'weth',
|
|
9899
9899
|
symbol: 'wETH',
|
|
9900
|
-
images: [{
|
|
9901
|
-
image_sync: {
|
|
9902
|
-
chain_name: 'ethereum',
|
|
9903
|
-
base_denom: 'wei'
|
|
9904
|
-
},
|
|
9905
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9906
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9907
|
-
}],
|
|
9908
|
-
logo_URIs: {
|
|
9909
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9910
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9911
|
-
},
|
|
9912
9900
|
traces: [{
|
|
9913
9901
|
type: 'ibc-cw20',
|
|
9914
9902
|
counterparty: {
|
|
@@ -9921,7 +9909,19 @@ const assets = {
|
|
|
9921
9909
|
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9922
9910
|
channel_id: 'channel-222'
|
|
9923
9911
|
}
|
|
9924
|
-
}]
|
|
9912
|
+
}],
|
|
9913
|
+
images: [{
|
|
9914
|
+
image_sync: {
|
|
9915
|
+
chain_name: 'ethereum',
|
|
9916
|
+
base_denom: 'wei'
|
|
9917
|
+
},
|
|
9918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9920
|
+
}],
|
|
9921
|
+
logo_URIs: {
|
|
9922
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9923
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9924
|
+
}
|
|
9925
9925
|
},
|
|
9926
9926
|
{
|
|
9927
9927
|
description: 'The BTC token is the cw20 token for the Oraichain.',
|
|
@@ -9939,6 +9939,19 @@ const assets = {
|
|
|
9939
9939
|
name: 'Btc',
|
|
9940
9940
|
display: 'btc',
|
|
9941
9941
|
symbol: 'BTC',
|
|
9942
|
+
traces: [{
|
|
9943
|
+
type: 'ibc-cw20',
|
|
9944
|
+
counterparty: {
|
|
9945
|
+
port: 'transfer',
|
|
9946
|
+
channel_id: 'channel-140',
|
|
9947
|
+
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
9948
|
+
chain_name: 'oraichain'
|
|
9949
|
+
},
|
|
9950
|
+
chain: {
|
|
9951
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9952
|
+
channel_id: 'channel-222'
|
|
9953
|
+
}
|
|
9954
|
+
}],
|
|
9942
9955
|
images: [{
|
|
9943
9956
|
image_sync: {
|
|
9944
9957
|
chain_name: 'bitcoin',
|
|
@@ -9953,20 +9966,7 @@ const assets = {
|
|
|
9953
9966
|
logo_URIs: {
|
|
9954
9967
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9955
9968
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
9956
|
-
}
|
|
9957
|
-
traces: [{
|
|
9958
|
-
type: 'ibc-cw20',
|
|
9959
|
-
counterparty: {
|
|
9960
|
-
port: 'transfer',
|
|
9961
|
-
channel_id: 'channel-140',
|
|
9962
|
-
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
9963
|
-
chain_name: 'oraichain'
|
|
9964
|
-
},
|
|
9965
|
-
chain: {
|
|
9966
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9967
|
-
channel_id: 'channel-222'
|
|
9968
|
-
}
|
|
9969
|
-
}]
|
|
9969
|
+
}
|
|
9970
9970
|
},
|
|
9971
9971
|
{
|
|
9972
9972
|
description: 'The OCH token is the cw20 token for the Oraichain.',
|
|
@@ -13020,6 +13020,19 @@ const assets = {
|
|
|
13020
13020
|
name: 'Wtrx',
|
|
13021
13021
|
display: 'wtrx',
|
|
13022
13022
|
symbol: 'wTRX',
|
|
13023
|
+
traces: [{
|
|
13024
|
+
type: 'ibc-cw20',
|
|
13025
|
+
counterparty: {
|
|
13026
|
+
port: 'transfer',
|
|
13027
|
+
channel_id: 'channel-140',
|
|
13028
|
+
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
13029
|
+
chain_name: 'oraichain'
|
|
13030
|
+
},
|
|
13031
|
+
chain: {
|
|
13032
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13033
|
+
channel_id: 'channel-222'
|
|
13034
|
+
}
|
|
13035
|
+
}],
|
|
13023
13036
|
images: [{
|
|
13024
13037
|
image_sync: {
|
|
13025
13038
|
chain_name: 'tron',
|
|
@@ -13034,20 +13047,7 @@ const assets = {
|
|
|
13034
13047
|
logo_URIs: {
|
|
13035
13048
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
13036
13049
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
13037
|
-
}
|
|
13038
|
-
traces: [{
|
|
13039
|
-
type: 'ibc-cw20',
|
|
13040
|
-
counterparty: {
|
|
13041
|
-
port: 'transfer',
|
|
13042
|
-
channel_id: 'channel-140',
|
|
13043
|
-
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
13044
|
-
chain_name: 'oraichain'
|
|
13045
|
-
},
|
|
13046
|
-
chain: {
|
|
13047
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13048
|
-
channel_id: 'channel-222'
|
|
13049
|
-
}
|
|
13050
|
-
}]
|
|
13050
|
+
}
|
|
13051
13051
|
},
|
|
13052
13052
|
{
|
|
13053
13053
|
description: 'The scATOM token is the cw20 token for the Oraichain.',
|
|
@@ -13141,18 +13141,6 @@ const assets = {
|
|
|
13141
13141
|
name: 'Weth',
|
|
13142
13142
|
display: 'weth',
|
|
13143
13143
|
symbol: 'wETH',
|
|
13144
|
-
images: [{
|
|
13145
|
-
image_sync: {
|
|
13146
|
-
chain_name: 'ethereum',
|
|
13147
|
-
base_denom: 'wei'
|
|
13148
|
-
},
|
|
13149
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13150
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13151
|
-
}],
|
|
13152
|
-
logo_URIs: {
|
|
13153
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13154
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13155
|
-
},
|
|
13156
13144
|
traces: [{
|
|
13157
13145
|
type: 'ibc-cw20',
|
|
13158
13146
|
counterparty: {
|
|
@@ -13165,7 +13153,19 @@ const assets = {
|
|
|
13165
13153
|
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13166
13154
|
channel_id: 'channel-222'
|
|
13167
13155
|
}
|
|
13168
|
-
}]
|
|
13156
|
+
}],
|
|
13157
|
+
images: [{
|
|
13158
|
+
image_sync: {
|
|
13159
|
+
chain_name: 'ethereum',
|
|
13160
|
+
base_denom: 'wei'
|
|
13161
|
+
},
|
|
13162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13164
|
+
}],
|
|
13165
|
+
logo_URIs: {
|
|
13166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13168
|
+
}
|
|
13169
13169
|
},
|
|
13170
13170
|
{
|
|
13171
13171
|
description: 'The BTC token is the cw20 token for the Oraichain.',
|
|
@@ -13183,6 +13183,19 @@ const assets = {
|
|
|
13183
13183
|
name: 'Btc',
|
|
13184
13184
|
display: 'btc',
|
|
13185
13185
|
symbol: 'BTC',
|
|
13186
|
+
traces: [{
|
|
13187
|
+
type: 'ibc-cw20',
|
|
13188
|
+
counterparty: {
|
|
13189
|
+
port: 'transfer',
|
|
13190
|
+
channel_id: 'channel-140',
|
|
13191
|
+
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
13192
|
+
chain_name: 'oraichain'
|
|
13193
|
+
},
|
|
13194
|
+
chain: {
|
|
13195
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13196
|
+
channel_id: 'channel-222'
|
|
13197
|
+
}
|
|
13198
|
+
}],
|
|
13186
13199
|
images: [{
|
|
13187
13200
|
image_sync: {
|
|
13188
13201
|
chain_name: 'bitcoin',
|
|
@@ -13197,20 +13210,7 @@ const assets = {
|
|
|
13197
13210
|
logo_URIs: {
|
|
13198
13211
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13199
13212
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
13200
|
-
}
|
|
13201
|
-
traces: [{
|
|
13202
|
-
type: 'ibc-cw20',
|
|
13203
|
-
counterparty: {
|
|
13204
|
-
port: 'transfer',
|
|
13205
|
-
channel_id: 'channel-140',
|
|
13206
|
-
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
13207
|
-
chain_name: 'oraichain'
|
|
13208
|
-
},
|
|
13209
|
-
chain: {
|
|
13210
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13211
|
-
channel_id: 'channel-222'
|
|
13212
|
-
}
|
|
13213
|
-
}]
|
|
13213
|
+
}
|
|
13214
13214
|
},
|
|
13215
13215
|
{
|
|
13216
13216
|
description: 'The OCH token is the cw20 token for the Oraichain.',
|
package/mainnet/stride.js
CHANGED
|
@@ -27,6 +27,9 @@ const assets = {
|
|
|
27
27
|
twitter: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
29
|
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
30
33
|
traces: [{
|
|
31
34
|
type: 'ibc',
|
|
32
35
|
counterparty: {
|
|
@@ -10287,6 +10290,9 @@ const assets = {
|
|
|
10287
10290
|
twitter: 'https://x.com/namada'
|
|
10288
10291
|
},
|
|
10289
10292
|
coingecko_id: 'namada',
|
|
10293
|
+
images: [{
|
|
10294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
10295
|
+
}],
|
|
10290
10296
|
traces: [{
|
|
10291
10297
|
type: 'ibc',
|
|
10292
10298
|
counterparty: {
|
package/noncosmos/penumbra.js
CHANGED
|
@@ -27,6 +27,9 @@ const assets = {
|
|
|
27
27
|
twitter: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
29
|
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
30
33
|
traces: [{
|
|
31
34
|
type: 'ibc',
|
|
32
35
|
counterparty: {
|
|
@@ -287,6 +290,9 @@ const assets = {
|
|
|
287
290
|
twitter: 'https://x.com/namada'
|
|
288
291
|
},
|
|
289
292
|
coingecko_id: 'namada',
|
|
293
|
+
images: [{
|
|
294
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
295
|
+
}],
|
|
290
296
|
traces: [{
|
|
291
297
|
type: 'ibc',
|
|
292
298
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.338",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.210",
|
|
33
|
+
"chain-registry": "^1.69.338"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.210"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "d2927af22a22aaff7c45fdbdd31c2b50123e6b89"
|
|
47
47
|
}
|
|
@@ -2072,45 +2072,6 @@ const assets = {
|
|
|
2072
2072
|
}
|
|
2073
2073
|
}]
|
|
2074
2074
|
},
|
|
2075
|
-
{
|
|
2076
|
-
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2077
|
-
denom_units: [{
|
|
2078
|
-
denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2079
|
-
exponent: 0,
|
|
2080
|
-
aliases: ['uamber']
|
|
2081
|
-
}, {
|
|
2082
|
-
denom: 'AMBER',
|
|
2083
|
-
exponent: 6
|
|
2084
|
-
}],
|
|
2085
|
-
base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2086
|
-
name: 'Synternet',
|
|
2087
|
-
display: 'AMBER',
|
|
2088
|
-
symbol: 'AMBER',
|
|
2089
|
-
logo_URIs: {
|
|
2090
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2091
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2092
|
-
},
|
|
2093
|
-
images: [{
|
|
2094
|
-
image_sync: {
|
|
2095
|
-
chain_name: 'synternet',
|
|
2096
|
-
base_denom: 'usynt'
|
|
2097
|
-
},
|
|
2098
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2099
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2100
|
-
}],
|
|
2101
|
-
type_asset: 'sdk.coin',
|
|
2102
|
-
traces: [{
|
|
2103
|
-
type: 'ibc',
|
|
2104
|
-
counterparty: {
|
|
2105
|
-
channel_id: 'channel-0',
|
|
2106
|
-
base_denom: 'uamber',
|
|
2107
|
-
chain_name: 'synternettestnet'
|
|
2108
|
-
},
|
|
2109
|
-
chain: {
|
|
2110
|
-
channel_id: 'channel-9152'
|
|
2111
|
-
}
|
|
2112
|
-
}]
|
|
2113
|
-
},
|
|
2114
2075
|
{
|
|
2115
2076
|
description: 'TTNT is the native token of the Titan Network testnet, serving as a medium of value, staking token, and transparency mechanism for the ecosystem.',
|
|
2116
2077
|
denom_units: [{
|
|
@@ -2674,45 +2635,6 @@ const assets = {
|
|
|
2674
2635
|
}
|
|
2675
2636
|
}]
|
|
2676
2637
|
},
|
|
2677
|
-
{
|
|
2678
|
-
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2679
|
-
denom_units: [{
|
|
2680
|
-
denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2681
|
-
exponent: 0,
|
|
2682
|
-
aliases: ['uamber']
|
|
2683
|
-
}, {
|
|
2684
|
-
denom: 'AMBER',
|
|
2685
|
-
exponent: 6
|
|
2686
|
-
}],
|
|
2687
|
-
base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2688
|
-
name: 'Synternet',
|
|
2689
|
-
display: 'AMBER',
|
|
2690
|
-
symbol: 'AMBER',
|
|
2691
|
-
logo_URIs: {
|
|
2692
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2694
|
-
},
|
|
2695
|
-
images: [{
|
|
2696
|
-
image_sync: {
|
|
2697
|
-
chain_name: 'synternet',
|
|
2698
|
-
base_denom: 'usynt'
|
|
2699
|
-
},
|
|
2700
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2701
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2702
|
-
}],
|
|
2703
|
-
type_asset: 'sdk.coin',
|
|
2704
|
-
traces: [{
|
|
2705
|
-
type: 'ibc',
|
|
2706
|
-
counterparty: {
|
|
2707
|
-
channel_id: 'channel-0',
|
|
2708
|
-
base_denom: 'uamber',
|
|
2709
|
-
chain_name: 'synternettestnet'
|
|
2710
|
-
},
|
|
2711
|
-
chain: {
|
|
2712
|
-
channel_id: 'channel-9152'
|
|
2713
|
-
}
|
|
2714
|
-
}]
|
|
2715
|
-
},
|
|
2716
2638
|
{
|
|
2717
2639
|
description: 'TTNT is the native token of the Titan Network testnet, serving as a medium of value, staking token, and transparency mechanism for the ecosystem.',
|
|
2718
2640
|
denom_units: [{
|