chain-registry 2.0.58 → 2.0.60
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 +32 -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/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/chain.js +6 -0
- package/esm/mainnet/lumera/ibc-data.js +28 -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 +23 -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/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/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/mainnet/zigchain/index.js +4 -0
- 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/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/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/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/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/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +32 -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/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/chain.js +6 -0
- package/mainnet/lumera/ibc-data.js +28 -0
- 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 +23 -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/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/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.d.ts +3 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.d.ts +3 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/mainnet/zigchain/index.d.ts +2 -0
- package/mainnet/zigchain/index.js +10 -0
- 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/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- 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/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/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
|
@@ -158,10 +158,19 @@ const info = {
|
|
|
158
158
|
display: 'USDC',
|
|
159
159
|
symbol: 'USDC',
|
|
160
160
|
logoURIs: {
|
|
161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
161
162
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
162
163
|
},
|
|
163
164
|
images: [{
|
|
164
|
-
|
|
165
|
+
imageSync: {
|
|
166
|
+
chainName: 'noble',
|
|
167
|
+
baseDenom: 'uusdc'
|
|
168
|
+
},
|
|
169
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
170
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
171
|
+
theme: {
|
|
172
|
+
circle: true
|
|
173
|
+
}
|
|
165
174
|
}],
|
|
166
175
|
keywords: ['dex', 'mm'],
|
|
167
176
|
typeAsset: 'ics20',
|
|
@@ -193,10 +202,19 @@ const info = {
|
|
|
193
202
|
display: 'USDT.inj',
|
|
194
203
|
symbol: 'USDT.inj',
|
|
195
204
|
logoURIs: {
|
|
205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
196
206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
197
207
|
},
|
|
198
208
|
images: [{
|
|
199
|
-
|
|
209
|
+
imageSync: {
|
|
210
|
+
chainName: 'injective',
|
|
211
|
+
baseDenom: 'peggy0xdAC17F958D2ee523a2206206994597C13D831ec7'
|
|
212
|
+
},
|
|
213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
215
|
+
theme: {
|
|
216
|
+
circle: true
|
|
217
|
+
}
|
|
200
218
|
}],
|
|
201
219
|
keywords: ['dex', 'mm'],
|
|
202
220
|
typeAsset: 'ics20',
|
|
@@ -227,9 +245,15 @@ const info = {
|
|
|
227
245
|
display: 'INJ',
|
|
228
246
|
symbol: 'INJ',
|
|
229
247
|
logoURIs: {
|
|
248
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
230
249
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
231
250
|
},
|
|
232
251
|
images: [{
|
|
252
|
+
imageSync: {
|
|
253
|
+
chainName: 'injective',
|
|
254
|
+
baseDenom: 'inj'
|
|
255
|
+
},
|
|
256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
233
257
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
234
258
|
}],
|
|
235
259
|
keywords: ['dex', 'mm'],
|
|
@@ -262,9 +286,15 @@ const info = {
|
|
|
262
286
|
display: 'Luna',
|
|
263
287
|
symbol: 'LUNA',
|
|
264
288
|
logoURIs: {
|
|
289
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
265
290
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
266
291
|
},
|
|
267
292
|
images: [{
|
|
293
|
+
imageSync: {
|
|
294
|
+
chainName: 'terra2',
|
|
295
|
+
baseDenom: 'uluna'
|
|
296
|
+
},
|
|
297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
268
298
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
269
299
|
}],
|
|
270
300
|
keywords: ['dex', 'mm'],
|
|
@@ -297,9 +327,15 @@ const info = {
|
|
|
297
327
|
display: 'osmo',
|
|
298
328
|
symbol: 'OSMO',
|
|
299
329
|
logoURIs: {
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
300
331
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
301
332
|
},
|
|
302
333
|
images: [{
|
|
334
|
+
imageSync: {
|
|
335
|
+
chainName: 'osmosis',
|
|
336
|
+
baseDenom: 'uosmo'
|
|
337
|
+
},
|
|
338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
303
339
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
304
340
|
}],
|
|
305
341
|
keywords: ['dex', 'mm'],
|
|
@@ -332,9 +368,15 @@ const info = {
|
|
|
332
368
|
display: 'Atom',
|
|
333
369
|
symbol: 'ATOM',
|
|
334
370
|
logoURIs: {
|
|
371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
335
372
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
336
373
|
},
|
|
337
374
|
images: [{
|
|
375
|
+
imageSync: {
|
|
376
|
+
chainName: 'cosmoshub',
|
|
377
|
+
baseDenom: 'uatom'
|
|
378
|
+
},
|
|
379
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
338
380
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
339
381
|
}],
|
|
340
382
|
keywords: ['dex', 'mm'],
|
|
@@ -801,10 +801,14 @@ const info = {
|
|
|
801
801
|
chainName: 'axelar',
|
|
802
802
|
baseDenom: 'weth-wei'
|
|
803
803
|
},
|
|
804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
805
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
806
|
+
}, {
|
|
804
807
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
805
808
|
}],
|
|
806
809
|
logoURIs: {
|
|
807
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
811
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
808
812
|
},
|
|
809
813
|
coingeckoId: 'axlweth'
|
|
810
814
|
},
|
|
@@ -38,6 +38,17 @@ const info = {
|
|
|
38
38
|
baseDenom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
39
39
|
},
|
|
40
40
|
provider: 'Lombard'
|
|
41
|
+
}],
|
|
42
|
+
images: [{
|
|
43
|
+
imageSync: {
|
|
44
|
+
chainName: 'ethereum',
|
|
45
|
+
baseDenom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
46
|
+
},
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
49
|
+
theme: {
|
|
50
|
+
circle: true
|
|
51
|
+
}
|
|
41
52
|
}]
|
|
42
53
|
},
|
|
43
54
|
{
|
|
@@ -69,10 +69,16 @@ const info = {
|
|
|
69
69
|
rpc: [{
|
|
70
70
|
address: 'https://rpc.lumera.io:443',
|
|
71
71
|
provider: 'LumeraProtocol'
|
|
72
|
+
}, {
|
|
73
|
+
address: 'https://lumera-rpc.ibs.team',
|
|
74
|
+
provider: 'Inter Blockchain Services'
|
|
72
75
|
}],
|
|
73
76
|
rest: [{
|
|
74
77
|
address: 'https://lcd.lumera.io:443',
|
|
75
78
|
provider: 'LumeraProtocol'
|
|
79
|
+
}, {
|
|
80
|
+
address: 'https://lumera-api.ibs.team',
|
|
81
|
+
provider: 'Inter Blockchain Services'
|
|
76
82
|
}],
|
|
77
83
|
grpc: [{
|
|
78
84
|
address: 'https://grpc.lumera.io:443',
|
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'dydx',
|
|
5
|
+
clientId: '07-tendermint-36',
|
|
6
|
+
connectionId: 'connection-37'
|
|
7
|
+
},
|
|
8
|
+
chain2: {
|
|
9
|
+
chainName: 'lumera',
|
|
10
|
+
clientId: '07-tendermint-3',
|
|
11
|
+
connectionId: 'connection-1'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain1: {
|
|
15
|
+
channelId: 'channel-90',
|
|
16
|
+
portId: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain2: {
|
|
19
|
+
channelId: 'channel-1',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}, {
|
|
2
30
|
$schema: '../ibc_data.schema.json',
|
|
3
31
|
chain1: {
|
|
4
32
|
chainName: 'lumera',
|
|
@@ -87,6 +87,10 @@ const info = {
|
|
|
87
87
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
88
88
|
},
|
|
89
89
|
images: [{
|
|
90
|
+
imageSync: {
|
|
91
|
+
chainName: 'osmosis',
|
|
92
|
+
baseDenom: 'uosmo'
|
|
93
|
+
},
|
|
90
94
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
91
95
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
92
96
|
}],
|
|
@@ -81,8 +81,8 @@ const info = {
|
|
|
81
81
|
}
|
|
82
82
|
}],
|
|
83
83
|
logoURIs: {
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
85
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
86
86
|
},
|
|
87
87
|
images: [{
|
|
88
88
|
imageSync: {
|
|
@@ -795,6 +795,12 @@ const info = {
|
|
|
795
795
|
channelId: 'channel-0',
|
|
796
796
|
path: 'transfer/channel-0/factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/1/stable/amplp'
|
|
797
797
|
}
|
|
798
|
+
}],
|
|
799
|
+
images: [{
|
|
800
|
+
imageSync: {
|
|
801
|
+
chainName: 'terra2',
|
|
802
|
+
baseDenom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/1/stable/amplp'
|
|
803
|
+
}
|
|
798
804
|
}]
|
|
799
805
|
},
|
|
800
806
|
{
|
|
@@ -822,6 +828,12 @@ const info = {
|
|
|
822
828
|
channelId: 'channel-0',
|
|
823
829
|
path: 'transfer/channel-0/factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp'
|
|
824
830
|
}
|
|
831
|
+
}],
|
|
832
|
+
images: [{
|
|
833
|
+
imageSync: {
|
|
834
|
+
chainName: 'terra2',
|
|
835
|
+
baseDenom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp'
|
|
836
|
+
}
|
|
825
837
|
}]
|
|
826
838
|
},
|
|
827
839
|
{
|
|
@@ -849,6 +861,12 @@ const info = {
|
|
|
849
861
|
channelId: 'channel-0',
|
|
850
862
|
path: 'transfer/channel-0/factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp'
|
|
851
863
|
}
|
|
864
|
+
}],
|
|
865
|
+
images: [{
|
|
866
|
+
imageSync: {
|
|
867
|
+
chainName: 'terra2',
|
|
868
|
+
baseDenom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp'
|
|
869
|
+
}
|
|
852
870
|
}]
|
|
853
871
|
}
|
|
854
872
|
]
|
|
@@ -348,8 +348,8 @@ const info = {
|
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
350
|
logoURIs: {
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
353
353
|
},
|
|
354
354
|
images: [{
|
|
355
355
|
imageSync: {
|
|
@@ -129,12 +129,15 @@ const info = {
|
|
|
129
129
|
chainName: 'milkyway',
|
|
130
130
|
baseDenom: 'umilk'
|
|
131
131
|
},
|
|
132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
134
|
+
}, {
|
|
132
135
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
133
136
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
|
|
134
137
|
}],
|
|
135
138
|
logoURIs: {
|
|
136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
137
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
138
141
|
},
|
|
139
142
|
description: 'MilkyWay (MILK) is the first modular staking portal, designed to redefine security and scalability within the modular ecosystem. As a pioneer of modular staking, MilkyWay integrates liquid staking and restaking solutions to address fragmented trust and enhance crypto-economic security across networks.\n\nLaunched in December 2023 as the first liquid staking solution for the Celestia ecosystem, MilkyWay empowered users to unlock staked TIA positions and engage with various DeFi protocols. This initial phase introduced milkTIA which has seen widespread adoption to become the leading LST for TIA. Building on this success, MilkyWay is now entering Phase 2: a multi-asset, multi-chain modular restaking protocol.\n\nMilkyWay’s architecture is purpose-built for modularity . Unlike traditional solutions, its modular design allows Actively Validated Services (AVSs) to fully customize, or “Plug-in” their security solutions through programmable rules, including asset delegation and slashing mechanisms. By restaking native and liquid staked assets, users can provide security to AVSs or any off-chain program and system that require its own unique validation process for verification. This approach ensures seamless integration while minimizing operational complexity.\n\nThrough programmable rules, AVSs can define asset allocation and stake distribution, offering both operator-centric and AVS-centric models for greater control. Slashing rules further enhance security through customizable mechanisms like stake slash, jail slash, and burn slash, enabling AVSs to align these features with their risk profiles. These extensible features ensure MilkyWay evolves alongside the needs of its AVS partners, redefining staking and restaking with a focus on trust, innovation, and modularity.',
|
|
140
143
|
apis: {
|
|
@@ -25,7 +25,10 @@ const info = {
|
|
|
25
25
|
website: 'https://namada.net/',
|
|
26
26
|
twitter: 'https://x.com/namada'
|
|
27
27
|
},
|
|
28
|
-
coingeckoId: 'namada'
|
|
28
|
+
coingeckoId: 'namada',
|
|
29
|
+
images: [{
|
|
30
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
31
|
+
}]
|
|
29
32
|
},
|
|
30
33
|
{
|
|
31
34
|
description: 'Stride\'s liquid staked OSMO',
|
|
@@ -183,6 +186,10 @@ const info = {
|
|
|
183
186
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
184
187
|
},
|
|
185
188
|
images: [{
|
|
189
|
+
imageSync: {
|
|
190
|
+
chainName: 'osmosis',
|
|
191
|
+
baseDenom: 'uosmo'
|
|
192
|
+
},
|
|
186
193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
187
194
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
188
195
|
}]
|
|
@@ -136,6 +136,9 @@ const info = {
|
|
|
136
136
|
],
|
|
137
137
|
logoURIs: {
|
|
138
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
139
|
-
}
|
|
139
|
+
},
|
|
140
|
+
images: [{
|
|
141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
142
|
+
}]
|
|
140
143
|
};
|
|
141
144
|
export default info;
|
|
@@ -189,12 +189,10 @@ const info = {
|
|
|
189
189
|
chainName: 'elys',
|
|
190
190
|
baseDenom: 'uelys'
|
|
191
191
|
},
|
|
192
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
193
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
194
193
|
}],
|
|
195
194
|
logoURIs: {
|
|
196
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
197
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
198
196
|
},
|
|
199
197
|
coingeckoId: 'elys-network'
|
|
200
198
|
},
|
|
@@ -1199,13 +1197,17 @@ const info = {
|
|
|
1199
1197
|
}
|
|
1200
1198
|
}],
|
|
1201
1199
|
logoURIs: {
|
|
1202
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1201
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1203
1202
|
},
|
|
1204
1203
|
images: [{
|
|
1205
1204
|
imageSync: {
|
|
1206
1205
|
chainName: 'axelar',
|
|
1207
1206
|
baseDenom: 'wbtc-satoshi'
|
|
1208
1207
|
},
|
|
1208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1210
|
+
}, {
|
|
1209
1211
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
1210
1212
|
}],
|
|
1211
1213
|
coingeckoId: 'axlwbtc'
|
|
@@ -1456,8 +1458,8 @@ const info = {
|
|
|
1456
1458
|
}
|
|
1457
1459
|
}],
|
|
1458
1460
|
logoURIs: {
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
|
|
1462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
1461
1463
|
},
|
|
1462
1464
|
images: [{
|
|
1463
1465
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
|
|
@@ -1467,7 +1469,8 @@ const info = {
|
|
|
1467
1469
|
chainName: 'int3face',
|
|
1468
1470
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
|
|
1469
1471
|
},
|
|
1470
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
1472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
|
|
1473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
1471
1474
|
}]
|
|
1472
1475
|
},
|
|
1473
1476
|
{
|
|
@@ -1505,8 +1508,8 @@ const info = {
|
|
|
1505
1508
|
}
|
|
1506
1509
|
}],
|
|
1507
1510
|
logoURIs: {
|
|
1508
|
-
|
|
1509
|
-
|
|
1511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png',
|
|
1512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg'
|
|
1510
1513
|
},
|
|
1511
1514
|
images: [{
|
|
1512
1515
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg',
|
|
@@ -1516,7 +1519,8 @@ const info = {
|
|
|
1516
1519
|
chainName: 'int3face',
|
|
1517
1520
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
|
|
1518
1521
|
},
|
|
1519
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png'
|
|
1522
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png',
|
|
1523
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg'
|
|
1520
1524
|
}]
|
|
1521
1525
|
},
|
|
1522
1526
|
{
|
|
@@ -1554,8 +1558,8 @@ const info = {
|
|
|
1554
1558
|
}
|
|
1555
1559
|
}],
|
|
1556
1560
|
logoURIs: {
|
|
1557
|
-
|
|
1558
|
-
|
|
1561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png',
|
|
1562
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg'
|
|
1559
1563
|
},
|
|
1560
1564
|
images: [{
|
|
1561
1565
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg',
|
|
@@ -1565,7 +1569,8 @@ const info = {
|
|
|
1565
1569
|
chainName: 'int3face',
|
|
1566
1570
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
|
|
1567
1571
|
},
|
|
1568
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png'
|
|
1572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png',
|
|
1573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg'
|
|
1569
1574
|
}]
|
|
1570
1575
|
},
|
|
1571
1576
|
{
|
|
@@ -1603,8 +1608,8 @@ const info = {
|
|
|
1603
1608
|
}
|
|
1604
1609
|
}],
|
|
1605
1610
|
logoURIs: {
|
|
1606
|
-
|
|
1607
|
-
|
|
1611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png',
|
|
1612
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
1608
1613
|
},
|
|
1609
1614
|
images: [{
|
|
1610
1615
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg',
|
|
@@ -1614,7 +1619,8 @@ const info = {
|
|
|
1614
1619
|
chainName: 'int3face',
|
|
1615
1620
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
|
|
1616
1621
|
},
|
|
1617
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png'
|
|
1622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png',
|
|
1623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
1618
1624
|
}]
|
|
1619
1625
|
},
|
|
1620
1626
|
{
|
|
@@ -135,6 +135,14 @@ const info = {
|
|
|
135
135
|
base: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
136
136
|
display: 'AXV',
|
|
137
137
|
symbol: 'AXV',
|
|
138
|
+
traces: [{
|
|
139
|
+
type: 'additional-mintage',
|
|
140
|
+
counterparty: {
|
|
141
|
+
chainName: 'neutron',
|
|
142
|
+
baseDenom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
143
|
+
},
|
|
144
|
+
provider: 'Astrovault'
|
|
145
|
+
}],
|
|
138
146
|
logoURIs: {
|
|
139
147
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
140
148
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
@@ -58,20 +58,27 @@ const info = {
|
|
|
58
58
|
path: 'transfer/channel-0/transfer/channel-208/uusdc'
|
|
59
59
|
}
|
|
60
60
|
}],
|
|
61
|
-
images: [
|
|
61
|
+
images: [
|
|
62
|
+
{
|
|
62
63
|
imageSync: {
|
|
63
64
|
chainName: 'osmosis',
|
|
64
65
|
baseDenom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858'
|
|
65
66
|
},
|
|
66
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
67
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
68
|
-
}, {
|
|
69
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
70
68
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
71
|
-
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
76
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
72
79
|
logoURIs: {
|
|
73
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
74
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
80
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
81
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
75
82
|
},
|
|
76
83
|
coingeckoId: 'axlusdc'
|
|
77
84
|
},
|
|
@@ -316,19 +323,26 @@ const info = {
|
|
|
316
323
|
path: 'transfer/channel-0/transfer/channel-208/weth-wei'
|
|
317
324
|
}
|
|
318
325
|
}],
|
|
319
|
-
images: [
|
|
326
|
+
images: [
|
|
327
|
+
{
|
|
320
328
|
imageSync: {
|
|
321
329
|
chainName: 'osmosis',
|
|
322
330
|
baseDenom: 'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5'
|
|
323
331
|
},
|
|
332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
333
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
337
|
+
},
|
|
338
|
+
{
|
|
324
339
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png',
|
|
325
340
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg'
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
}],
|
|
341
|
+
}
|
|
342
|
+
],
|
|
329
343
|
logoURIs: {
|
|
330
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
331
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
345
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
332
346
|
},
|
|
333
347
|
coingeckoId: 'axlweth'
|
|
334
348
|
},
|
|
@@ -360,19 +374,26 @@ const info = {
|
|
|
360
374
|
path: 'transfer/channel-0/transfer/channel-208/wbtc-satoshi'
|
|
361
375
|
}
|
|
362
376
|
}],
|
|
363
|
-
images: [
|
|
377
|
+
images: [
|
|
378
|
+
{
|
|
364
379
|
imageSync: {
|
|
365
380
|
chainName: 'osmosis',
|
|
366
381
|
baseDenom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F'
|
|
367
382
|
},
|
|
383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
384
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
388
|
+
},
|
|
389
|
+
{
|
|
368
390
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
369
391
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
}],
|
|
392
|
+
}
|
|
393
|
+
],
|
|
373
394
|
logoURIs: {
|
|
374
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
375
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
396
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
376
397
|
},
|
|
377
398
|
coingeckoId: 'axlwbtc'
|
|
378
399
|
},
|
|
@@ -1042,12 +1063,10 @@ const info = {
|
|
|
1042
1063
|
chainName: 'osmosis',
|
|
1043
1064
|
baseDenom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5'
|
|
1044
1065
|
},
|
|
1045
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1046
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg'
|
|
1066
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1047
1067
|
}],
|
|
1048
1068
|
logoURIs: {
|
|
1049
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1050
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg'
|
|
1069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1051
1070
|
},
|
|
1052
1071
|
coingeckoId: 'xion-2'
|
|
1053
1072
|
},
|
|
@@ -1084,10 +1103,7 @@ const info = {
|
|
|
1084
1103
|
baseDenom: 'factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH'
|
|
1085
1104
|
},
|
|
1086
1105
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1087
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1088
|
-
theme: {
|
|
1089
|
-
circle: true
|
|
1090
|
-
}
|
|
1106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1091
1107
|
}],
|
|
1092
1108
|
logoURIs: {
|
|
1093
1109
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
@@ -17,7 +17,10 @@ const info = {
|
|
|
17
17
|
symbol: 'OPCT',
|
|
18
18
|
logoURIs: {
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/opct/images/opct.png'
|
|
20
|
-
}
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/opct/images/opct.png'
|
|
23
|
+
}]
|
|
21
24
|
}]
|
|
22
25
|
};
|
|
23
26
|
export default info;
|