chain-registry 2.0.57 → 2.0.59
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/asset-lists.js +3 -1
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/axelar/asset-list.js +8 -2
- package/esm/mainnet/babylon/asset-list.js +217 -15
- package/esm/mainnet/beezee/asset-list.js +8 -0
- package/esm/mainnet/buycex/asset-list.js +4 -1
- package/esm/mainnet/buycex/chain.js +4 -1
- package/esm/mainnet/chains.js +3 -1
- package/esm/mainnet/composable/asset-list.js +5 -0
- package/esm/mainnet/cosmoshub/asset-list.js +98 -9
- package/esm/mainnet/dydx/ibc-data.js +29 -0
- package/esm/mainnet/dyson/asset-list.js +27 -13
- package/esm/mainnet/elys/asset-list.js +1 -4
- package/esm/mainnet/elys/chain.js +4 -1
- package/esm/mainnet/ethereum/asset-list.js +100 -19
- package/esm/mainnet/gonka/chain.js +2 -2
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/initia/chain.js +2 -2
- package/esm/mainnet/injective/asset-list.js +15 -0
- package/esm/mainnet/kopi/asset-list.js +44 -2
- package/esm/mainnet/kujira/asset-list.js +5 -1
- package/esm/mainnet/lombardledger/asset-list.js +11 -0
- package/esm/mainnet/lumera/asset-list.js +43 -0
- package/esm/mainnet/lumera/chain.js +10 -4
- package/esm/mainnet/lumera/ibc-data.js +59 -0
- package/esm/mainnet/lumera/index.js +2 -0
- package/esm/mainnet/manifest/asset-list.js +4 -0
- package/esm/mainnet/mantrachain/asset-list.js +2 -2
- package/esm/mainnet/migaloo/asset-list.js +18 -0
- package/esm/mainnet/milkyway/asset-list.js +2 -2
- package/esm/mainnet/milkyway/chain.js +5 -2
- package/esm/mainnet/namada/asset-list.js +8 -1
- package/esm/mainnet/namada/chain.js +4 -1
- package/esm/mainnet/neutron/asset-list.js +45 -17
- package/esm/mainnet/nibiru/asset-list.js +8 -0
- package/esm/mainnet/nolus/asset-list.js +43 -27
- package/esm/mainnet/opct/asset-list.js +4 -1
- package/esm/mainnet/oraichain/asset-list.js +24 -0
- package/esm/mainnet/osmosis/asset-list.js +228 -129
- package/esm/mainnet/osmosis/ibc-data.js +30 -0
- package/esm/mainnet/quasar/asset-list.js +4 -4
- package/esm/mainnet/routerchain/asset-list.js +12 -1
- package/esm/mainnet/stargaze/asset-list.js +0 -6
- package/esm/mainnet/terra/asset-list.js +7 -4
- package/esm/mainnet/terra2/asset-list.js +4 -1
- package/esm/mainnet/titan/asset-list.js +47 -5
- package/esm/mainnet/umee/chain.js +4 -9
- package/esm/mainnet/xion/asset-list.js +18 -2
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/mainnet/xrplevm/asset-list.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +52 -0
- package/esm/mainnet/zigchain/chain.js +108 -0
- package/esm/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +0 -2
- package/esm/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/esm/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/esm/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/esm/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/esm/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/esm/noncosmos/picasso/asset-list.js +5 -0
- package/esm/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/esm/noncosmos/polygon/asset-list.js +4 -4
- package/esm/noncosmos/polygontestnet/asset-list.js +6 -1
- package/esm/noncosmos/solanatestnet/asset-list.js +9 -1
- package/esm/noncosmos/statemine/asset-list.js +11 -0
- package/esm/noncosmos/tontestnet/asset-list.js +5 -1
- package/esm/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/esm/testnet/agoricdevnet/chain.js +5 -1
- package/esm/testnet/asset-lists.js +0 -2
- package/esm/testnet/autheotestnet/asset-list.js +4 -1
- package/esm/testnet/axelartestnet/asset-list.js +13 -2
- package/esm/testnet/babylontestnet/asset-list.js +24 -0
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/coreumtestnet/asset-list.js +4 -0
- package/esm/testnet/epixtestnet/asset-list.js +8 -0
- package/esm/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/esm/testnet/ibc-data.js +0 -2
- package/esm/testnet/injectivetestnet/asset-list.js +28 -4
- package/esm/testnet/iopntestnet/asset-list.js +4 -1
- package/esm/testnet/kichaintestnet/asset-list.js +4 -0
- package/esm/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/esm/testnet/mantrachaintestnet2/chain.js +20 -4
- package/esm/testnet/neutrontestnet/asset-list.js +8 -0
- package/esm/testnet/osmosistestnet/asset-list.js +28 -12
- package/esm/testnet/persistencetestnet/asset-list.js +8 -1
- package/esm/testnet/persistencetestnet2/asset-list.js +8 -1
- package/esm/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/esm/testnet/safrochaintestnet/chain.js +5 -1
- package/esm/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/esm/testnet/shentutestnet/asset-list.js +8 -0
- package/esm/testnet/stargazetestnet/asset-list.js +8 -2
- package/esm/testnet/synternettestnet/asset-list.js +8 -0
- package/esm/testnet/terra2testnet/asset-list.js +4 -0
- package/esm/testnet/titantestnet/asset-list.js +35 -4
- package/esm/testnet/xplatestnet/asset-list.js +4 -0
- package/esm/testnet/xplatestnet/chain.js +2 -2
- package/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/axelar/asset-list.js +8 -2
- package/mainnet/babylon/asset-list.js +217 -15
- package/mainnet/beezee/asset-list.js +8 -0
- package/mainnet/buycex/asset-list.js +4 -1
- package/mainnet/buycex/chain.js +4 -1
- package/mainnet/chains.js +3 -1
- package/mainnet/composable/asset-list.js +5 -0
- package/mainnet/cosmoshub/asset-list.js +98 -9
- package/mainnet/dydx/ibc-data.js +29 -0
- package/mainnet/dyson/asset-list.js +27 -13
- package/mainnet/elys/asset-list.js +1 -4
- package/mainnet/elys/chain.js +4 -1
- package/mainnet/ethereum/asset-list.js +100 -19
- package/mainnet/gonka/chain.js +2 -2
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/initia/chain.js +2 -2
- package/mainnet/injective/asset-list.js +15 -0
- package/mainnet/kopi/asset-list.js +44 -2
- package/mainnet/kujira/asset-list.js +5 -1
- package/mainnet/lombardledger/asset-list.js +11 -0
- package/mainnet/lumera/asset-list.js +43 -0
- package/mainnet/lumera/chain.js +10 -4
- package/mainnet/lumera/ibc-data.js +61 -0
- package/mainnet/lumera/index.d.ts +1 -0
- package/mainnet/lumera/index.js +3 -1
- package/mainnet/manifest/asset-list.js +4 -0
- package/mainnet/mantrachain/asset-list.js +2 -2
- package/mainnet/migaloo/asset-list.js +18 -0
- package/mainnet/milkyway/asset-list.js +2 -2
- package/mainnet/milkyway/chain.js +5 -2
- package/mainnet/namada/asset-list.js +8 -1
- package/mainnet/namada/chain.js +4 -1
- package/mainnet/neutron/asset-list.js +45 -17
- package/mainnet/nibiru/asset-list.js +8 -0
- package/mainnet/nolus/asset-list.js +43 -27
- package/mainnet/opct/asset-list.js +4 -1
- package/mainnet/oraichain/asset-list.js +24 -0
- package/mainnet/osmosis/asset-list.js +228 -129
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/mainnet/quasar/asset-list.js +4 -4
- package/mainnet/routerchain/asset-list.js +12 -1
- package/mainnet/stargaze/asset-list.js +0 -6
- package/mainnet/terra/asset-list.js +7 -4
- package/mainnet/terra2/asset-list.js +4 -1
- package/mainnet/titan/asset-list.js +47 -5
- package/mainnet/umee/chain.js +4 -9
- package/mainnet/xion/asset-list.js +18 -2
- package/mainnet/xpla/chain.js +7 -7
- package/mainnet/xrplevm/asset-list.js +4 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.d.ts +0 -1
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +1 -3
- package/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/noncosmos/picasso/asset-list.js +5 -0
- package/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/noncosmos/polygon/asset-list.js +4 -4
- package/noncosmos/polygontestnet/asset-list.js +6 -1
- package/noncosmos/solanatestnet/asset-list.js +9 -1
- package/noncosmos/statemine/asset-list.js +11 -0
- package/noncosmos/tontestnet/asset-list.js +5 -1
- package/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/package.json +3 -3
- package/testnet/agoricdevnet/chain.js +5 -1
- package/testnet/asset-lists.js +0 -2
- package/testnet/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- package/testnet/chains.js +0 -2
- package/testnet/coreumtestnet/asset-list.js +4 -0
- package/testnet/epixtestnet/asset-list.js +8 -0
- package/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/testnet/ibc-data.js +0 -2
- package/testnet/injectivetestnet/asset-list.js +28 -4
- package/testnet/iopntestnet/asset-list.js +4 -1
- package/testnet/kichaintestnet/asset-list.js +4 -0
- package/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/testnet/mantrachaintestnet2/chain.js +20 -4
- package/testnet/neutrontestnet/asset-list.js +8 -0
- package/testnet/osmosistestnet/asset-list.js +28 -12
- package/testnet/persistencetestnet/asset-list.js +8 -1
- package/testnet/persistencetestnet2/asset-list.js +8 -1
- package/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/testnet/safrochaintestnet/chain.js +5 -1
- package/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/testnet/shentutestnet/asset-list.js +8 -0
- package/testnet/stargazetestnet/asset-list.js +8 -2
- package/testnet/synternettestnet/asset-list.js +8 -0
- package/testnet/terra2testnet/asset-list.js +4 -0
- package/testnet/titantestnet/asset-list.js +35 -4
- package/testnet/xplatestnet/asset-list.js +4 -0
- package/testnet/xplatestnet/chain.js +2 -2
- package/esm/testnet/mantrachaintestnet/asset-list.js +0 -48
- package/esm/testnet/mantrachaintestnet/chain.js +0 -81
- package/esm/testnet/mantrachaintestnet/ibc-data.js +0 -90
- package/testnet/mantrachaintestnet/asset-list.js +0 -50
- package/testnet/mantrachaintestnet/chain.js +0 -83
- package/testnet/mantrachaintestnet/ibc-data.js +0 -92
- /package/{testnet/mantrachaintestnet → mainnet/lumera}/ibc-data.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/asset-list.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/chain.d.ts +0 -0
|
@@ -157,7 +157,8 @@ const info = {
|
|
|
157
157
|
chainName: 'axelar',
|
|
158
158
|
baseDenom: 'weth-wei'
|
|
159
159
|
},
|
|
160
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
161
162
|
}
|
|
162
163
|
],
|
|
163
164
|
coingeckoId: 'axlweth'
|
|
@@ -190,20 +191,23 @@ const info = {
|
|
|
190
191
|
}
|
|
191
192
|
}],
|
|
192
193
|
logoURIs: {
|
|
193
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
195
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
194
196
|
},
|
|
195
197
|
images: [{
|
|
196
198
|
imageSync: {
|
|
197
199
|
chainName: 'axelar',
|
|
198
200
|
baseDenom: 'wbtc-satoshi'
|
|
199
201
|
},
|
|
200
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
201
204
|
}, {
|
|
202
205
|
imageSync: {
|
|
203
206
|
chainName: 'axelar',
|
|
204
207
|
baseDenom: 'wbtc-satoshi'
|
|
205
208
|
},
|
|
206
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
207
211
|
}],
|
|
208
212
|
coingeckoId: 'axlwbtc'
|
|
209
213
|
},
|
|
@@ -398,8 +402,7 @@ const info = {
|
|
|
398
402
|
}
|
|
399
403
|
}],
|
|
400
404
|
logoURIs: {
|
|
401
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/
|
|
402
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png'
|
|
405
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
403
406
|
},
|
|
404
407
|
images: [
|
|
405
408
|
{
|
|
@@ -2796,8 +2799,8 @@ const info = {
|
|
|
2796
2799
|
}
|
|
2797
2800
|
}],
|
|
2798
2801
|
logoURIs: {
|
|
2799
|
-
|
|
2800
|
-
|
|
2802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
2803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2801
2804
|
},
|
|
2802
2805
|
images: [{
|
|
2803
2806
|
imageSync: {
|
|
@@ -2877,8 +2880,8 @@ const info = {
|
|
|
2877
2880
|
}
|
|
2878
2881
|
}],
|
|
2879
2882
|
logoURIs: {
|
|
2880
|
-
|
|
2881
|
-
|
|
2883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2884
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2882
2885
|
},
|
|
2883
2886
|
images: [{
|
|
2884
2887
|
imageSync: {
|
|
@@ -4169,8 +4172,8 @@ const info = {
|
|
|
4169
4172
|
}
|
|
4170
4173
|
}],
|
|
4171
4174
|
logoURIs: {
|
|
4172
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4173
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
4174
4177
|
},
|
|
4175
4178
|
images: [
|
|
4176
4179
|
{
|
|
@@ -5007,8 +5010,8 @@ const info = {
|
|
|
5007
5010
|
}
|
|
5008
5011
|
}],
|
|
5009
5012
|
logoURIs: {
|
|
5010
|
-
|
|
5011
|
-
|
|
5013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
5014
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
5012
5015
|
},
|
|
5013
5016
|
images: [{
|
|
5014
5017
|
imageSync: {
|
|
@@ -8393,8 +8396,8 @@ const info = {
|
|
|
8393
8396
|
}
|
|
8394
8397
|
}],
|
|
8395
8398
|
logoURIs: {
|
|
8396
|
-
|
|
8397
|
-
|
|
8399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
8400
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
8398
8401
|
},
|
|
8399
8402
|
images: [{
|
|
8400
8403
|
imageSync: {
|
|
@@ -8647,8 +8650,8 @@ const info = {
|
|
|
8647
8650
|
}
|
|
8648
8651
|
}],
|
|
8649
8652
|
logoURIs: {
|
|
8650
|
-
|
|
8651
|
-
|
|
8653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
8654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8652
8655
|
},
|
|
8653
8656
|
images: [{
|
|
8654
8657
|
imageSync: {
|
|
@@ -8878,8 +8881,8 @@ const info = {
|
|
|
8878
8881
|
}
|
|
8879
8882
|
}],
|
|
8880
8883
|
logoURIs: {
|
|
8881
|
-
|
|
8882
|
-
|
|
8884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
8885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
8883
8886
|
},
|
|
8884
8887
|
images: [{
|
|
8885
8888
|
imageSync: {
|
|
@@ -8961,8 +8964,8 @@ const info = {
|
|
|
8961
8964
|
}
|
|
8962
8965
|
}],
|
|
8963
8966
|
logoURIs: {
|
|
8964
|
-
|
|
8965
|
-
|
|
8967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
8968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8966
8969
|
},
|
|
8967
8970
|
images: [{
|
|
8968
8971
|
imageSync: {
|
|
@@ -9166,8 +9169,8 @@ const info = {
|
|
|
9166
9169
|
}
|
|
9167
9170
|
}],
|
|
9168
9171
|
logoURIs: {
|
|
9169
|
-
|
|
9170
|
-
|
|
9172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9171
9174
|
},
|
|
9172
9175
|
images: [{
|
|
9173
9176
|
imageSync: {
|
|
@@ -9250,8 +9253,8 @@ const info = {
|
|
|
9250
9253
|
}
|
|
9251
9254
|
}],
|
|
9252
9255
|
logoURIs: {
|
|
9253
|
-
|
|
9254
|
-
|
|
9256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9257
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9255
9258
|
},
|
|
9256
9259
|
images: [{
|
|
9257
9260
|
imageSync: {
|
|
@@ -11038,8 +11041,8 @@ const info = {
|
|
|
11038
11041
|
}
|
|
11039
11042
|
}],
|
|
11040
11043
|
logoURIs: {
|
|
11041
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/
|
|
11042
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/
|
|
11044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
11045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
11043
11046
|
},
|
|
11044
11047
|
images: [
|
|
11045
11048
|
{
|
|
@@ -11824,8 +11827,8 @@ const info = {
|
|
|
11824
11827
|
}
|
|
11825
11828
|
}],
|
|
11826
11829
|
logoURIs: {
|
|
11827
|
-
|
|
11828
|
-
|
|
11830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
11831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
11829
11832
|
},
|
|
11830
11833
|
images: [{
|
|
11831
11834
|
imageSync: {
|
|
@@ -12826,8 +12829,8 @@ const info = {
|
|
|
12826
12829
|
}
|
|
12827
12830
|
}],
|
|
12828
12831
|
logoURIs: {
|
|
12829
|
-
|
|
12830
|
-
|
|
12832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
12833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
12831
12834
|
},
|
|
12832
12835
|
images: [{
|
|
12833
12836
|
imageSync: {
|
|
@@ -13380,8 +13383,8 @@ const info = {
|
|
|
13380
13383
|
}
|
|
13381
13384
|
}],
|
|
13382
13385
|
logoURIs: {
|
|
13383
|
-
|
|
13384
|
-
|
|
13386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13387
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13385
13388
|
},
|
|
13386
13389
|
images: [{
|
|
13387
13390
|
imageSync: {
|
|
@@ -13458,8 +13461,8 @@ const info = {
|
|
|
13458
13461
|
}
|
|
13459
13462
|
}],
|
|
13460
13463
|
logoURIs: {
|
|
13461
|
-
|
|
13462
|
-
|
|
13464
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png',
|
|
13465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
|
|
13463
13466
|
},
|
|
13464
13467
|
images: [{
|
|
13465
13468
|
imageSync: {
|
|
@@ -13536,8 +13539,8 @@ const info = {
|
|
|
13536
13539
|
}
|
|
13537
13540
|
}],
|
|
13538
13541
|
logoURIs: {
|
|
13539
|
-
|
|
13540
|
-
|
|
13542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
13543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
13541
13544
|
},
|
|
13542
13545
|
images: [{
|
|
13543
13546
|
imageSync: {
|
|
@@ -13579,8 +13582,8 @@ const info = {
|
|
|
13579
13582
|
}
|
|
13580
13583
|
}],
|
|
13581
13584
|
logoURIs: {
|
|
13582
|
-
|
|
13583
|
-
|
|
13585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png',
|
|
13586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
|
|
13584
13587
|
},
|
|
13585
13588
|
images: [{
|
|
13586
13589
|
imageSync: {
|
|
@@ -13619,8 +13622,8 @@ const info = {
|
|
|
13619
13622
|
}
|
|
13620
13623
|
}],
|
|
13621
13624
|
logoURIs: {
|
|
13622
|
-
|
|
13623
|
-
|
|
13625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png',
|
|
13626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg'
|
|
13624
13627
|
},
|
|
13625
13628
|
images: [{
|
|
13626
13629
|
imageSync: {
|
|
@@ -13770,8 +13773,8 @@ const info = {
|
|
|
13770
13773
|
provider: 'LibraBridge'
|
|
13771
13774
|
}],
|
|
13772
13775
|
logoURIs: {
|
|
13773
|
-
|
|
13774
|
-
|
|
13776
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
|
|
13777
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
|
|
13775
13778
|
},
|
|
13776
13779
|
images: [{
|
|
13777
13780
|
imageSync: {
|
|
@@ -14244,8 +14247,8 @@ const info = {
|
|
|
14244
14247
|
}
|
|
14245
14248
|
}],
|
|
14246
14249
|
logoURIs: {
|
|
14247
|
-
|
|
14248
|
-
|
|
14250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
14251
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
14249
14252
|
},
|
|
14250
14253
|
images: [{
|
|
14251
14254
|
imageSync: {
|
|
@@ -14624,8 +14627,8 @@ const info = {
|
|
|
14624
14627
|
}
|
|
14625
14628
|
}],
|
|
14626
14629
|
logoURIs: {
|
|
14627
|
-
|
|
14628
|
-
|
|
14630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
14631
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
14629
14632
|
},
|
|
14630
14633
|
images: [{
|
|
14631
14634
|
imageSync: {
|
|
@@ -14720,7 +14723,7 @@ const info = {
|
|
|
14720
14723
|
chainName: 'composable',
|
|
14721
14724
|
baseDenom: 'ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D'
|
|
14722
14725
|
},
|
|
14723
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
14726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png'
|
|
14724
14727
|
}],
|
|
14725
14728
|
keywords: ['osmosis_unlisted']
|
|
14726
14729
|
},
|
|
@@ -14791,8 +14794,8 @@ const info = {
|
|
|
14791
14794
|
}
|
|
14792
14795
|
}],
|
|
14793
14796
|
logoURIs: {
|
|
14794
|
-
|
|
14795
|
-
|
|
14797
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
14798
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
14796
14799
|
},
|
|
14797
14800
|
images: [{
|
|
14798
14801
|
imageSync: {
|
|
@@ -14834,8 +14837,8 @@ const info = {
|
|
|
14834
14837
|
provider: 'Osmosis'
|
|
14835
14838
|
}],
|
|
14836
14839
|
logoURIs: {
|
|
14837
|
-
|
|
14838
|
-
|
|
14840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
14841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
14839
14842
|
},
|
|
14840
14843
|
images: [{
|
|
14841
14844
|
imageSync: {
|
|
@@ -14944,8 +14947,8 @@ const info = {
|
|
|
14944
14947
|
provider: 'Osmosis'
|
|
14945
14948
|
}],
|
|
14946
14949
|
logoURIs: {
|
|
14947
|
-
|
|
14948
|
-
|
|
14950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
14951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
14949
14952
|
},
|
|
14950
14953
|
images: [{
|
|
14951
14954
|
imageSync: {
|
|
@@ -15070,8 +15073,8 @@ const info = {
|
|
|
15070
15073
|
}
|
|
15071
15074
|
}],
|
|
15072
15075
|
logoURIs: {
|
|
15073
|
-
|
|
15074
|
-
|
|
15076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
15077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
15075
15078
|
},
|
|
15076
15079
|
images: [{
|
|
15077
15080
|
imageSync: {
|
|
@@ -15519,8 +15522,8 @@ const info = {
|
|
|
15519
15522
|
provider: 'Osmosis'
|
|
15520
15523
|
}],
|
|
15521
15524
|
logoURIs: {
|
|
15522
|
-
|
|
15523
|
-
|
|
15525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
15526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
15524
15527
|
},
|
|
15525
15528
|
images: [{
|
|
15526
15529
|
imageSync: {
|
|
@@ -15645,8 +15648,8 @@ const info = {
|
|
|
15645
15648
|
provider: 'Router'
|
|
15646
15649
|
}],
|
|
15647
15650
|
logoURIs: {
|
|
15648
|
-
|
|
15649
|
-
|
|
15651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
15652
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
15650
15653
|
},
|
|
15651
15654
|
images: [{
|
|
15652
15655
|
imageSync: {
|
|
@@ -15684,8 +15687,8 @@ const info = {
|
|
|
15684
15687
|
provider: 'Router'
|
|
15685
15688
|
}],
|
|
15686
15689
|
logoURIs: {
|
|
15687
|
-
|
|
15688
|
-
|
|
15690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
15691
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
15689
15692
|
},
|
|
15690
15693
|
images: [{
|
|
15691
15694
|
imageSync: {
|
|
@@ -15827,8 +15830,8 @@ const info = {
|
|
|
15827
15830
|
provider: 'Osmosis'
|
|
15828
15831
|
}],
|
|
15829
15832
|
logoURIs: {
|
|
15830
|
-
|
|
15831
|
-
|
|
15833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
15834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
15832
15835
|
},
|
|
15833
15836
|
images: [{
|
|
15834
15837
|
imageSync: {
|
|
@@ -15870,8 +15873,8 @@ const info = {
|
|
|
15870
15873
|
}
|
|
15871
15874
|
}],
|
|
15872
15875
|
logoURIs: {
|
|
15873
|
-
|
|
15874
|
-
|
|
15876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
15877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
15875
15878
|
},
|
|
15876
15879
|
images: [{
|
|
15877
15880
|
imageSync: {
|
|
@@ -15907,8 +15910,8 @@ const info = {
|
|
|
15907
15910
|
provider: 'Osmosis'
|
|
15908
15911
|
}],
|
|
15909
15912
|
logoURIs: {
|
|
15910
|
-
|
|
15911
|
-
|
|
15913
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png',
|
|
15914
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg'
|
|
15912
15915
|
},
|
|
15913
15916
|
images: [{
|
|
15914
15917
|
imageSync: {
|
|
@@ -15946,8 +15949,8 @@ const info = {
|
|
|
15946
15949
|
}
|
|
15947
15950
|
}],
|
|
15948
15951
|
logoURIs: {
|
|
15949
|
-
|
|
15950
|
-
|
|
15952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png',
|
|
15953
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg'
|
|
15951
15954
|
},
|
|
15952
15955
|
images: [{
|
|
15953
15956
|
imageSync: {
|
|
@@ -16294,8 +16297,8 @@ const info = {
|
|
|
16294
16297
|
}
|
|
16295
16298
|
}],
|
|
16296
16299
|
logoURIs: {
|
|
16297
|
-
|
|
16298
|
-
|
|
16300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
16301
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
16299
16302
|
},
|
|
16300
16303
|
images: [{
|
|
16301
16304
|
imageSync: {
|
|
@@ -16530,8 +16533,8 @@ const info = {
|
|
|
16530
16533
|
provider: 'Osmosis'
|
|
16531
16534
|
}],
|
|
16532
16535
|
logoURIs: {
|
|
16533
|
-
|
|
16534
|
-
|
|
16536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
16537
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg'
|
|
16535
16538
|
},
|
|
16536
16539
|
images: [{
|
|
16537
16540
|
imageSync: {
|
|
@@ -16656,8 +16659,8 @@ const info = {
|
|
|
16656
16659
|
provider: 'Router'
|
|
16657
16660
|
}],
|
|
16658
16661
|
logoURIs: {
|
|
16659
|
-
|
|
16660
|
-
|
|
16662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.png',
|
|
16663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.svg'
|
|
16661
16664
|
},
|
|
16662
16665
|
images: [{
|
|
16663
16666
|
imageSync: {
|
|
@@ -16779,8 +16782,8 @@ const info = {
|
|
|
16779
16782
|
provider: 'Omnity Network'
|
|
16780
16783
|
}],
|
|
16781
16784
|
logoURIs: {
|
|
16782
|
-
|
|
16783
|
-
|
|
16785
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png',
|
|
16786
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg'
|
|
16784
16787
|
},
|
|
16785
16788
|
images: [{
|
|
16786
16789
|
imageSync: {
|
|
@@ -17555,8 +17558,8 @@ const info = {
|
|
|
17555
17558
|
}
|
|
17556
17559
|
}],
|
|
17557
17560
|
logoURIs: {
|
|
17558
|
-
|
|
17559
|
-
|
|
17561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbbtc.png',
|
|
17562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbbtc.svg'
|
|
17560
17563
|
},
|
|
17561
17564
|
images: [{
|
|
17562
17565
|
imageSync: {
|
|
@@ -17681,8 +17684,8 @@ const info = {
|
|
|
17681
17684
|
provider: 'Router'
|
|
17682
17685
|
}],
|
|
17683
17686
|
logoURIs: {
|
|
17684
|
-
|
|
17685
|
-
|
|
17687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.png',
|
|
17688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.svg'
|
|
17686
17689
|
},
|
|
17687
17690
|
images: [{
|
|
17688
17691
|
imageSync: {
|
|
@@ -17720,8 +17723,8 @@ const info = {
|
|
|
17720
17723
|
provider: 'Osmosis'
|
|
17721
17724
|
}],
|
|
17722
17725
|
logoURIs: {
|
|
17723
|
-
|
|
17724
|
-
|
|
17726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png',
|
|
17727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg'
|
|
17725
17728
|
},
|
|
17726
17729
|
images: [{
|
|
17727
17730
|
imageSync: {
|
|
@@ -17756,8 +17759,8 @@ const info = {
|
|
|
17756
17759
|
provider: 'Osmosis'
|
|
17757
17760
|
}],
|
|
17758
17761
|
logoURIs: {
|
|
17759
|
-
|
|
17760
|
-
|
|
17762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png',
|
|
17763
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg'
|
|
17761
17764
|
},
|
|
17762
17765
|
images: [{
|
|
17763
17766
|
imageSync: {
|
|
@@ -17795,8 +17798,8 @@ const info = {
|
|
|
17795
17798
|
provider: 'Osmosis'
|
|
17796
17799
|
}],
|
|
17797
17800
|
logoURIs: {
|
|
17798
|
-
|
|
17799
|
-
|
|
17801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png',
|
|
17802
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg'
|
|
17800
17803
|
},
|
|
17801
17804
|
images: [{
|
|
17802
17805
|
imageSync: {
|
|
@@ -17838,8 +17841,8 @@ const info = {
|
|
|
17838
17841
|
}
|
|
17839
17842
|
}],
|
|
17840
17843
|
logoURIs: {
|
|
17841
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-
|
|
17842
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-
|
|
17844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
17845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
17843
17846
|
},
|
|
17844
17847
|
images: [
|
|
17845
17848
|
{
|
|
@@ -18497,8 +18500,8 @@ const info = {
|
|
|
18497
18500
|
provider: 'Omnity Network'
|
|
18498
18501
|
}],
|
|
18499
18502
|
logoURIs: {
|
|
18500
|
-
|
|
18501
|
-
|
|
18503
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png',
|
|
18504
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg'
|
|
18502
18505
|
},
|
|
18503
18506
|
images: [{
|
|
18504
18507
|
imageSync: {
|
|
@@ -18753,8 +18756,8 @@ const info = {
|
|
|
18753
18756
|
provider: 'Omnity Network'
|
|
18754
18757
|
}],
|
|
18755
18758
|
logoURIs: {
|
|
18756
|
-
|
|
18757
|
-
|
|
18759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png',
|
|
18760
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg'
|
|
18758
18761
|
},
|
|
18759
18762
|
images: [{
|
|
18760
18763
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
@@ -19266,7 +19269,7 @@ const info = {
|
|
|
19266
19269
|
provider: 'Osmosis'
|
|
19267
19270
|
}],
|
|
19268
19271
|
logoURIs: {
|
|
19269
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/
|
|
19272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
19270
19273
|
},
|
|
19271
19274
|
images: [{
|
|
19272
19275
|
imageSync: {
|
|
@@ -19345,8 +19348,8 @@ const info = {
|
|
|
19345
19348
|
}
|
|
19346
19349
|
}],
|
|
19347
19350
|
logoURIs: {
|
|
19348
|
-
|
|
19349
|
-
|
|
19351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.png',
|
|
19352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.svg'
|
|
19350
19353
|
},
|
|
19351
19354
|
images: [{
|
|
19352
19355
|
imageSync: {
|
|
@@ -19423,8 +19426,8 @@ const info = {
|
|
|
19423
19426
|
provider: 'Osmosis'
|
|
19424
19427
|
}],
|
|
19425
19428
|
logoURIs: {
|
|
19426
|
-
|
|
19427
|
-
|
|
19429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
19430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
19428
19431
|
},
|
|
19429
19432
|
images: [{
|
|
19430
19433
|
imageSync: {
|
|
@@ -19880,8 +19883,8 @@ const info = {
|
|
|
19880
19883
|
}
|
|
19881
19884
|
}],
|
|
19882
19885
|
logoURIs: {
|
|
19883
|
-
|
|
19884
|
-
|
|
19886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
19887
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg'
|
|
19885
19888
|
},
|
|
19886
19889
|
images: [{
|
|
19887
19890
|
imageSync: {
|
|
@@ -19924,8 +19927,8 @@ const info = {
|
|
|
19924
19927
|
provider: 'Osmosis'
|
|
19925
19928
|
}],
|
|
19926
19929
|
logoURIs: {
|
|
19927
|
-
|
|
19928
|
-
|
|
19930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
19931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg'
|
|
19929
19932
|
},
|
|
19930
19933
|
images: [{
|
|
19931
19934
|
imageSync: {
|
|
@@ -20082,8 +20085,8 @@ const info = {
|
|
|
20082
20085
|
}
|
|
20083
20086
|
}],
|
|
20084
20087
|
logoURIs: {
|
|
20085
|
-
|
|
20086
|
-
|
|
20088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
20089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
20087
20090
|
},
|
|
20088
20091
|
images: [{
|
|
20089
20092
|
imageSync: {
|
|
@@ -20567,8 +20570,8 @@ const info = {
|
|
|
20567
20570
|
}
|
|
20568
20571
|
}],
|
|
20569
20572
|
logoURIs: {
|
|
20570
|
-
|
|
20571
|
-
|
|
20573
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20574
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
20572
20575
|
},
|
|
20573
20576
|
images: [{
|
|
20574
20577
|
imageSync: {
|
|
@@ -20677,7 +20680,7 @@ const info = {
|
|
|
20677
20680
|
display: 'STLTH',
|
|
20678
20681
|
symbol: 'STLTH',
|
|
20679
20682
|
logoURIs: {
|
|
20680
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
20683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
20681
20684
|
},
|
|
20682
20685
|
images: [{
|
|
20683
20686
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
@@ -20987,8 +20990,8 @@ const info = {
|
|
|
20987
20990
|
}
|
|
20988
20991
|
}],
|
|
20989
20992
|
logoURIs: {
|
|
20990
|
-
|
|
20991
|
-
|
|
20993
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
20994
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
20992
20995
|
},
|
|
20993
20996
|
images: [{
|
|
20994
20997
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
@@ -21026,8 +21029,8 @@ const info = {
|
|
|
21026
21029
|
}
|
|
21027
21030
|
}],
|
|
21028
21031
|
logoURIs: {
|
|
21029
|
-
|
|
21030
|
-
|
|
21032
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
21033
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
21031
21034
|
},
|
|
21032
21035
|
images: [{
|
|
21033
21036
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
@@ -21068,6 +21071,10 @@ const info = {
|
|
|
21068
21071
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
21069
21072
|
},
|
|
21070
21073
|
images: [{
|
|
21074
|
+
imageSync: {
|
|
21075
|
+
chainName: 'cosmoshub',
|
|
21076
|
+
baseDenom: 'ibc/6583B66D1450B5A0E997C85A4048749ADCBD745562D62F3CC1CEE5D41B5814D1'
|
|
21077
|
+
},
|
|
21071
21078
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
21072
21079
|
}]
|
|
21073
21080
|
},
|
|
@@ -21102,6 +21109,10 @@ const info = {
|
|
|
21102
21109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
21103
21110
|
},
|
|
21104
21111
|
images: [{
|
|
21112
|
+
imageSync: {
|
|
21113
|
+
chainName: 'cosmoshub',
|
|
21114
|
+
baseDenom: 'ibc/AE65FB498AFB35CC06301BEE6EA8063DC41CE04D80A8D167258B73D7A863DA8D'
|
|
21115
|
+
},
|
|
21105
21116
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
21106
21117
|
}]
|
|
21107
21118
|
},
|
|
@@ -21136,6 +21147,10 @@ const info = {
|
|
|
21136
21147
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
21137
21148
|
},
|
|
21138
21149
|
images: [{
|
|
21150
|
+
imageSync: {
|
|
21151
|
+
chainName: 'cosmoshub',
|
|
21152
|
+
baseDenom: 'ibc/6F8F0E9D472BF053261F2DEBE521801B703372777F3923B48DAE55D4F1212B5F'
|
|
21153
|
+
},
|
|
21139
21154
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
21140
21155
|
}]
|
|
21141
21156
|
},
|
|
@@ -21167,8 +21182,8 @@ const info = {
|
|
|
21167
21182
|
}
|
|
21168
21183
|
}],
|
|
21169
21184
|
logoURIs: {
|
|
21170
|
-
|
|
21171
|
-
|
|
21185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
21186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
21172
21187
|
},
|
|
21173
21188
|
images: [{
|
|
21174
21189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
@@ -21245,8 +21260,8 @@ const info = {
|
|
|
21245
21260
|
}
|
|
21246
21261
|
}],
|
|
21247
21262
|
logoURIs: {
|
|
21248
|
-
|
|
21249
|
-
|
|
21263
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
21264
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
21250
21265
|
},
|
|
21251
21266
|
images: [{
|
|
21252
21267
|
imageSync: {
|
|
@@ -21254,10 +21269,7 @@ const info = {
|
|
|
21254
21269
|
baseDenom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26'
|
|
21255
21270
|
},
|
|
21256
21271
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
|
|
21257
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
21258
|
-
theme: {
|
|
21259
|
-
circle: true
|
|
21260
|
-
}
|
|
21272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
21261
21273
|
}],
|
|
21262
21274
|
socials: {
|
|
21263
21275
|
website: 'https://www.paxos.com/pax-gold',
|
|
@@ -21882,6 +21894,13 @@ const info = {
|
|
|
21882
21894
|
channelId: 'channel-874',
|
|
21883
21895
|
path: 'transfer/channel-874/factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB'
|
|
21884
21896
|
}
|
|
21897
|
+
}],
|
|
21898
|
+
images: [{
|
|
21899
|
+
imageSync: {
|
|
21900
|
+
chainName: 'neutron',
|
|
21901
|
+
baseDenom: 'factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB'
|
|
21902
|
+
},
|
|
21903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAB.png'
|
|
21885
21904
|
}]
|
|
21886
21905
|
},
|
|
21887
21906
|
{
|
|
@@ -21962,11 +21981,14 @@ const info = {
|
|
|
21962
21981
|
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
21963
21982
|
},
|
|
21964
21983
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
21965
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
21984
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
21985
|
+
theme: {
|
|
21986
|
+
circle: true
|
|
21987
|
+
}
|
|
21966
21988
|
}],
|
|
21967
21989
|
logoURIs: {
|
|
21968
|
-
|
|
21969
|
-
|
|
21990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
21991
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
21970
21992
|
}
|
|
21971
21993
|
},
|
|
21972
21994
|
{
|
|
@@ -22199,7 +22221,14 @@ const info = {
|
|
|
22199
22221
|
website: 'https://www.stargaze.zone/m/stargazepleb/tokens',
|
|
22200
22222
|
twitter: 'https://x.com/Pixl_Plebs'
|
|
22201
22223
|
},
|
|
22202
|
-
keywords: ['meme']
|
|
22224
|
+
keywords: ['meme'],
|
|
22225
|
+
images: [{
|
|
22226
|
+
imageSync: {
|
|
22227
|
+
chainName: 'stargaze',
|
|
22228
|
+
baseDenom: 'factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb'
|
|
22229
|
+
},
|
|
22230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png'
|
|
22231
|
+
}]
|
|
22203
22232
|
},
|
|
22204
22233
|
{
|
|
22205
22234
|
description: 'Cosmos Bitcoin',
|
|
@@ -22236,7 +22265,14 @@ const info = {
|
|
|
22236
22265
|
website: 'https://getbitcoinmeme.com',
|
|
22237
22266
|
twitter: 'https://x.com/getbitcoinmeme'
|
|
22238
22267
|
},
|
|
22239
|
-
keywords: ['meme']
|
|
22268
|
+
keywords: ['meme'],
|
|
22269
|
+
images: [{
|
|
22270
|
+
imageSync: {
|
|
22271
|
+
chainName: 'injective',
|
|
22272
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN'
|
|
22273
|
+
},
|
|
22274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
|
|
22275
|
+
}]
|
|
22240
22276
|
},
|
|
22241
22277
|
{
|
|
22242
22278
|
description: 'Crypto',
|
|
@@ -22273,7 +22309,14 @@ const info = {
|
|
|
22273
22309
|
website: 'https://getcryptomeme.com',
|
|
22274
22310
|
twitter: 'https://x.com/getcryptomeme'
|
|
22275
22311
|
},
|
|
22276
|
-
keywords: ['meme']
|
|
22312
|
+
keywords: ['meme'],
|
|
22313
|
+
images: [{
|
|
22314
|
+
imageSync: {
|
|
22315
|
+
chainName: 'injective',
|
|
22316
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO'
|
|
22317
|
+
},
|
|
22318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png'
|
|
22319
|
+
}]
|
|
22277
22320
|
},
|
|
22278
22321
|
{
|
|
22279
22322
|
description: 'Bricscoin',
|
|
@@ -22310,7 +22353,14 @@ const info = {
|
|
|
22310
22353
|
website: 'https://bricscoin.cash',
|
|
22311
22354
|
twitter: 'https://x.com/bricscoincash'
|
|
22312
22355
|
},
|
|
22313
|
-
keywords: ['meme']
|
|
22356
|
+
keywords: ['meme'],
|
|
22357
|
+
images: [{
|
|
22358
|
+
imageSync: {
|
|
22359
|
+
chainName: 'injective',
|
|
22360
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS'
|
|
22361
|
+
},
|
|
22362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png'
|
|
22363
|
+
}]
|
|
22314
22364
|
},
|
|
22315
22365
|
{
|
|
22316
22366
|
description: 'Instant Noodles Coin',
|
|
@@ -22347,7 +22397,14 @@ const info = {
|
|
|
22347
22397
|
website: 'https://instantnoodles.xyz',
|
|
22348
22398
|
twitter: 'https://x.com/instantnoodlesinc'
|
|
22349
22399
|
},
|
|
22350
|
-
keywords: ['meme']
|
|
22400
|
+
keywords: ['meme'],
|
|
22401
|
+
images: [{
|
|
22402
|
+
imageSync: {
|
|
22403
|
+
chainName: 'injective',
|
|
22404
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC'
|
|
22405
|
+
},
|
|
22406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png'
|
|
22407
|
+
}]
|
|
22351
22408
|
},
|
|
22352
22409
|
{
|
|
22353
22410
|
description: 'ALLiN Gaming is a GameFi platform on Dymension and Osmosis, featuring casino games, PvP games, and prediction markets. It offers a fun, transparent, and rewarding experience with a unique points system.',
|
|
@@ -22404,6 +22461,10 @@ const info = {
|
|
|
22404
22461
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
22405
22462
|
},
|
|
22406
22463
|
images: [{
|
|
22464
|
+
imageSync: {
|
|
22465
|
+
chainName: 'manifest',
|
|
22466
|
+
baseDenom: 'umfx'
|
|
22467
|
+
},
|
|
22407
22468
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
22408
22469
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
22409
22470
|
}]
|
|
@@ -22530,6 +22591,44 @@ const info = {
|
|
|
22530
22591
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22531
22592
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22532
22593
|
}]
|
|
22594
|
+
},
|
|
22595
|
+
{
|
|
22596
|
+
description: 'The native token of Lumera.',
|
|
22597
|
+
denomUnits: [{
|
|
22598
|
+
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
22599
|
+
exponent: 0,
|
|
22600
|
+
aliases: ['ulume']
|
|
22601
|
+
}, {
|
|
22602
|
+
denom: 'lume',
|
|
22603
|
+
exponent: 6
|
|
22604
|
+
}],
|
|
22605
|
+
typeAsset: 'ics20',
|
|
22606
|
+
base: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
22607
|
+
name: 'Lumera',
|
|
22608
|
+
display: 'lume',
|
|
22609
|
+
symbol: 'LUME',
|
|
22610
|
+
traces: [{
|
|
22611
|
+
type: 'ibc',
|
|
22612
|
+
counterparty: {
|
|
22613
|
+
chainName: 'lumera',
|
|
22614
|
+
baseDenom: 'ulume',
|
|
22615
|
+
channelId: 'channel-0'
|
|
22616
|
+
},
|
|
22617
|
+
chain: {
|
|
22618
|
+
channelId: 'channel-106313',
|
|
22619
|
+
path: 'transfer/channel-106313/ulume'
|
|
22620
|
+
}
|
|
22621
|
+
}],
|
|
22622
|
+
logoURIs: {
|
|
22623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
22624
|
+
},
|
|
22625
|
+
images: [{
|
|
22626
|
+
imageSync: {
|
|
22627
|
+
chainName: 'lumera',
|
|
22628
|
+
baseDenom: 'ulume'
|
|
22629
|
+
},
|
|
22630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
22631
|
+
}]
|
|
22533
22632
|
}
|
|
22534
22633
|
]
|
|
22535
22634
|
};
|