@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
|
@@ -9774,6 +9774,19 @@ const assets = {
|
|
|
9774
9774
|
name: 'Wtrx',
|
|
9775
9775
|
display: 'wtrx',
|
|
9776
9776
|
symbol: 'wTRX',
|
|
9777
|
+
traces: [{
|
|
9778
|
+
type: 'ibc-cw20',
|
|
9779
|
+
counterparty: {
|
|
9780
|
+
port: 'transfer',
|
|
9781
|
+
channel_id: 'channel-140',
|
|
9782
|
+
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
9783
|
+
chain_name: 'oraichain'
|
|
9784
|
+
},
|
|
9785
|
+
chain: {
|
|
9786
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9787
|
+
channel_id: 'channel-222'
|
|
9788
|
+
}
|
|
9789
|
+
}],
|
|
9777
9790
|
images: [{
|
|
9778
9791
|
image_sync: {
|
|
9779
9792
|
chain_name: 'tron',
|
|
@@ -9788,20 +9801,7 @@ const assets = {
|
|
|
9788
9801
|
logo_URIs: {
|
|
9789
9802
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
9790
9803
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
9791
|
-
}
|
|
9792
|
-
traces: [{
|
|
9793
|
-
type: 'ibc-cw20',
|
|
9794
|
-
counterparty: {
|
|
9795
|
-
port: 'transfer',
|
|
9796
|
-
channel_id: 'channel-140',
|
|
9797
|
-
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
9798
|
-
chain_name: 'oraichain'
|
|
9799
|
-
},
|
|
9800
|
-
chain: {
|
|
9801
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9802
|
-
channel_id: 'channel-222'
|
|
9803
|
-
}
|
|
9804
|
-
}]
|
|
9804
|
+
}
|
|
9805
9805
|
},
|
|
9806
9806
|
{
|
|
9807
9807
|
description: 'The scATOM token is the cw20 token for the Oraichain.',
|
|
@@ -9895,18 +9895,6 @@ const assets = {
|
|
|
9895
9895
|
name: 'Weth',
|
|
9896
9896
|
display: 'weth',
|
|
9897
9897
|
symbol: 'wETH',
|
|
9898
|
-
images: [{
|
|
9899
|
-
image_sync: {
|
|
9900
|
-
chain_name: 'ethereum',
|
|
9901
|
-
base_denom: 'wei'
|
|
9902
|
-
},
|
|
9903
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9904
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9905
|
-
}],
|
|
9906
|
-
logo_URIs: {
|
|
9907
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9908
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9909
|
-
},
|
|
9910
9898
|
traces: [{
|
|
9911
9899
|
type: 'ibc-cw20',
|
|
9912
9900
|
counterparty: {
|
|
@@ -9919,7 +9907,19 @@ const assets = {
|
|
|
9919
9907
|
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9920
9908
|
channel_id: 'channel-222'
|
|
9921
9909
|
}
|
|
9922
|
-
}]
|
|
9910
|
+
}],
|
|
9911
|
+
images: [{
|
|
9912
|
+
image_sync: {
|
|
9913
|
+
chain_name: 'ethereum',
|
|
9914
|
+
base_denom: 'wei'
|
|
9915
|
+
},
|
|
9916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
9917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
9918
|
+
}],
|
|
9919
|
+
logo_URIs: {
|
|
9920
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
9921
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
9922
|
+
}
|
|
9923
9923
|
},
|
|
9924
9924
|
{
|
|
9925
9925
|
description: 'The BTC token is the cw20 token for the Oraichain.',
|
|
@@ -9937,6 +9937,19 @@ const assets = {
|
|
|
9937
9937
|
name: 'Btc',
|
|
9938
9938
|
display: 'btc',
|
|
9939
9939
|
symbol: 'BTC',
|
|
9940
|
+
traces: [{
|
|
9941
|
+
type: 'ibc-cw20',
|
|
9942
|
+
counterparty: {
|
|
9943
|
+
port: 'transfer',
|
|
9944
|
+
channel_id: 'channel-140',
|
|
9945
|
+
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
9946
|
+
chain_name: 'oraichain'
|
|
9947
|
+
},
|
|
9948
|
+
chain: {
|
|
9949
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9950
|
+
channel_id: 'channel-222'
|
|
9951
|
+
}
|
|
9952
|
+
}],
|
|
9940
9953
|
images: [{
|
|
9941
9954
|
image_sync: {
|
|
9942
9955
|
chain_name: 'bitcoin',
|
|
@@ -9951,20 +9964,7 @@ const assets = {
|
|
|
9951
9964
|
logo_URIs: {
|
|
9952
9965
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
9953
9966
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
9954
|
-
}
|
|
9955
|
-
traces: [{
|
|
9956
|
-
type: 'ibc-cw20',
|
|
9957
|
-
counterparty: {
|
|
9958
|
-
port: 'transfer',
|
|
9959
|
-
channel_id: 'channel-140',
|
|
9960
|
-
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
9961
|
-
chain_name: 'oraichain'
|
|
9962
|
-
},
|
|
9963
|
-
chain: {
|
|
9964
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9965
|
-
channel_id: 'channel-222'
|
|
9966
|
-
}
|
|
9967
|
-
}]
|
|
9967
|
+
}
|
|
9968
9968
|
},
|
|
9969
9969
|
{
|
|
9970
9970
|
description: 'The OCH token is the cw20 token for the Oraichain.',
|
|
@@ -13018,6 +13018,19 @@ const assets = {
|
|
|
13018
13018
|
name: 'Wtrx',
|
|
13019
13019
|
display: 'wtrx',
|
|
13020
13020
|
symbol: 'wTRX',
|
|
13021
|
+
traces: [{
|
|
13022
|
+
type: 'ibc-cw20',
|
|
13023
|
+
counterparty: {
|
|
13024
|
+
port: 'transfer',
|
|
13025
|
+
channel_id: 'channel-140',
|
|
13026
|
+
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
13027
|
+
chain_name: 'oraichain'
|
|
13028
|
+
},
|
|
13029
|
+
chain: {
|
|
13030
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13031
|
+
channel_id: 'channel-222'
|
|
13032
|
+
}
|
|
13033
|
+
}],
|
|
13021
13034
|
images: [{
|
|
13022
13035
|
image_sync: {
|
|
13023
13036
|
chain_name: 'tron',
|
|
@@ -13032,20 +13045,7 @@ const assets = {
|
|
|
13032
13045
|
logo_URIs: {
|
|
13033
13046
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
13034
13047
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
13035
|
-
}
|
|
13036
|
-
traces: [{
|
|
13037
|
-
type: 'ibc-cw20',
|
|
13038
|
-
counterparty: {
|
|
13039
|
-
port: 'transfer',
|
|
13040
|
-
channel_id: 'channel-140',
|
|
13041
|
-
base_denom: 'cw20:orai1c7tpjenafvgjtgm9aqwm7afnke6c56hpdms8jc6md40xs3ugd0es5encn0',
|
|
13042
|
-
chain_name: 'oraichain'
|
|
13043
|
-
},
|
|
13044
|
-
chain: {
|
|
13045
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13046
|
-
channel_id: 'channel-222'
|
|
13047
|
-
}
|
|
13048
|
-
}]
|
|
13048
|
+
}
|
|
13049
13049
|
},
|
|
13050
13050
|
{
|
|
13051
13051
|
description: 'The scATOM token is the cw20 token for the Oraichain.',
|
|
@@ -13139,18 +13139,6 @@ const assets = {
|
|
|
13139
13139
|
name: 'Weth',
|
|
13140
13140
|
display: 'weth',
|
|
13141
13141
|
symbol: 'wETH',
|
|
13142
|
-
images: [{
|
|
13143
|
-
image_sync: {
|
|
13144
|
-
chain_name: 'ethereum',
|
|
13145
|
-
base_denom: 'wei'
|
|
13146
|
-
},
|
|
13147
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13148
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13149
|
-
}],
|
|
13150
|
-
logo_URIs: {
|
|
13151
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13152
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13153
|
-
},
|
|
13154
13142
|
traces: [{
|
|
13155
13143
|
type: 'ibc-cw20',
|
|
13156
13144
|
counterparty: {
|
|
@@ -13163,7 +13151,19 @@ const assets = {
|
|
|
13163
13151
|
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13164
13152
|
channel_id: 'channel-222'
|
|
13165
13153
|
}
|
|
13166
|
-
}]
|
|
13154
|
+
}],
|
|
13155
|
+
images: [{
|
|
13156
|
+
image_sync: {
|
|
13157
|
+
chain_name: 'ethereum',
|
|
13158
|
+
base_denom: 'wei'
|
|
13159
|
+
},
|
|
13160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
13161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
13162
|
+
}],
|
|
13163
|
+
logo_URIs: {
|
|
13164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13166
|
+
}
|
|
13167
13167
|
},
|
|
13168
13168
|
{
|
|
13169
13169
|
description: 'The BTC token is the cw20 token for the Oraichain.',
|
|
@@ -13181,6 +13181,19 @@ const assets = {
|
|
|
13181
13181
|
name: 'Btc',
|
|
13182
13182
|
display: 'btc',
|
|
13183
13183
|
symbol: 'BTC',
|
|
13184
|
+
traces: [{
|
|
13185
|
+
type: 'ibc-cw20',
|
|
13186
|
+
counterparty: {
|
|
13187
|
+
port: 'transfer',
|
|
13188
|
+
channel_id: 'channel-140',
|
|
13189
|
+
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
13190
|
+
chain_name: 'oraichain'
|
|
13191
|
+
},
|
|
13192
|
+
chain: {
|
|
13193
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13194
|
+
channel_id: 'channel-222'
|
|
13195
|
+
}
|
|
13196
|
+
}],
|
|
13184
13197
|
images: [{
|
|
13185
13198
|
image_sync: {
|
|
13186
13199
|
chain_name: 'bitcoin',
|
|
@@ -13195,20 +13208,7 @@ const assets = {
|
|
|
13195
13208
|
logo_URIs: {
|
|
13196
13209
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
13197
13210
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
13198
|
-
}
|
|
13199
|
-
traces: [{
|
|
13200
|
-
type: 'ibc-cw20',
|
|
13201
|
-
counterparty: {
|
|
13202
|
-
port: 'transfer',
|
|
13203
|
-
channel_id: 'channel-140',
|
|
13204
|
-
base_denom: 'cw20:orai10g6frpysmdgw5tdqke47als6f97aqmr8s3cljsvjce4n5enjftcqtamzsd',
|
|
13205
|
-
chain_name: 'oraichain'
|
|
13206
|
-
},
|
|
13207
|
-
chain: {
|
|
13208
|
-
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13209
|
-
channel_id: 'channel-222'
|
|
13210
|
-
}
|
|
13211
|
-
}]
|
|
13211
|
+
}
|
|
13212
13212
|
},
|
|
13213
13213
|
{
|
|
13214
13214
|
description: 'The OCH token is the cw20 token for the Oraichain.',
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -25,6 +25,9 @@ const assets = {
|
|
|
25
25
|
twitter: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
27
|
coingecko_id: 'namada',
|
|
28
|
+
images: [{
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
|
+
}],
|
|
28
31
|
traces: [{
|
|
29
32
|
type: 'ibc',
|
|
30
33
|
counterparty: {
|
|
@@ -10285,6 +10288,9 @@ const assets = {
|
|
|
10285
10288
|
twitter: 'https://x.com/namada'
|
|
10286
10289
|
},
|
|
10287
10290
|
coingecko_id: 'namada',
|
|
10291
|
+
images: [{
|
|
10292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
10293
|
+
}],
|
|
10288
10294
|
traces: [{
|
|
10289
10295
|
type: 'ibc',
|
|
10290
10296
|
counterparty: {
|
|
@@ -25,6 +25,9 @@ const assets = {
|
|
|
25
25
|
twitter: 'https://x.com/namada'
|
|
26
26
|
},
|
|
27
27
|
coingecko_id: 'namada',
|
|
28
|
+
images: [{
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
|
+
}],
|
|
28
31
|
traces: [{
|
|
29
32
|
type: 'ibc',
|
|
30
33
|
counterparty: {
|
|
@@ -285,6 +288,9 @@ const assets = {
|
|
|
285
288
|
twitter: 'https://x.com/namada'
|
|
286
289
|
},
|
|
287
290
|
coingecko_id: 'namada',
|
|
291
|
+
images: [{
|
|
292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
293
|
+
}],
|
|
288
294
|
traces: [{
|
|
289
295
|
type: 'ibc',
|
|
290
296
|
counterparty: {
|
|
@@ -2070,45 +2070,6 @@ const assets = {
|
|
|
2070
2070
|
}
|
|
2071
2071
|
}]
|
|
2072
2072
|
},
|
|
2073
|
-
{
|
|
2074
|
-
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2075
|
-
denom_units: [{
|
|
2076
|
-
denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2077
|
-
exponent: 0,
|
|
2078
|
-
aliases: ['uamber']
|
|
2079
|
-
}, {
|
|
2080
|
-
denom: 'AMBER',
|
|
2081
|
-
exponent: 6
|
|
2082
|
-
}],
|
|
2083
|
-
base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2084
|
-
name: 'Synternet',
|
|
2085
|
-
display: 'AMBER',
|
|
2086
|
-
symbol: 'AMBER',
|
|
2087
|
-
logo_URIs: {
|
|
2088
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2089
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2090
|
-
},
|
|
2091
|
-
images: [{
|
|
2092
|
-
image_sync: {
|
|
2093
|
-
chain_name: 'synternet',
|
|
2094
|
-
base_denom: 'usynt'
|
|
2095
|
-
},
|
|
2096
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2097
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2098
|
-
}],
|
|
2099
|
-
type_asset: 'sdk.coin',
|
|
2100
|
-
traces: [{
|
|
2101
|
-
type: 'ibc',
|
|
2102
|
-
counterparty: {
|
|
2103
|
-
channel_id: 'channel-0',
|
|
2104
|
-
base_denom: 'uamber',
|
|
2105
|
-
chain_name: 'synternettestnet'
|
|
2106
|
-
},
|
|
2107
|
-
chain: {
|
|
2108
|
-
channel_id: 'channel-9152'
|
|
2109
|
-
}
|
|
2110
|
-
}]
|
|
2111
|
-
},
|
|
2112
2073
|
{
|
|
2113
2074
|
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.',
|
|
2114
2075
|
denom_units: [{
|
|
@@ -2672,45 +2633,6 @@ const assets = {
|
|
|
2672
2633
|
}
|
|
2673
2634
|
}]
|
|
2674
2635
|
},
|
|
2675
|
-
{
|
|
2676
|
-
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2677
|
-
denom_units: [{
|
|
2678
|
-
denom: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2679
|
-
exponent: 0,
|
|
2680
|
-
aliases: ['uamber']
|
|
2681
|
-
}, {
|
|
2682
|
-
denom: 'AMBER',
|
|
2683
|
-
exponent: 6
|
|
2684
|
-
}],
|
|
2685
|
-
base: 'ibc/5A40E4FFC9DD1E4BF7BF7C77AC2B0F72C179DB4C64D4B351969FC8EBB9D12B97',
|
|
2686
|
-
name: 'Synternet',
|
|
2687
|
-
display: 'AMBER',
|
|
2688
|
-
symbol: 'AMBER',
|
|
2689
|
-
logo_URIs: {
|
|
2690
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2691
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2692
|
-
},
|
|
2693
|
-
images: [{
|
|
2694
|
-
image_sync: {
|
|
2695
|
-
chain_name: 'synternet',
|
|
2696
|
-
base_denom: 'usynt'
|
|
2697
|
-
},
|
|
2698
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png',
|
|
2699
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg'
|
|
2700
|
-
}],
|
|
2701
|
-
type_asset: 'sdk.coin',
|
|
2702
|
-
traces: [{
|
|
2703
|
-
type: 'ibc',
|
|
2704
|
-
counterparty: {
|
|
2705
|
-
channel_id: 'channel-0',
|
|
2706
|
-
base_denom: 'uamber',
|
|
2707
|
-
chain_name: 'synternettestnet'
|
|
2708
|
-
},
|
|
2709
|
-
chain: {
|
|
2710
|
-
channel_id: 'channel-9152'
|
|
2711
|
-
}
|
|
2712
|
-
}]
|
|
2713
|
-
},
|
|
2714
2636
|
{
|
|
2715
2637
|
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.',
|
|
2716
2638
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/axelar.js
CHANGED
|
@@ -2433,49 +2433,6 @@ const assets = {
|
|
|
2433
2433
|
}
|
|
2434
2434
|
}]
|
|
2435
2435
|
},
|
|
2436
|
-
{
|
|
2437
|
-
name: 'Astrovault token',
|
|
2438
|
-
description: 'AXV',
|
|
2439
|
-
socials: {
|
|
2440
|
-
website: 'https://astrovault.io/',
|
|
2441
|
-
twitter: 'https://x.com/axvdex'
|
|
2442
|
-
},
|
|
2443
|
-
denom_units: [{
|
|
2444
|
-
denom: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
2445
|
-
exponent: 0,
|
|
2446
|
-
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
2447
|
-
}, {
|
|
2448
|
-
denom: 'AXV',
|
|
2449
|
-
exponent: 6
|
|
2450
|
-
}],
|
|
2451
|
-
base: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
2452
|
-
display: 'AXV',
|
|
2453
|
-
symbol: 'AXV',
|
|
2454
|
-
logo_URIs: {
|
|
2455
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2456
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2457
|
-
},
|
|
2458
|
-
images: [{
|
|
2459
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2460
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
2461
|
-
image_sync: {
|
|
2462
|
-
chain_name: 'neutron',
|
|
2463
|
-
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
2464
|
-
}
|
|
2465
|
-
}],
|
|
2466
|
-
type_asset: 'sdk.coin',
|
|
2467
|
-
traces: [{
|
|
2468
|
-
type: 'ibc',
|
|
2469
|
-
counterparty: {
|
|
2470
|
-
channel_id: 'channel-1',
|
|
2471
|
-
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
2472
|
-
chain_name: 'nibiru'
|
|
2473
|
-
},
|
|
2474
|
-
chain: {
|
|
2475
|
-
channel_id: 'channel-139'
|
|
2476
|
-
}
|
|
2477
|
-
}]
|
|
2478
|
-
},
|
|
2479
2436
|
{
|
|
2480
2437
|
name: 'uoprek',
|
|
2481
2438
|
description: 'uoprek',
|
|
@@ -12053,49 +12010,6 @@ const assets = {
|
|
|
12053
12010
|
}
|
|
12054
12011
|
}]
|
|
12055
12012
|
},
|
|
12056
|
-
{
|
|
12057
|
-
name: 'Astrovault token',
|
|
12058
|
-
description: 'AXV',
|
|
12059
|
-
socials: {
|
|
12060
|
-
website: 'https://astrovault.io/',
|
|
12061
|
-
twitter: 'https://x.com/axvdex'
|
|
12062
|
-
},
|
|
12063
|
-
denom_units: [{
|
|
12064
|
-
denom: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
12065
|
-
exponent: 0,
|
|
12066
|
-
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
12067
|
-
}, {
|
|
12068
|
-
denom: 'AXV',
|
|
12069
|
-
exponent: 6
|
|
12070
|
-
}],
|
|
12071
|
-
base: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
12072
|
-
display: 'AXV',
|
|
12073
|
-
symbol: 'AXV',
|
|
12074
|
-
logo_URIs: {
|
|
12075
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
12076
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
12077
|
-
},
|
|
12078
|
-
images: [{
|
|
12079
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
12080
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
12081
|
-
image_sync: {
|
|
12082
|
-
chain_name: 'neutron',
|
|
12083
|
-
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
12084
|
-
}
|
|
12085
|
-
}],
|
|
12086
|
-
type_asset: 'sdk.coin',
|
|
12087
|
-
traces: [{
|
|
12088
|
-
type: 'ibc',
|
|
12089
|
-
counterparty: {
|
|
12090
|
-
channel_id: 'channel-1',
|
|
12091
|
-
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
12092
|
-
chain_name: 'nibiru'
|
|
12093
|
-
},
|
|
12094
|
-
chain: {
|
|
12095
|
-
channel_id: 'channel-139'
|
|
12096
|
-
}
|
|
12097
|
-
}]
|
|
12098
|
-
},
|
|
12099
12013
|
{
|
|
12100
12014
|
name: 'uoprek',
|
|
12101
12015
|
description: 'uoprek',
|
package/mainnet/celestia.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: {
|
|
@@ -947,6 +950,9 @@ const assets = {
|
|
|
947
950
|
twitter: 'https://x.com/namada'
|
|
948
951
|
},
|
|
949
952
|
coingecko_id: 'namada',
|
|
953
|
+
images: [{
|
|
954
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
955
|
+
}],
|
|
950
956
|
traces: [{
|
|
951
957
|
type: 'ibc',
|
|
952
958
|
counterparty: {
|
package/mainnet/composable.js
CHANGED
|
@@ -776,6 +776,9 @@ const assets = {
|
|
|
776
776
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
777
777
|
},
|
|
778
778
|
coingecko_id: 'ether-fi-staked-btc',
|
|
779
|
+
images: [{
|
|
780
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
781
|
+
}],
|
|
779
782
|
traces: [{
|
|
780
783
|
type: 'ibc',
|
|
781
784
|
counterparty: {
|
|
@@ -807,6 +810,9 @@ const assets = {
|
|
|
807
810
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
808
811
|
},
|
|
809
812
|
coingecko_id: 'kintsugi-btc',
|
|
813
|
+
images: [{
|
|
814
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
815
|
+
}],
|
|
810
816
|
traces: [{
|
|
811
817
|
type: 'ibc',
|
|
812
818
|
counterparty: {
|
|
@@ -838,6 +844,9 @@ const assets = {
|
|
|
838
844
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
839
845
|
},
|
|
840
846
|
coingecko_id: 'babypie-wrapped-btc',
|
|
847
|
+
images: [{
|
|
848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
849
|
+
}],
|
|
841
850
|
traces: [{
|
|
842
851
|
type: 'ibc',
|
|
843
852
|
counterparty: {
|
|
@@ -869,6 +878,9 @@ const assets = {
|
|
|
869
878
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
870
879
|
},
|
|
871
880
|
coingecko_id: 'solv-protocol-solvbtc-bbn',
|
|
881
|
+
images: [{
|
|
882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
883
|
+
}],
|
|
872
884
|
traces: [{
|
|
873
885
|
type: 'ibc',
|
|
874
886
|
counterparty: {
|
|
@@ -899,6 +911,9 @@ const assets = {
|
|
|
899
911
|
logo_URIs: {
|
|
900
912
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
901
913
|
},
|
|
914
|
+
images: [{
|
|
915
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
916
|
+
}],
|
|
902
917
|
traces: [{
|
|
903
918
|
type: 'ibc',
|
|
904
919
|
counterparty: {
|
|
@@ -931,6 +946,10 @@ const assets = {
|
|
|
931
946
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
932
947
|
},
|
|
933
948
|
coingecko_id: 'susds',
|
|
949
|
+
images: [{
|
|
950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
952
|
+
}],
|
|
934
953
|
traces: [{
|
|
935
954
|
type: 'ibc',
|
|
936
955
|
counterparty: {
|
|
@@ -963,6 +982,10 @@ const assets = {
|
|
|
963
982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
964
983
|
},
|
|
965
984
|
coingecko_id: 'midas-btc-yield-token',
|
|
985
|
+
images: [{
|
|
986
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
987
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
988
|
+
}],
|
|
966
989
|
traces: [{
|
|
967
990
|
type: 'ibc',
|
|
968
991
|
counterparty: {
|
|
@@ -2897,6 +2920,9 @@ const assets = {
|
|
|
2897
2920
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
2898
2921
|
},
|
|
2899
2922
|
coingecko_id: 'ether-fi-staked-btc',
|
|
2923
|
+
images: [{
|
|
2924
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
2925
|
+
}],
|
|
2900
2926
|
traces: [{
|
|
2901
2927
|
type: 'ibc',
|
|
2902
2928
|
counterparty: {
|
|
@@ -2928,6 +2954,9 @@ const assets = {
|
|
|
2928
2954
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
2929
2955
|
},
|
|
2930
2956
|
coingecko_id: 'kintsugi-btc',
|
|
2957
|
+
images: [{
|
|
2958
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
2959
|
+
}],
|
|
2931
2960
|
traces: [{
|
|
2932
2961
|
type: 'ibc',
|
|
2933
2962
|
counterparty: {
|
|
@@ -2959,6 +2988,9 @@ const assets = {
|
|
|
2959
2988
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
2960
2989
|
},
|
|
2961
2990
|
coingecko_id: 'babypie-wrapped-btc',
|
|
2991
|
+
images: [{
|
|
2992
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
2993
|
+
}],
|
|
2962
2994
|
traces: [{
|
|
2963
2995
|
type: 'ibc',
|
|
2964
2996
|
counterparty: {
|
|
@@ -2990,6 +3022,9 @@ const assets = {
|
|
|
2990
3022
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
2991
3023
|
},
|
|
2992
3024
|
coingecko_id: 'solv-protocol-solvbtc-bbn',
|
|
3025
|
+
images: [{
|
|
3026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
3027
|
+
}],
|
|
2993
3028
|
traces: [{
|
|
2994
3029
|
type: 'ibc',
|
|
2995
3030
|
counterparty: {
|
|
@@ -3020,6 +3055,9 @@ const assets = {
|
|
|
3020
3055
|
logo_URIs: {
|
|
3021
3056
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
3022
3057
|
},
|
|
3058
|
+
images: [{
|
|
3059
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
3060
|
+
}],
|
|
3023
3061
|
traces: [{
|
|
3024
3062
|
type: 'ibc',
|
|
3025
3063
|
counterparty: {
|
|
@@ -3052,6 +3090,10 @@ const assets = {
|
|
|
3052
3090
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
3053
3091
|
},
|
|
3054
3092
|
coingecko_id: 'susds',
|
|
3093
|
+
images: [{
|
|
3094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
3095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
3096
|
+
}],
|
|
3055
3097
|
traces: [{
|
|
3056
3098
|
type: 'ibc',
|
|
3057
3099
|
counterparty: {
|
|
@@ -3084,6 +3126,10 @@ const assets = {
|
|
|
3084
3126
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
3085
3127
|
},
|
|
3086
3128
|
coingecko_id: 'midas-btc-yield-token',
|
|
3129
|
+
images: [{
|
|
3130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
3131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
3132
|
+
}],
|
|
3087
3133
|
traces: [{
|
|
3088
3134
|
type: 'ibc',
|
|
3089
3135
|
counterparty: {
|