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
|
@@ -212,6 +212,7 @@ import * as _xpla from './xpla';
|
|
|
212
212
|
import * as _xrplevm from './xrplevm';
|
|
213
213
|
import * as _zenrock from './zenrock';
|
|
214
214
|
import * as _zetachain from './zetachain';
|
|
215
|
+
import * as _zigchain from './zigchain';
|
|
215
216
|
const assetList = [
|
|
216
217
|
_ethereum.assetList,
|
|
217
218
|
_namada.assetList,
|
|
@@ -426,6 +427,7 @@ const assetList = [
|
|
|
426
427
|
_xpla.assetList,
|
|
427
428
|
_xrplevm.assetList,
|
|
428
429
|
_zenrock.assetList,
|
|
429
|
-
_zetachain.assetList
|
|
430
|
+
_zetachain.assetList,
|
|
431
|
+
_zigchain.assetList
|
|
430
432
|
];
|
|
431
433
|
export default assetList;
|
|
@@ -154,6 +154,14 @@ const info = {
|
|
|
154
154
|
{
|
|
155
155
|
address: 'https://m-atomone-rpc.ruangnode.com:443',
|
|
156
156
|
provider: 'ruangnode'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
address: 'https://atomone-rpc.kynraze.com:443',
|
|
160
|
+
provider: 'kynraze'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'https://atomone-rpc.stakerhouse.com',
|
|
164
|
+
provider: 'StakerHouse'
|
|
157
165
|
}
|
|
158
166
|
],
|
|
159
167
|
rest: [
|
|
@@ -248,6 +256,14 @@ const info = {
|
|
|
248
256
|
{
|
|
249
257
|
address: 'https://m-atomone-api.ruangnode.com:443',
|
|
250
258
|
provider: 'ruangnode'
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
address: 'https://atomone-api.kynraze.com:443',
|
|
262
|
+
provider: 'kynraze'
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
address: 'https://atomone-rest.stakerhouse.com',
|
|
266
|
+
provider: 'StakerHouse'
|
|
251
267
|
}
|
|
252
268
|
],
|
|
253
269
|
grpc: [
|
|
@@ -314,6 +330,10 @@ const info = {
|
|
|
314
330
|
{
|
|
315
331
|
address: 'm-atomone-grpc.ruangnode.com:12090',
|
|
316
332
|
provider: 'ruangnode'
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
address: 'atomone-grpc.kynraze.com:77',
|
|
336
|
+
provider: 'kynraze'
|
|
317
337
|
}
|
|
318
338
|
]
|
|
319
339
|
},
|
|
@@ -395,6 +415,18 @@ const info = {
|
|
|
395
415
|
url: 'https://explorer.ruangnode.com/atomone',
|
|
396
416
|
txPage: 'https://explorer.ruangnode.com/atomone/tx/${txHash}',
|
|
397
417
|
accountPage: 'https://explorer.ruangnode.com/atomone/account/${accountAddress}'
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
kind: 'Kynraze Explorer',
|
|
421
|
+
url: 'https://explorer.kynraze.com/atomone',
|
|
422
|
+
txPage: 'https://explorer.kynraze.com/atomone/tx/${txHash}',
|
|
423
|
+
accountPage: 'https://explorer.kynraze.com/atomone/account/${accountAddress}'
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
kind: 'Cosmotracker',
|
|
427
|
+
url: 'https://cosmotracker.com/atomone',
|
|
428
|
+
txPage: 'https://cosmotracker.com/atomone/tx/${txHash}',
|
|
429
|
+
accountPage: 'https://cosmotracker.com/atomone/account/${accountAddress}'
|
|
398
430
|
}
|
|
399
431
|
],
|
|
400
432
|
images: [{
|
|
@@ -231,10 +231,16 @@ const info = {
|
|
|
231
231
|
provider: 'Axelar'
|
|
232
232
|
}],
|
|
233
233
|
logoURIs: {
|
|
234
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
|
|
234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
235
236
|
},
|
|
236
237
|
images: [{
|
|
237
|
-
|
|
238
|
+
imageSync: {
|
|
239
|
+
chainName: 'ethereum',
|
|
240
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
241
|
+
},
|
|
242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
238
244
|
}],
|
|
239
245
|
typeAsset: 'sdk.coin'
|
|
240
246
|
},
|
|
@@ -42,7 +42,8 @@ const info = {
|
|
|
42
42
|
display: 'USDC',
|
|
43
43
|
symbol: 'USDC',
|
|
44
44
|
logoURIs: {
|
|
45
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
46
47
|
},
|
|
47
48
|
coingeckoId: 'usd-coin',
|
|
48
49
|
traces: [{
|
|
@@ -57,7 +58,18 @@ const info = {
|
|
|
57
58
|
path: 'transfer/channel-1/uusdc'
|
|
58
59
|
}
|
|
59
60
|
}],
|
|
60
|
-
typeAsset: 'ics20'
|
|
61
|
+
typeAsset: 'ics20',
|
|
62
|
+
images: [{
|
|
63
|
+
imageSync: {
|
|
64
|
+
chainName: 'noble',
|
|
65
|
+
baseDenom: 'uusdc'
|
|
66
|
+
},
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
circle: true
|
|
71
|
+
}
|
|
72
|
+
}]
|
|
61
73
|
},
|
|
62
74
|
{
|
|
63
75
|
denomUnits: [{
|
|
@@ -72,7 +84,8 @@ const info = {
|
|
|
72
84
|
display: 'AXL',
|
|
73
85
|
symbol: 'AXL',
|
|
74
86
|
logoURIs: {
|
|
75
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png'
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
76
89
|
},
|
|
77
90
|
coingeckoId: 'axelar',
|
|
78
91
|
traces: [{
|
|
@@ -87,7 +100,15 @@ const info = {
|
|
|
87
100
|
path: 'transfer/channel-2/uaxl'
|
|
88
101
|
}
|
|
89
102
|
}],
|
|
90
|
-
typeAsset: 'ics20'
|
|
103
|
+
typeAsset: 'ics20',
|
|
104
|
+
images: [{
|
|
105
|
+
imageSync: {
|
|
106
|
+
chainName: 'axelar',
|
|
107
|
+
baseDenom: 'uaxl'
|
|
108
|
+
},
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
111
|
+
}]
|
|
91
112
|
},
|
|
92
113
|
{
|
|
93
114
|
denomUnits: [{
|
|
@@ -116,7 +137,14 @@ const info = {
|
|
|
116
137
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
117
138
|
}
|
|
118
139
|
}],
|
|
119
|
-
typeAsset: 'ics20'
|
|
140
|
+
typeAsset: 'ics20',
|
|
141
|
+
images: [{
|
|
142
|
+
imageSync: {
|
|
143
|
+
chainName: 'cosmoshub',
|
|
144
|
+
baseDenom: 'ibc/6F8F0E9D472BF053261F2DEBE521801B703372777F3923B48DAE55D4F1212B5F'
|
|
145
|
+
},
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
147
|
+
}]
|
|
120
148
|
},
|
|
121
149
|
{
|
|
122
150
|
denomUnits: [{
|
|
@@ -145,7 +173,14 @@ const info = {
|
|
|
145
173
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
146
174
|
}
|
|
147
175
|
}],
|
|
148
|
-
typeAsset: 'ics20'
|
|
176
|
+
typeAsset: 'ics20',
|
|
177
|
+
images: [{
|
|
178
|
+
imageSync: {
|
|
179
|
+
chainName: 'cosmoshub',
|
|
180
|
+
baseDenom: 'ibc/286A30F7F093357CE113A2E3B9A2E497F7A691CAFC624ABC615DE147DCE9FD17'
|
|
181
|
+
},
|
|
182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
183
|
+
}]
|
|
149
184
|
},
|
|
150
185
|
{
|
|
151
186
|
denomUnits: [{
|
|
@@ -174,7 +209,14 @@ const info = {
|
|
|
174
209
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x9356f6d95b8e109f4b7ce3e49d672967d3b48383'
|
|
175
210
|
}
|
|
176
211
|
}],
|
|
177
|
-
typeAsset: 'ics20'
|
|
212
|
+
typeAsset: 'ics20',
|
|
213
|
+
images: [{
|
|
214
|
+
imageSync: {
|
|
215
|
+
chainName: 'cosmoshub',
|
|
216
|
+
baseDenom: 'ibc/AE65FB498AFB35CC06301BEE6EA8063DC41CE04D80A8D167258B73D7A863DA8D'
|
|
217
|
+
},
|
|
218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
219
|
+
}]
|
|
178
220
|
},
|
|
179
221
|
{
|
|
180
222
|
denomUnits: [{
|
|
@@ -203,7 +245,10 @@ const info = {
|
|
|
203
245
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
204
246
|
}
|
|
205
247
|
}],
|
|
206
|
-
typeAsset: 'ics20'
|
|
248
|
+
typeAsset: 'ics20',
|
|
249
|
+
images: [{
|
|
250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.png'
|
|
251
|
+
}]
|
|
207
252
|
},
|
|
208
253
|
{
|
|
209
254
|
denomUnits: [{
|
|
@@ -232,7 +277,10 @@ const info = {
|
|
|
232
277
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
233
278
|
}
|
|
234
279
|
}],
|
|
235
|
-
typeAsset: 'ics20'
|
|
280
|
+
typeAsset: 'ics20',
|
|
281
|
+
images: [{
|
|
282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
|
|
283
|
+
}]
|
|
236
284
|
},
|
|
237
285
|
{
|
|
238
286
|
denomUnits: [{
|
|
@@ -261,7 +309,10 @@ const info = {
|
|
|
261
309
|
path: 'transfer/channel-0/transfer/channel-1340/uclbtc'
|
|
262
310
|
}
|
|
263
311
|
}],
|
|
264
|
-
typeAsset: 'ics20'
|
|
312
|
+
typeAsset: 'ics20',
|
|
313
|
+
images: [{
|
|
314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/LBTC.svg'
|
|
315
|
+
}]
|
|
265
316
|
},
|
|
266
317
|
{
|
|
267
318
|
denomUnits: [{
|
|
@@ -290,7 +341,14 @@ const info = {
|
|
|
290
341
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
291
342
|
}
|
|
292
343
|
}],
|
|
293
|
-
typeAsset: 'ics20'
|
|
344
|
+
typeAsset: 'ics20',
|
|
345
|
+
images: [{
|
|
346
|
+
imageSync: {
|
|
347
|
+
chainName: 'cosmoshub',
|
|
348
|
+
baseDenom: 'ibc/9DA8B22BC0E6D76C2D621EF008168BC163B09A517697B14B68DE75382043152E'
|
|
349
|
+
},
|
|
350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
351
|
+
}]
|
|
294
352
|
},
|
|
295
353
|
{
|
|
296
354
|
denomUnits: [{
|
|
@@ -319,7 +377,10 @@ const info = {
|
|
|
319
377
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
320
378
|
}
|
|
321
379
|
}],
|
|
322
|
-
typeAsset: 'ics20'
|
|
380
|
+
typeAsset: 'ics20',
|
|
381
|
+
images: [{
|
|
382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/SolvBTC.png'
|
|
383
|
+
}]
|
|
323
384
|
},
|
|
324
385
|
{
|
|
325
386
|
denomUnits: [{
|
|
@@ -348,7 +409,14 @@ const info = {
|
|
|
348
409
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0xd9d920aa40f578ab794426f5c90f6c731d159def'
|
|
349
410
|
}
|
|
350
411
|
}],
|
|
351
|
-
typeAsset: 'ics20'
|
|
412
|
+
typeAsset: 'ics20',
|
|
413
|
+
images: [{
|
|
414
|
+
imageSync: {
|
|
415
|
+
chainName: 'cosmoshub',
|
|
416
|
+
baseDenom: 'ibc/486D45458E018B59D1F23ADD116D21A881D8DA3BC348B9E0E22354CA031C977E'
|
|
417
|
+
},
|
|
418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
419
|
+
}]
|
|
352
420
|
},
|
|
353
421
|
{
|
|
354
422
|
denomUnits: [{
|
|
@@ -363,6 +431,7 @@ const info = {
|
|
|
363
431
|
display: 'WBTC',
|
|
364
432
|
symbol: 'WBTC',
|
|
365
433
|
logoURIs: {
|
|
434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
366
435
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
367
436
|
},
|
|
368
437
|
traces: [{
|
|
@@ -377,7 +446,15 @@ const info = {
|
|
|
377
446
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
378
447
|
}
|
|
379
448
|
}],
|
|
380
|
-
typeAsset: 'ics20'
|
|
449
|
+
typeAsset: 'ics20',
|
|
450
|
+
images: [{
|
|
451
|
+
imageSync: {
|
|
452
|
+
chainName: 'cosmoshub',
|
|
453
|
+
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
|
|
454
|
+
},
|
|
455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
456
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
457
|
+
}]
|
|
381
458
|
},
|
|
382
459
|
{
|
|
383
460
|
denomUnits: [{
|
|
@@ -403,7 +480,14 @@ const info = {
|
|
|
403
480
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a'
|
|
404
481
|
}
|
|
405
482
|
}],
|
|
406
|
-
typeAsset: 'ics20'
|
|
483
|
+
typeAsset: 'ics20',
|
|
484
|
+
images: [{
|
|
485
|
+
imageSync: {
|
|
486
|
+
chainName: 'cosmoshub',
|
|
487
|
+
baseDenom: 'ibc/9CB24EF57DF00EFFCE3B52FC1225EDEDF98B31DB8C792B43C7E3D4AD9B3982CF'
|
|
488
|
+
},
|
|
489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
490
|
+
}]
|
|
407
491
|
},
|
|
408
492
|
{
|
|
409
493
|
description: 'Liquid staking token from Cube by SatLayer',
|
|
@@ -501,6 +585,9 @@ const info = {
|
|
|
501
585
|
channelId: '3',
|
|
502
586
|
path: '0'
|
|
503
587
|
}
|
|
588
|
+
}],
|
|
589
|
+
images: [{
|
|
590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
504
591
|
}]
|
|
505
592
|
},
|
|
506
593
|
{
|
|
@@ -517,6 +604,7 @@ const info = {
|
|
|
517
604
|
display: 'LBTC',
|
|
518
605
|
symbol: 'LBTC',
|
|
519
606
|
logoURIs: {
|
|
607
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
520
608
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
521
609
|
},
|
|
522
610
|
typeAsset: 'cw20',
|
|
@@ -532,6 +620,17 @@ const info = {
|
|
|
532
620
|
channelId: '3',
|
|
533
621
|
path: '0'
|
|
534
622
|
}
|
|
623
|
+
}],
|
|
624
|
+
images: [{
|
|
625
|
+
imageSync: {
|
|
626
|
+
chainName: 'ethereum',
|
|
627
|
+
baseDenom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
628
|
+
},
|
|
629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
631
|
+
theme: {
|
|
632
|
+
circle: true
|
|
633
|
+
}
|
|
535
634
|
}]
|
|
536
635
|
},
|
|
537
636
|
{
|
|
@@ -548,6 +647,7 @@ const info = {
|
|
|
548
647
|
display: 'SolvBTC',
|
|
549
648
|
symbol: 'SolvBTC',
|
|
550
649
|
logoURIs: {
|
|
650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
551
651
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
552
652
|
},
|
|
553
653
|
typeAsset: 'cw20',
|
|
@@ -563,6 +663,14 @@ const info = {
|
|
|
563
663
|
channelId: '3',
|
|
564
664
|
path: '0'
|
|
565
665
|
}
|
|
666
|
+
}],
|
|
667
|
+
images: [{
|
|
668
|
+
imageSync: {
|
|
669
|
+
chainName: 'ethereum',
|
|
670
|
+
baseDenom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
671
|
+
},
|
|
672
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
673
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
566
674
|
}]
|
|
567
675
|
},
|
|
568
676
|
{
|
|
@@ -594,6 +702,13 @@ const info = {
|
|
|
594
702
|
channelId: '3',
|
|
595
703
|
path: '0'
|
|
596
704
|
}
|
|
705
|
+
}],
|
|
706
|
+
images: [{
|
|
707
|
+
imageSync: {
|
|
708
|
+
chainName: 'ethereum',
|
|
709
|
+
baseDenom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
710
|
+
},
|
|
711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
597
712
|
}]
|
|
598
713
|
},
|
|
599
714
|
{
|
|
@@ -625,6 +740,13 @@ const info = {
|
|
|
625
740
|
channelId: '3',
|
|
626
741
|
path: '0'
|
|
627
742
|
}
|
|
743
|
+
}],
|
|
744
|
+
images: [{
|
|
745
|
+
imageSync: {
|
|
746
|
+
chainName: 'ethereum',
|
|
747
|
+
baseDenom: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
748
|
+
},
|
|
749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
628
750
|
}]
|
|
629
751
|
},
|
|
630
752
|
{
|
|
@@ -656,6 +778,9 @@ const info = {
|
|
|
656
778
|
channelId: '3',
|
|
657
779
|
path: '0'
|
|
658
780
|
}
|
|
781
|
+
}],
|
|
782
|
+
images: [{
|
|
783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
|
|
659
784
|
}]
|
|
660
785
|
},
|
|
661
786
|
{
|
|
@@ -687,6 +812,13 @@ const info = {
|
|
|
687
812
|
channelId: '3',
|
|
688
813
|
path: '0'
|
|
689
814
|
}
|
|
815
|
+
}],
|
|
816
|
+
images: [{
|
|
817
|
+
imageSync: {
|
|
818
|
+
chainName: 'ethereum',
|
|
819
|
+
baseDenom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
820
|
+
},
|
|
821
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
690
822
|
}]
|
|
691
823
|
},
|
|
692
824
|
{
|
|
@@ -718,6 +850,13 @@ const info = {
|
|
|
718
850
|
channelId: '3',
|
|
719
851
|
path: '0'
|
|
720
852
|
}
|
|
853
|
+
}],
|
|
854
|
+
images: [{
|
|
855
|
+
imageSync: {
|
|
856
|
+
chainName: 'ethereum',
|
|
857
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
858
|
+
},
|
|
859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
721
860
|
}]
|
|
722
861
|
},
|
|
723
862
|
{
|
|
@@ -749,6 +888,13 @@ const info = {
|
|
|
749
888
|
channelId: '3',
|
|
750
889
|
path: '0'
|
|
751
890
|
}
|
|
891
|
+
}],
|
|
892
|
+
images: [{
|
|
893
|
+
imageSync: {
|
|
894
|
+
chainName: 'ethereum',
|
|
895
|
+
baseDenom: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e'
|
|
896
|
+
},
|
|
897
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
752
898
|
}]
|
|
753
899
|
},
|
|
754
900
|
{
|
|
@@ -780,6 +926,9 @@ const info = {
|
|
|
780
926
|
channelId: '3',
|
|
781
927
|
path: '0'
|
|
782
928
|
}
|
|
929
|
+
}],
|
|
930
|
+
images: [{
|
|
931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
783
932
|
}]
|
|
784
933
|
},
|
|
785
934
|
{
|
|
@@ -796,6 +945,7 @@ const info = {
|
|
|
796
945
|
display: 'satLBTC.e',
|
|
797
946
|
symbol: 'satLBTC.e',
|
|
798
947
|
logoURIs: {
|
|
948
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
799
949
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
800
950
|
},
|
|
801
951
|
typeAsset: 'cw20',
|
|
@@ -811,6 +961,17 @@ const info = {
|
|
|
811
961
|
channelId: '3',
|
|
812
962
|
path: '0'
|
|
813
963
|
}
|
|
964
|
+
}],
|
|
965
|
+
images: [{
|
|
966
|
+
imageSync: {
|
|
967
|
+
chainName: 'ethereum',
|
|
968
|
+
baseDenom: '0x067e11Ac5471C853aea205B3C1933a5f6367152F'
|
|
969
|
+
},
|
|
970
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
971
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
972
|
+
theme: {
|
|
973
|
+
circle: true
|
|
974
|
+
}
|
|
814
975
|
}]
|
|
815
976
|
},
|
|
816
977
|
{
|
|
@@ -842,6 +1003,13 @@ const info = {
|
|
|
842
1003
|
channelId: '3',
|
|
843
1004
|
path: '0'
|
|
844
1005
|
}
|
|
1006
|
+
}],
|
|
1007
|
+
images: [{
|
|
1008
|
+
imageSync: {
|
|
1009
|
+
chainName: 'ethereum',
|
|
1010
|
+
baseDenom: '0xe2C6755C10d0B61D8B11Dd2851AE8266Cea912DC'
|
|
1011
|
+
},
|
|
1012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
845
1013
|
}]
|
|
846
1014
|
},
|
|
847
1015
|
{
|
|
@@ -858,6 +1026,7 @@ const info = {
|
|
|
858
1026
|
display: 'satWBTC.e',
|
|
859
1027
|
symbol: 'satWBTC.e',
|
|
860
1028
|
logoURIs: {
|
|
1029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
861
1030
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
862
1031
|
},
|
|
863
1032
|
typeAsset: 'cw20',
|
|
@@ -873,6 +1042,14 @@ const info = {
|
|
|
873
1042
|
channelId: '3',
|
|
874
1043
|
path: '0'
|
|
875
1044
|
}
|
|
1045
|
+
}],
|
|
1046
|
+
images: [{
|
|
1047
|
+
imageSync: {
|
|
1048
|
+
chainName: 'ethereum',
|
|
1049
|
+
baseDenom: '0x69223B5B36a785Ec08e5f685fd7961399982C566'
|
|
1050
|
+
},
|
|
1051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
876
1053
|
}]
|
|
877
1054
|
},
|
|
878
1055
|
{
|
|
@@ -904,6 +1081,13 @@ const info = {
|
|
|
904
1081
|
channelId: '3',
|
|
905
1082
|
path: '0'
|
|
906
1083
|
}
|
|
1084
|
+
}],
|
|
1085
|
+
images: [{
|
|
1086
|
+
imageSync: {
|
|
1087
|
+
chainName: 'ethereum',
|
|
1088
|
+
baseDenom: '0x0c4dd69705D16d91bC9C0534Cc926966f23430c7'
|
|
1089
|
+
},
|
|
1090
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
907
1091
|
}]
|
|
908
1092
|
},
|
|
909
1093
|
{
|
|
@@ -935,6 +1119,13 @@ const info = {
|
|
|
935
1119
|
channelId: '3',
|
|
936
1120
|
path: '0'
|
|
937
1121
|
}
|
|
1122
|
+
}],
|
|
1123
|
+
images: [{
|
|
1124
|
+
imageSync: {
|
|
1125
|
+
chainName: 'ethereum',
|
|
1126
|
+
baseDenom: '0xFF2858Cc8227aA45a51c8961598Edc2d44B5ee5b'
|
|
1127
|
+
},
|
|
1128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
938
1129
|
}]
|
|
939
1130
|
},
|
|
940
1131
|
{
|
|
@@ -966,6 +1157,13 @@ const info = {
|
|
|
966
1157
|
channelId: '5',
|
|
967
1158
|
path: '0'
|
|
968
1159
|
}
|
|
1160
|
+
}],
|
|
1161
|
+
images: [{
|
|
1162
|
+
imageSync: {
|
|
1163
|
+
chainName: 'binancesmartchain',
|
|
1164
|
+
baseDenom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc'
|
|
1165
|
+
},
|
|
1166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
969
1167
|
}]
|
|
970
1168
|
},
|
|
971
1169
|
{
|
|
@@ -1006,6 +1204,10 @@ const info = {
|
|
|
1006
1204
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg'
|
|
1007
1205
|
},
|
|
1008
1206
|
images: [{
|
|
1207
|
+
imageSync: {
|
|
1208
|
+
chainName: 'milkyway',
|
|
1209
|
+
baseDenom: 'factory/milk1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3ssgcye4/umilkBBN'
|
|
1210
|
+
},
|
|
1009
1211
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.png',
|
|
1010
1212
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg'
|
|
1011
1213
|
}]
|
|
@@ -234,6 +234,10 @@ const info = {
|
|
|
234
234
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
235
235
|
},
|
|
236
236
|
images: [{
|
|
237
|
+
imageSync: {
|
|
238
|
+
chainName: 'osmosis',
|
|
239
|
+
baseDenom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
|
|
240
|
+
},
|
|
237
241
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
238
242
|
}],
|
|
239
243
|
keywords: ['meme'],
|
|
@@ -354,6 +358,10 @@ const info = {
|
|
|
354
358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
355
359
|
},
|
|
356
360
|
images: [{
|
|
361
|
+
imageSync: {
|
|
362
|
+
chainName: 'osmosis',
|
|
363
|
+
baseDenom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa'
|
|
364
|
+
},
|
|
357
365
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
358
366
|
}],
|
|
359
367
|
keywords: ['meme'],
|
|
@@ -44,6 +44,9 @@ const info = {
|
|
|
44
44
|
}],
|
|
45
45
|
logoURIs: {
|
|
46
46
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
47
|
-
}
|
|
47
|
+
},
|
|
48
|
+
images: [{
|
|
49
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
50
|
+
}]
|
|
48
51
|
};
|
|
49
52
|
export default info;
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -212,6 +212,7 @@ import * as _xpla from './xpla';
|
|
|
212
212
|
import * as _xrplevm from './xrplevm';
|
|
213
213
|
import * as _zenrock from './zenrock';
|
|
214
214
|
import * as _zetachain from './zetachain';
|
|
215
|
+
import * as _zigchain from './zigchain';
|
|
215
216
|
const chains = [
|
|
216
217
|
_ethereum.chain,
|
|
217
218
|
_namada.chain,
|
|
@@ -426,6 +427,7 @@ const chains = [
|
|
|
426
427
|
_xpla.chain,
|
|
427
428
|
_xrplevm.chain,
|
|
428
429
|
_zenrock.chain,
|
|
429
|
-
_zetachain.chain
|
|
430
|
+
_zetachain.chain,
|
|
431
|
+
_zigchain.chain
|
|
430
432
|
];
|
|
431
433
|
export default chains;
|
|
@@ -153,6 +153,11 @@ const info = {
|
|
|
153
153
|
imageSync: {
|
|
154
154
|
chainName: 'picasso',
|
|
155
155
|
baseDenom: '130'
|
|
156
|
+
},
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
159
|
+
theme: {
|
|
160
|
+
circle: true
|
|
156
161
|
}
|
|
157
162
|
}]
|
|
158
163
|
},
|