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
|
@@ -155,7 +155,8 @@ const info = {
|
|
|
155
155
|
chainName: 'axelar',
|
|
156
156
|
baseDenom: 'weth-wei'
|
|
157
157
|
},
|
|
158
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
159
160
|
}
|
|
160
161
|
],
|
|
161
162
|
coingeckoId: 'axlweth'
|
|
@@ -188,20 +189,23 @@ const info = {
|
|
|
188
189
|
}
|
|
189
190
|
}],
|
|
190
191
|
logoURIs: {
|
|
191
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
192
194
|
},
|
|
193
195
|
images: [{
|
|
194
196
|
imageSync: {
|
|
195
197
|
chainName: 'axelar',
|
|
196
198
|
baseDenom: 'wbtc-satoshi'
|
|
197
199
|
},
|
|
198
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
199
202
|
}, {
|
|
200
203
|
imageSync: {
|
|
201
204
|
chainName: 'axelar',
|
|
202
205
|
baseDenom: 'wbtc-satoshi'
|
|
203
206
|
},
|
|
204
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
205
209
|
}],
|
|
206
210
|
coingeckoId: 'axlwbtc'
|
|
207
211
|
},
|
|
@@ -396,8 +400,7 @@ const info = {
|
|
|
396
400
|
}
|
|
397
401
|
}],
|
|
398
402
|
logoURIs: {
|
|
399
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/
|
|
400
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png'
|
|
403
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
401
404
|
},
|
|
402
405
|
images: [
|
|
403
406
|
{
|
|
@@ -2794,8 +2797,8 @@ const info = {
|
|
|
2794
2797
|
}
|
|
2795
2798
|
}],
|
|
2796
2799
|
logoURIs: {
|
|
2797
|
-
|
|
2798
|
-
|
|
2800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
2801
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2799
2802
|
},
|
|
2800
2803
|
images: [{
|
|
2801
2804
|
imageSync: {
|
|
@@ -2875,8 +2878,8 @@ const info = {
|
|
|
2875
2878
|
}
|
|
2876
2879
|
}],
|
|
2877
2880
|
logoURIs: {
|
|
2878
|
-
|
|
2879
|
-
|
|
2881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2882
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2880
2883
|
},
|
|
2881
2884
|
images: [{
|
|
2882
2885
|
imageSync: {
|
|
@@ -4167,8 +4170,8 @@ const info = {
|
|
|
4167
4170
|
}
|
|
4168
4171
|
}],
|
|
4169
4172
|
logoURIs: {
|
|
4170
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4171
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
4173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
4174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
4172
4175
|
},
|
|
4173
4176
|
images: [
|
|
4174
4177
|
{
|
|
@@ -5005,8 +5008,8 @@ const info = {
|
|
|
5005
5008
|
}
|
|
5006
5009
|
}],
|
|
5007
5010
|
logoURIs: {
|
|
5008
|
-
|
|
5009
|
-
|
|
5011
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
5012
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
5010
5013
|
},
|
|
5011
5014
|
images: [{
|
|
5012
5015
|
imageSync: {
|
|
@@ -8391,8 +8394,8 @@ const info = {
|
|
|
8391
8394
|
}
|
|
8392
8395
|
}],
|
|
8393
8396
|
logoURIs: {
|
|
8394
|
-
|
|
8395
|
-
|
|
8397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
8398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
8396
8399
|
},
|
|
8397
8400
|
images: [{
|
|
8398
8401
|
imageSync: {
|
|
@@ -8645,8 +8648,8 @@ const info = {
|
|
|
8645
8648
|
}
|
|
8646
8649
|
}],
|
|
8647
8650
|
logoURIs: {
|
|
8648
|
-
|
|
8649
|
-
|
|
8651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
8652
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8650
8653
|
},
|
|
8651
8654
|
images: [{
|
|
8652
8655
|
imageSync: {
|
|
@@ -8876,8 +8879,8 @@ const info = {
|
|
|
8876
8879
|
}
|
|
8877
8880
|
}],
|
|
8878
8881
|
logoURIs: {
|
|
8879
|
-
|
|
8880
|
-
|
|
8882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
8883
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
8881
8884
|
},
|
|
8882
8885
|
images: [{
|
|
8883
8886
|
imageSync: {
|
|
@@ -8959,8 +8962,8 @@ const info = {
|
|
|
8959
8962
|
}
|
|
8960
8963
|
}],
|
|
8961
8964
|
logoURIs: {
|
|
8962
|
-
|
|
8963
|
-
|
|
8965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
8966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
8964
8967
|
},
|
|
8965
8968
|
images: [{
|
|
8966
8969
|
imageSync: {
|
|
@@ -9164,8 +9167,8 @@ const info = {
|
|
|
9164
9167
|
}
|
|
9165
9168
|
}],
|
|
9166
9169
|
logoURIs: {
|
|
9167
|
-
|
|
9168
|
-
|
|
9170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9169
9172
|
},
|
|
9170
9173
|
images: [{
|
|
9171
9174
|
imageSync: {
|
|
@@ -9248,8 +9251,8 @@ const info = {
|
|
|
9248
9251
|
}
|
|
9249
9252
|
}],
|
|
9250
9253
|
logoURIs: {
|
|
9251
|
-
|
|
9252
|
-
|
|
9254
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
9255
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
9253
9256
|
},
|
|
9254
9257
|
images: [{
|
|
9255
9258
|
imageSync: {
|
|
@@ -11036,8 +11039,8 @@ const info = {
|
|
|
11036
11039
|
}
|
|
11037
11040
|
}],
|
|
11038
11041
|
logoURIs: {
|
|
11039
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/
|
|
11040
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/
|
|
11042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png',
|
|
11043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg'
|
|
11041
11044
|
},
|
|
11042
11045
|
images: [
|
|
11043
11046
|
{
|
|
@@ -11822,8 +11825,8 @@ const info = {
|
|
|
11822
11825
|
}
|
|
11823
11826
|
}],
|
|
11824
11827
|
logoURIs: {
|
|
11825
|
-
|
|
11826
|
-
|
|
11828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
11829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
11827
11830
|
},
|
|
11828
11831
|
images: [{
|
|
11829
11832
|
imageSync: {
|
|
@@ -12824,8 +12827,8 @@ const info = {
|
|
|
12824
12827
|
}
|
|
12825
12828
|
}],
|
|
12826
12829
|
logoURIs: {
|
|
12827
|
-
|
|
12828
|
-
|
|
12830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
12831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
12829
12832
|
},
|
|
12830
12833
|
images: [{
|
|
12831
12834
|
imageSync: {
|
|
@@ -13378,8 +13381,8 @@ const info = {
|
|
|
13378
13381
|
}
|
|
13379
13382
|
}],
|
|
13380
13383
|
logoURIs: {
|
|
13381
|
-
|
|
13382
|
-
|
|
13384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
13385
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
13383
13386
|
},
|
|
13384
13387
|
images: [{
|
|
13385
13388
|
imageSync: {
|
|
@@ -13456,8 +13459,8 @@ const info = {
|
|
|
13456
13459
|
}
|
|
13457
13460
|
}],
|
|
13458
13461
|
logoURIs: {
|
|
13459
|
-
|
|
13460
|
-
|
|
13462
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png',
|
|
13463
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg'
|
|
13461
13464
|
},
|
|
13462
13465
|
images: [{
|
|
13463
13466
|
imageSync: {
|
|
@@ -13534,8 +13537,8 @@ const info = {
|
|
|
13534
13537
|
}
|
|
13535
13538
|
}],
|
|
13536
13539
|
logoURIs: {
|
|
13537
|
-
|
|
13538
|
-
|
|
13540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
13541
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
13539
13542
|
},
|
|
13540
13543
|
images: [{
|
|
13541
13544
|
imageSync: {
|
|
@@ -13577,8 +13580,8 @@ const info = {
|
|
|
13577
13580
|
}
|
|
13578
13581
|
}],
|
|
13579
13582
|
logoURIs: {
|
|
13580
|
-
|
|
13581
|
-
|
|
13583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png',
|
|
13584
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg'
|
|
13582
13585
|
},
|
|
13583
13586
|
images: [{
|
|
13584
13587
|
imageSync: {
|
|
@@ -13617,8 +13620,8 @@ const info = {
|
|
|
13617
13620
|
}
|
|
13618
13621
|
}],
|
|
13619
13622
|
logoURIs: {
|
|
13620
|
-
|
|
13621
|
-
|
|
13623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png',
|
|
13624
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg'
|
|
13622
13625
|
},
|
|
13623
13626
|
images: [{
|
|
13624
13627
|
imageSync: {
|
|
@@ -13768,8 +13771,8 @@ const info = {
|
|
|
13768
13771
|
provider: 'LibraBridge'
|
|
13769
13772
|
}],
|
|
13770
13773
|
logoURIs: {
|
|
13771
|
-
|
|
13772
|
-
|
|
13774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.png',
|
|
13775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg'
|
|
13773
13776
|
},
|
|
13774
13777
|
images: [{
|
|
13775
13778
|
imageSync: {
|
|
@@ -14242,8 +14245,8 @@ const info = {
|
|
|
14242
14245
|
}
|
|
14243
14246
|
}],
|
|
14244
14247
|
logoURIs: {
|
|
14245
|
-
|
|
14246
|
-
|
|
14248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
14249
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
14247
14250
|
},
|
|
14248
14251
|
images: [{
|
|
14249
14252
|
imageSync: {
|
|
@@ -14622,8 +14625,8 @@ const info = {
|
|
|
14622
14625
|
}
|
|
14623
14626
|
}],
|
|
14624
14627
|
logoURIs: {
|
|
14625
|
-
|
|
14626
|
-
|
|
14628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
14629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
14627
14630
|
},
|
|
14628
14631
|
images: [{
|
|
14629
14632
|
imageSync: {
|
|
@@ -14718,7 +14721,7 @@ const info = {
|
|
|
14718
14721
|
chainName: 'composable',
|
|
14719
14722
|
baseDenom: 'ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D'
|
|
14720
14723
|
},
|
|
14721
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
14724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png'
|
|
14722
14725
|
}],
|
|
14723
14726
|
keywords: ['osmosis_unlisted']
|
|
14724
14727
|
},
|
|
@@ -14789,8 +14792,8 @@ const info = {
|
|
|
14789
14792
|
}
|
|
14790
14793
|
}],
|
|
14791
14794
|
logoURIs: {
|
|
14792
|
-
|
|
14793
|
-
|
|
14795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
14796
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
14794
14797
|
},
|
|
14795
14798
|
images: [{
|
|
14796
14799
|
imageSync: {
|
|
@@ -14832,8 +14835,8 @@ const info = {
|
|
|
14832
14835
|
provider: 'Osmosis'
|
|
14833
14836
|
}],
|
|
14834
14837
|
logoURIs: {
|
|
14835
|
-
|
|
14836
|
-
|
|
14838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
14839
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
14837
14840
|
},
|
|
14838
14841
|
images: [{
|
|
14839
14842
|
imageSync: {
|
|
@@ -14942,8 +14945,8 @@ const info = {
|
|
|
14942
14945
|
provider: 'Osmosis'
|
|
14943
14946
|
}],
|
|
14944
14947
|
logoURIs: {
|
|
14945
|
-
|
|
14946
|
-
|
|
14948
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
14949
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
14947
14950
|
},
|
|
14948
14951
|
images: [{
|
|
14949
14952
|
imageSync: {
|
|
@@ -15068,8 +15071,8 @@ const info = {
|
|
|
15068
15071
|
}
|
|
15069
15072
|
}],
|
|
15070
15073
|
logoURIs: {
|
|
15071
|
-
|
|
15072
|
-
|
|
15074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
15075
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
15073
15076
|
},
|
|
15074
15077
|
images: [{
|
|
15075
15078
|
imageSync: {
|
|
@@ -15517,8 +15520,8 @@ const info = {
|
|
|
15517
15520
|
provider: 'Osmosis'
|
|
15518
15521
|
}],
|
|
15519
15522
|
logoURIs: {
|
|
15520
|
-
|
|
15521
|
-
|
|
15523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
15524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
15522
15525
|
},
|
|
15523
15526
|
images: [{
|
|
15524
15527
|
imageSync: {
|
|
@@ -15643,8 +15646,8 @@ const info = {
|
|
|
15643
15646
|
provider: 'Router'
|
|
15644
15647
|
}],
|
|
15645
15648
|
logoURIs: {
|
|
15646
|
-
|
|
15647
|
-
|
|
15649
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
15650
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
15648
15651
|
},
|
|
15649
15652
|
images: [{
|
|
15650
15653
|
imageSync: {
|
|
@@ -15682,8 +15685,8 @@ const info = {
|
|
|
15682
15685
|
provider: 'Router'
|
|
15683
15686
|
}],
|
|
15684
15687
|
logoURIs: {
|
|
15685
|
-
|
|
15686
|
-
|
|
15688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
15689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
15687
15690
|
},
|
|
15688
15691
|
images: [{
|
|
15689
15692
|
imageSync: {
|
|
@@ -15825,8 +15828,8 @@ const info = {
|
|
|
15825
15828
|
provider: 'Osmosis'
|
|
15826
15829
|
}],
|
|
15827
15830
|
logoURIs: {
|
|
15828
|
-
|
|
15829
|
-
|
|
15831
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
|
|
15832
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
|
|
15830
15833
|
},
|
|
15831
15834
|
images: [{
|
|
15832
15835
|
imageSync: {
|
|
@@ -15868,8 +15871,8 @@ const info = {
|
|
|
15868
15871
|
}
|
|
15869
15872
|
}],
|
|
15870
15873
|
logoURIs: {
|
|
15871
|
-
|
|
15872
|
-
|
|
15874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
15875
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
|
|
15873
15876
|
},
|
|
15874
15877
|
images: [{
|
|
15875
15878
|
imageSync: {
|
|
@@ -15905,8 +15908,8 @@ const info = {
|
|
|
15905
15908
|
provider: 'Osmosis'
|
|
15906
15909
|
}],
|
|
15907
15910
|
logoURIs: {
|
|
15908
|
-
|
|
15909
|
-
|
|
15911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png',
|
|
15912
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg'
|
|
15910
15913
|
},
|
|
15911
15914
|
images: [{
|
|
15912
15915
|
imageSync: {
|
|
@@ -15944,8 +15947,8 @@ const info = {
|
|
|
15944
15947
|
}
|
|
15945
15948
|
}],
|
|
15946
15949
|
logoURIs: {
|
|
15947
|
-
|
|
15948
|
-
|
|
15950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png',
|
|
15951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg'
|
|
15949
15952
|
},
|
|
15950
15953
|
images: [{
|
|
15951
15954
|
imageSync: {
|
|
@@ -16292,8 +16295,8 @@ const info = {
|
|
|
16292
16295
|
}
|
|
16293
16296
|
}],
|
|
16294
16297
|
logoURIs: {
|
|
16295
|
-
|
|
16296
|
-
|
|
16298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
16299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
16297
16300
|
},
|
|
16298
16301
|
images: [{
|
|
16299
16302
|
imageSync: {
|
|
@@ -16528,8 +16531,8 @@ const info = {
|
|
|
16528
16531
|
provider: 'Osmosis'
|
|
16529
16532
|
}],
|
|
16530
16533
|
logoURIs: {
|
|
16531
|
-
|
|
16532
|
-
|
|
16534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
16535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg'
|
|
16533
16536
|
},
|
|
16534
16537
|
images: [{
|
|
16535
16538
|
imageSync: {
|
|
@@ -16654,8 +16657,8 @@ const info = {
|
|
|
16654
16657
|
provider: 'Router'
|
|
16655
16658
|
}],
|
|
16656
16659
|
logoURIs: {
|
|
16657
|
-
|
|
16658
|
-
|
|
16660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.png',
|
|
16661
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.svg'
|
|
16659
16662
|
},
|
|
16660
16663
|
images: [{
|
|
16661
16664
|
imageSync: {
|
|
@@ -16777,8 +16780,8 @@ const info = {
|
|
|
16777
16780
|
provider: 'Omnity Network'
|
|
16778
16781
|
}],
|
|
16779
16782
|
logoURIs: {
|
|
16780
|
-
|
|
16781
|
-
|
|
16783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.png',
|
|
16784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckbtc.svg'
|
|
16782
16785
|
},
|
|
16783
16786
|
images: [{
|
|
16784
16787
|
imageSync: {
|
|
@@ -17553,8 +17556,8 @@ const info = {
|
|
|
17553
17556
|
}
|
|
17554
17557
|
}],
|
|
17555
17558
|
logoURIs: {
|
|
17556
|
-
|
|
17557
|
-
|
|
17559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbbtc.png',
|
|
17560
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbbtc.svg'
|
|
17558
17561
|
},
|
|
17559
17562
|
images: [{
|
|
17560
17563
|
imageSync: {
|
|
@@ -17679,8 +17682,8 @@ const info = {
|
|
|
17679
17682
|
provider: 'Router'
|
|
17680
17683
|
}],
|
|
17681
17684
|
logoURIs: {
|
|
17682
|
-
|
|
17683
|
-
|
|
17685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.png',
|
|
17686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.svg'
|
|
17684
17687
|
},
|
|
17685
17688
|
images: [{
|
|
17686
17689
|
imageSync: {
|
|
@@ -17718,8 +17721,8 @@ const info = {
|
|
|
17718
17721
|
provider: 'Osmosis'
|
|
17719
17722
|
}],
|
|
17720
17723
|
logoURIs: {
|
|
17721
|
-
|
|
17722
|
-
|
|
17724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png',
|
|
17725
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg'
|
|
17723
17726
|
},
|
|
17724
17727
|
images: [{
|
|
17725
17728
|
imageSync: {
|
|
@@ -17754,8 +17757,8 @@ const info = {
|
|
|
17754
17757
|
provider: 'Osmosis'
|
|
17755
17758
|
}],
|
|
17756
17759
|
logoURIs: {
|
|
17757
|
-
|
|
17758
|
-
|
|
17760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png',
|
|
17761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg'
|
|
17759
17762
|
},
|
|
17760
17763
|
images: [{
|
|
17761
17764
|
imageSync: {
|
|
@@ -17793,8 +17796,8 @@ const info = {
|
|
|
17793
17796
|
provider: 'Osmosis'
|
|
17794
17797
|
}],
|
|
17795
17798
|
logoURIs: {
|
|
17796
|
-
|
|
17797
|
-
|
|
17799
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png',
|
|
17800
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg'
|
|
17798
17801
|
},
|
|
17799
17802
|
images: [{
|
|
17800
17803
|
imageSync: {
|
|
@@ -17836,8 +17839,8 @@ const info = {
|
|
|
17836
17839
|
}
|
|
17837
17840
|
}],
|
|
17838
17841
|
logoURIs: {
|
|
17839
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-
|
|
17840
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-
|
|
17842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
17843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
17841
17844
|
},
|
|
17842
17845
|
images: [
|
|
17843
17846
|
{
|
|
@@ -18495,8 +18498,8 @@ const info = {
|
|
|
18495
18498
|
provider: 'Omnity Network'
|
|
18496
18499
|
}],
|
|
18497
18500
|
logoURIs: {
|
|
18498
|
-
|
|
18499
|
-
|
|
18501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png',
|
|
18502
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg'
|
|
18500
18503
|
},
|
|
18501
18504
|
images: [{
|
|
18502
18505
|
imageSync: {
|
|
@@ -18751,8 +18754,8 @@ const info = {
|
|
|
18751
18754
|
provider: 'Omnity Network'
|
|
18752
18755
|
}],
|
|
18753
18756
|
logoURIs: {
|
|
18754
|
-
|
|
18755
|
-
|
|
18757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.png',
|
|
18758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg'
|
|
18756
18759
|
},
|
|
18757
18760
|
images: [{
|
|
18758
18761
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ckDOGE.svg',
|
|
@@ -19264,7 +19267,7 @@ const info = {
|
|
|
19264
19267
|
provider: 'Osmosis'
|
|
19265
19268
|
}],
|
|
19266
19269
|
logoURIs: {
|
|
19267
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/
|
|
19270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
19268
19271
|
},
|
|
19269
19272
|
images: [{
|
|
19270
19273
|
imageSync: {
|
|
@@ -19343,8 +19346,8 @@ const info = {
|
|
|
19343
19346
|
}
|
|
19344
19347
|
}],
|
|
19345
19348
|
logoURIs: {
|
|
19346
|
-
|
|
19347
|
-
|
|
19349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.png',
|
|
19350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sidechain/images/sBTC.svg'
|
|
19348
19351
|
},
|
|
19349
19352
|
images: [{
|
|
19350
19353
|
imageSync: {
|
|
@@ -19421,8 +19424,8 @@ const info = {
|
|
|
19421
19424
|
provider: 'Osmosis'
|
|
19422
19425
|
}],
|
|
19423
19426
|
logoURIs: {
|
|
19424
|
-
|
|
19425
|
-
|
|
19427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
19428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
19426
19429
|
},
|
|
19427
19430
|
images: [{
|
|
19428
19431
|
imageSync: {
|
|
@@ -19878,8 +19881,8 @@ const info = {
|
|
|
19878
19881
|
}
|
|
19879
19882
|
}],
|
|
19880
19883
|
logoURIs: {
|
|
19881
|
-
|
|
19882
|
-
|
|
19884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
19885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg'
|
|
19883
19886
|
},
|
|
19884
19887
|
images: [{
|
|
19885
19888
|
imageSync: {
|
|
@@ -19922,8 +19925,8 @@ const info = {
|
|
|
19922
19925
|
provider: 'Osmosis'
|
|
19923
19926
|
}],
|
|
19924
19927
|
logoURIs: {
|
|
19925
|
-
|
|
19926
|
-
|
|
19928
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
19929
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg'
|
|
19927
19930
|
},
|
|
19928
19931
|
images: [{
|
|
19929
19932
|
imageSync: {
|
|
@@ -20080,8 +20083,8 @@ const info = {
|
|
|
20080
20083
|
}
|
|
20081
20084
|
}],
|
|
20082
20085
|
logoURIs: {
|
|
20083
|
-
|
|
20084
|
-
|
|
20086
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
20087
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
20085
20088
|
},
|
|
20086
20089
|
images: [{
|
|
20087
20090
|
imageSync: {
|
|
@@ -20565,8 +20568,8 @@ const info = {
|
|
|
20565
20568
|
}
|
|
20566
20569
|
}],
|
|
20567
20570
|
logoURIs: {
|
|
20568
|
-
|
|
20569
|
-
|
|
20571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
20570
20573
|
},
|
|
20571
20574
|
images: [{
|
|
20572
20575
|
imageSync: {
|
|
@@ -20675,7 +20678,7 @@ const info = {
|
|
|
20675
20678
|
display: 'STLTH',
|
|
20676
20679
|
symbol: 'STLTH',
|
|
20677
20680
|
logoURIs: {
|
|
20678
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
20681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
20679
20682
|
},
|
|
20680
20683
|
images: [{
|
|
20681
20684
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
@@ -20985,8 +20988,8 @@ const info = {
|
|
|
20985
20988
|
}
|
|
20986
20989
|
}],
|
|
20987
20990
|
logoURIs: {
|
|
20988
|
-
|
|
20989
|
-
|
|
20991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
20992
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
20990
20993
|
},
|
|
20991
20994
|
images: [{
|
|
20992
20995
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
@@ -21024,8 +21027,8 @@ const info = {
|
|
|
21024
21027
|
}
|
|
21025
21028
|
}],
|
|
21026
21029
|
logoURIs: {
|
|
21027
|
-
|
|
21028
|
-
|
|
21030
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
21031
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
21029
21032
|
},
|
|
21030
21033
|
images: [{
|
|
21031
21034
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
@@ -21066,6 +21069,10 @@ const info = {
|
|
|
21066
21069
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
21067
21070
|
},
|
|
21068
21071
|
images: [{
|
|
21072
|
+
imageSync: {
|
|
21073
|
+
chainName: 'cosmoshub',
|
|
21074
|
+
baseDenom: 'ibc/6583B66D1450B5A0E997C85A4048749ADCBD745562D62F3CC1CEE5D41B5814D1'
|
|
21075
|
+
},
|
|
21069
21076
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
21070
21077
|
}]
|
|
21071
21078
|
},
|
|
@@ -21100,6 +21107,10 @@ const info = {
|
|
|
21100
21107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
21101
21108
|
},
|
|
21102
21109
|
images: [{
|
|
21110
|
+
imageSync: {
|
|
21111
|
+
chainName: 'cosmoshub',
|
|
21112
|
+
baseDenom: 'ibc/AE65FB498AFB35CC06301BEE6EA8063DC41CE04D80A8D167258B73D7A863DA8D'
|
|
21113
|
+
},
|
|
21103
21114
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
21104
21115
|
}]
|
|
21105
21116
|
},
|
|
@@ -21134,6 +21145,10 @@ const info = {
|
|
|
21134
21145
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
21135
21146
|
},
|
|
21136
21147
|
images: [{
|
|
21148
|
+
imageSync: {
|
|
21149
|
+
chainName: 'cosmoshub',
|
|
21150
|
+
baseDenom: 'ibc/6F8F0E9D472BF053261F2DEBE521801B703372777F3923B48DAE55D4F1212B5F'
|
|
21151
|
+
},
|
|
21137
21152
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
21138
21153
|
}]
|
|
21139
21154
|
},
|
|
@@ -21165,8 +21180,8 @@ const info = {
|
|
|
21165
21180
|
}
|
|
21166
21181
|
}],
|
|
21167
21182
|
logoURIs: {
|
|
21168
|
-
|
|
21169
|
-
|
|
21183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
21184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
21170
21185
|
},
|
|
21171
21186
|
images: [{
|
|
21172
21187
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
@@ -21243,8 +21258,8 @@ const info = {
|
|
|
21243
21258
|
}
|
|
21244
21259
|
}],
|
|
21245
21260
|
logoURIs: {
|
|
21246
|
-
|
|
21247
|
-
|
|
21261
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
21262
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
21248
21263
|
},
|
|
21249
21264
|
images: [{
|
|
21250
21265
|
imageSync: {
|
|
@@ -21252,10 +21267,7 @@ const info = {
|
|
|
21252
21267
|
baseDenom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26'
|
|
21253
21268
|
},
|
|
21254
21269
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
|
|
21255
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
21256
|
-
theme: {
|
|
21257
|
-
circle: true
|
|
21258
|
-
}
|
|
21270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
21259
21271
|
}],
|
|
21260
21272
|
socials: {
|
|
21261
21273
|
website: 'https://www.paxos.com/pax-gold',
|
|
@@ -21880,6 +21892,13 @@ const info = {
|
|
|
21880
21892
|
channelId: 'channel-874',
|
|
21881
21893
|
path: 'transfer/channel-874/factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB'
|
|
21882
21894
|
}
|
|
21895
|
+
}],
|
|
21896
|
+
images: [{
|
|
21897
|
+
imageSync: {
|
|
21898
|
+
chainName: 'neutron',
|
|
21899
|
+
baseDenom: 'factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB'
|
|
21900
|
+
},
|
|
21901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAB.png'
|
|
21883
21902
|
}]
|
|
21884
21903
|
},
|
|
21885
21904
|
{
|
|
@@ -21960,11 +21979,14 @@ const info = {
|
|
|
21960
21979
|
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
21961
21980
|
},
|
|
21962
21981
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
21963
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
21982
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
21983
|
+
theme: {
|
|
21984
|
+
circle: true
|
|
21985
|
+
}
|
|
21964
21986
|
}],
|
|
21965
21987
|
logoURIs: {
|
|
21966
|
-
|
|
21967
|
-
|
|
21988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
21989
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
21968
21990
|
}
|
|
21969
21991
|
},
|
|
21970
21992
|
{
|
|
@@ -22197,7 +22219,14 @@ const info = {
|
|
|
22197
22219
|
website: 'https://www.stargaze.zone/m/stargazepleb/tokens',
|
|
22198
22220
|
twitter: 'https://x.com/Pixl_Plebs'
|
|
22199
22221
|
},
|
|
22200
|
-
keywords: ['meme']
|
|
22222
|
+
keywords: ['meme'],
|
|
22223
|
+
images: [{
|
|
22224
|
+
imageSync: {
|
|
22225
|
+
chainName: 'stargaze',
|
|
22226
|
+
baseDenom: 'factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb'
|
|
22227
|
+
},
|
|
22228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png'
|
|
22229
|
+
}]
|
|
22201
22230
|
},
|
|
22202
22231
|
{
|
|
22203
22232
|
description: 'Cosmos Bitcoin',
|
|
@@ -22234,7 +22263,14 @@ const info = {
|
|
|
22234
22263
|
website: 'https://getbitcoinmeme.com',
|
|
22235
22264
|
twitter: 'https://x.com/getbitcoinmeme'
|
|
22236
22265
|
},
|
|
22237
|
-
keywords: ['meme']
|
|
22266
|
+
keywords: ['meme'],
|
|
22267
|
+
images: [{
|
|
22268
|
+
imageSync: {
|
|
22269
|
+
chainName: 'injective',
|
|
22270
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BITCOIN'
|
|
22271
|
+
},
|
|
22272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
|
|
22273
|
+
}]
|
|
22238
22274
|
},
|
|
22239
22275
|
{
|
|
22240
22276
|
description: 'Crypto',
|
|
@@ -22271,7 +22307,14 @@ const info = {
|
|
|
22271
22307
|
website: 'https://getcryptomeme.com',
|
|
22272
22308
|
twitter: 'https://x.com/getcryptomeme'
|
|
22273
22309
|
},
|
|
22274
|
-
keywords: ['meme']
|
|
22310
|
+
keywords: ['meme'],
|
|
22311
|
+
images: [{
|
|
22312
|
+
imageSync: {
|
|
22313
|
+
chainName: 'injective',
|
|
22314
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/CRYPTO'
|
|
22315
|
+
},
|
|
22316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/crypto.png'
|
|
22317
|
+
}]
|
|
22275
22318
|
},
|
|
22276
22319
|
{
|
|
22277
22320
|
description: 'Bricscoin',
|
|
@@ -22308,7 +22351,14 @@ const info = {
|
|
|
22308
22351
|
website: 'https://bricscoin.cash',
|
|
22309
22352
|
twitter: 'https://x.com/bricscoincash'
|
|
22310
22353
|
},
|
|
22311
|
-
keywords: ['meme']
|
|
22354
|
+
keywords: ['meme'],
|
|
22355
|
+
images: [{
|
|
22356
|
+
imageSync: {
|
|
22357
|
+
chainName: 'injective',
|
|
22358
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/BRICS'
|
|
22359
|
+
},
|
|
22360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/brics.png'
|
|
22361
|
+
}]
|
|
22312
22362
|
},
|
|
22313
22363
|
{
|
|
22314
22364
|
description: 'Instant Noodles Coin',
|
|
@@ -22345,7 +22395,14 @@ const info = {
|
|
|
22345
22395
|
website: 'https://instantnoodles.xyz',
|
|
22346
22396
|
twitter: 'https://x.com/instantnoodlesinc'
|
|
22347
22397
|
},
|
|
22348
|
-
keywords: ['meme']
|
|
22398
|
+
keywords: ['meme'],
|
|
22399
|
+
images: [{
|
|
22400
|
+
imageSync: {
|
|
22401
|
+
chainName: 'injective',
|
|
22402
|
+
baseDenom: 'factory/inj1s9hr5zfz3xrkzchde94hd2d0edjs4q5mrqrz6x/INC'
|
|
22403
|
+
},
|
|
22404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inc.png'
|
|
22405
|
+
}]
|
|
22349
22406
|
},
|
|
22350
22407
|
{
|
|
22351
22408
|
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.',
|
|
@@ -22402,6 +22459,10 @@ const info = {
|
|
|
22402
22459
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
22403
22460
|
},
|
|
22404
22461
|
images: [{
|
|
22462
|
+
imageSync: {
|
|
22463
|
+
chainName: 'manifest',
|
|
22464
|
+
baseDenom: 'umfx'
|
|
22465
|
+
},
|
|
22405
22466
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
|
|
22406
22467
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
|
|
22407
22468
|
}]
|
|
@@ -22528,6 +22589,44 @@ const info = {
|
|
|
22528
22589
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22529
22590
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22530
22591
|
}]
|
|
22592
|
+
},
|
|
22593
|
+
{
|
|
22594
|
+
description: 'The native token of Lumera.',
|
|
22595
|
+
denomUnits: [{
|
|
22596
|
+
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
22597
|
+
exponent: 0,
|
|
22598
|
+
aliases: ['ulume']
|
|
22599
|
+
}, {
|
|
22600
|
+
denom: 'lume',
|
|
22601
|
+
exponent: 6
|
|
22602
|
+
}],
|
|
22603
|
+
typeAsset: 'ics20',
|
|
22604
|
+
base: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
22605
|
+
name: 'Lumera',
|
|
22606
|
+
display: 'lume',
|
|
22607
|
+
symbol: 'LUME',
|
|
22608
|
+
traces: [{
|
|
22609
|
+
type: 'ibc',
|
|
22610
|
+
counterparty: {
|
|
22611
|
+
chainName: 'lumera',
|
|
22612
|
+
baseDenom: 'ulume',
|
|
22613
|
+
channelId: 'channel-0'
|
|
22614
|
+
},
|
|
22615
|
+
chain: {
|
|
22616
|
+
channelId: 'channel-106313',
|
|
22617
|
+
path: 'transfer/channel-106313/ulume'
|
|
22618
|
+
}
|
|
22619
|
+
}],
|
|
22620
|
+
logoURIs: {
|
|
22621
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
22622
|
+
},
|
|
22623
|
+
images: [{
|
|
22624
|
+
imageSync: {
|
|
22625
|
+
chainName: 'lumera',
|
|
22626
|
+
baseDenom: 'ulume'
|
|
22627
|
+
},
|
|
22628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
22629
|
+
}]
|
|
22531
22630
|
}
|
|
22532
22631
|
]
|
|
22533
22632
|
};
|