chain-registry 1.69.382 → 1.69.383
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/axelar/assets.js +1 -2
- package/esm/mainnet/cnhostables/chain.js +1 -1
- package/esm/mainnet/int3face/assets.js +29 -0
- package/esm/mainnet/osmosis/assets.js +38 -0
- package/esm/mainnet/zigchain/assets.js +9 -2
- package/esm/noncosmos/assets.js +4 -0
- package/esm/noncosmos/named.js +2 -0
- package/esm/noncosmos/zcash/assets.js +32 -0
- package/esm/noncosmos/zcash/index.js +2 -0
- package/esm/noncosmos/zcashtestnet/assets.js +36 -0
- package/esm/noncosmos/zcashtestnet/index.js +2 -0
- package/esm/testnet/daodiseotestnet/chain.js +1 -1
- package/esm/testnet/int3facetestnet/assets.js +29 -0
- package/esm/testnet/osmosistestnet/assets.js +47 -0
- package/esm/testnet/permtestnet/chain.js +1 -1
- package/esm/testnet/wavehashtestnet/chain.js +1 -1
- package/esm/testnet/zigchaintestnet/assets.js +32 -6
- package/esm/testnet/zigchaintestnet/chain.js +4 -4
- package/mainnet/axelar/assets.js +1 -2
- package/mainnet/cnhostables/chain.js +1 -1
- package/mainnet/int3face/assets.js +29 -0
- package/mainnet/osmosis/assets.js +38 -0
- package/mainnet/zigchain/assets.js +9 -2
- package/noncosmos/assets.js +4 -0
- package/noncosmos/named.d.ts +2 -0
- package/noncosmos/named.js +3 -1
- package/noncosmos/zcash/assets.d.ts +3 -0
- package/noncosmos/zcash/assets.js +34 -0
- package/noncosmos/zcash/index.d.ts +1 -0
- package/noncosmos/zcash/index.js +8 -0
- package/noncosmos/zcashtestnet/assets.d.ts +3 -0
- package/noncosmos/zcashtestnet/assets.js +38 -0
- package/noncosmos/zcashtestnet/index.d.ts +1 -0
- package/noncosmos/zcashtestnet/index.js +8 -0
- package/package.json +3 -3
- package/testnet/daodiseotestnet/chain.js +1 -1
- package/testnet/int3facetestnet/assets.js +29 -0
- package/testnet/osmosistestnet/assets.js +47 -0
- package/testnet/permtestnet/chain.js +1 -1
- package/testnet/wavehashtestnet/chain.js +1 -1
- package/testnet/zigchaintestnet/assets.js +32 -6
- package/testnet/zigchaintestnet/chain.js +4 -4
|
@@ -1682,8 +1682,7 @@ const info = {
|
|
|
1682
1682
|
logo_URIs: {
|
|
1683
1683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1684
1684
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1685
|
-
}
|
|
1686
|
-
coingecko_id: 'zignaly'
|
|
1685
|
+
}
|
|
1687
1686
|
}
|
|
1688
1687
|
]
|
|
1689
1688
|
};
|
|
@@ -306,6 +306,35 @@ const info = {
|
|
|
306
306
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png'
|
|
307
307
|
}],
|
|
308
308
|
type_asset: 'sdk.coin'
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
description: 'Zcash on Int3face',
|
|
312
|
+
denom_units: [{
|
|
313
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
314
|
+
exponent: 0
|
|
315
|
+
}, {
|
|
316
|
+
denom: 'zec',
|
|
317
|
+
exponent: 8
|
|
318
|
+
}],
|
|
319
|
+
base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
320
|
+
name: 'Zcash',
|
|
321
|
+
display: 'zec',
|
|
322
|
+
symbol: 'ZEC',
|
|
323
|
+
traces: [{
|
|
324
|
+
type: 'bridge',
|
|
325
|
+
counterparty: {
|
|
326
|
+
chain_name: 'zcash',
|
|
327
|
+
base_denom: 'zatoshi'
|
|
328
|
+
},
|
|
329
|
+
provider: 'Int3face'
|
|
330
|
+
}],
|
|
331
|
+
logo_URIs: {
|
|
332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
333
|
+
},
|
|
334
|
+
images: [{
|
|
335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
336
|
+
}],
|
|
337
|
+
type_asset: 'sdk.coin'
|
|
309
338
|
}
|
|
310
339
|
]
|
|
311
340
|
};
|
|
@@ -17362,6 +17362,44 @@ const info = {
|
|
|
17362
17362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
17363
17363
|
}]
|
|
17364
17364
|
},
|
|
17365
|
+
{
|
|
17366
|
+
description: 'Native ZEC from Zcash blockchain bridged via Int3face bridge',
|
|
17367
|
+
denom_units: [{
|
|
17368
|
+
denom: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17369
|
+
exponent: 0,
|
|
17370
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
17371
|
+
}, {
|
|
17372
|
+
denom: 'zec',
|
|
17373
|
+
exponent: 8
|
|
17374
|
+
}],
|
|
17375
|
+
type_asset: 'ics20',
|
|
17376
|
+
base: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17377
|
+
name: 'Zcash',
|
|
17378
|
+
display: 'zec',
|
|
17379
|
+
symbol: 'ZEC',
|
|
17380
|
+
traces: [{
|
|
17381
|
+
type: 'ibc',
|
|
17382
|
+
counterparty: {
|
|
17383
|
+
chain_name: 'int3face',
|
|
17384
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
17385
|
+
channel_id: 'channel-0'
|
|
17386
|
+
},
|
|
17387
|
+
chain: {
|
|
17388
|
+
channel_id: 'channel-82819',
|
|
17389
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
17390
|
+
}
|
|
17391
|
+
}],
|
|
17392
|
+
logo_URIs: {
|
|
17393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
17394
|
+
},
|
|
17395
|
+
images: [{
|
|
17396
|
+
image_sync: {
|
|
17397
|
+
chain_name: 'int3face',
|
|
17398
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
17399
|
+
},
|
|
17400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
17401
|
+
}]
|
|
17402
|
+
},
|
|
17365
17403
|
{
|
|
17366
17404
|
description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
|
|
17367
17405
|
denom_units: [{
|
|
@@ -26,6 +26,14 @@ const info = {
|
|
|
26
26
|
name: 'ZIG',
|
|
27
27
|
display: 'zig',
|
|
28
28
|
symbol: 'ZIG',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'additional-mintage',
|
|
31
|
+
counterparty: {
|
|
32
|
+
chain_name: 'ethereum',
|
|
33
|
+
base_denom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
34
|
+
},
|
|
35
|
+
provider: 'ZIGChain'
|
|
36
|
+
}],
|
|
29
37
|
coingecko_id: 'zignaly',
|
|
30
38
|
keywords: [
|
|
31
39
|
'zigchain',
|
|
@@ -219,8 +227,7 @@ const info = {
|
|
|
219
227
|
},
|
|
220
228
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
221
229
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
222
|
-
}]
|
|
223
|
-
coingecko_id: 'zignaly'
|
|
230
|
+
}]
|
|
224
231
|
}
|
|
225
232
|
]
|
|
226
233
|
};
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -27,6 +27,7 @@ import * as _stellar from './stellar';
|
|
|
27
27
|
import * as _sui from './sui';
|
|
28
28
|
import * as _tinkernet from './tinkernet';
|
|
29
29
|
import * as _xrpl from './xrpl';
|
|
30
|
+
import * as _zcash from './zcash';
|
|
30
31
|
import * as _zilliqa from './zilliqa';
|
|
31
32
|
import * as _berachain from './berachain';
|
|
32
33
|
import * as _hall from './hall';
|
|
@@ -44,6 +45,7 @@ import * as _polygontestnet from './polygontestnet';
|
|
|
44
45
|
import * as _solanatestnet from './solanatestnet';
|
|
45
46
|
import * as _tontestnet from './tontestnet';
|
|
46
47
|
import * as _xrpltestnet from './xrpltestnet';
|
|
48
|
+
import * as _zcashtestnet from './zcashtestnet';
|
|
47
49
|
import * as _ojotestnet from './ojotestnet';
|
|
48
50
|
import * as _tsc from './tsc';
|
|
49
51
|
const assets = [
|
|
@@ -76,6 +78,7 @@ const assets = [
|
|
|
76
78
|
_sui.assets,
|
|
77
79
|
_tinkernet.assets,
|
|
78
80
|
_xrpl.assets,
|
|
81
|
+
_zcash.assets,
|
|
79
82
|
_zilliqa.assets,
|
|
80
83
|
_berachain.assets,
|
|
81
84
|
_hall.assets,
|
|
@@ -93,6 +96,7 @@ const assets = [
|
|
|
93
96
|
_solanatestnet.assets,
|
|
94
97
|
_tontestnet.assets,
|
|
95
98
|
_xrpltestnet.assets,
|
|
99
|
+
_zcashtestnet.assets,
|
|
96
100
|
_ojotestnet.assets,
|
|
97
101
|
_tsc.assets
|
|
98
102
|
];
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -27,6 +27,7 @@ export * as stellar from './stellar';
|
|
|
27
27
|
export * as sui from './sui';
|
|
28
28
|
export * as tinkernet from './tinkernet';
|
|
29
29
|
export * as xrpl from './xrpl';
|
|
30
|
+
export * as zcash from './zcash';
|
|
30
31
|
export * as zilliqa from './zilliqa';
|
|
31
32
|
export * as berachain from './berachain';
|
|
32
33
|
export * as hall from './hall';
|
|
@@ -44,5 +45,6 @@ export * as polygontestnet from './polygontestnet';
|
|
|
44
45
|
export * as solanatestnet from './solanatestnet';
|
|
45
46
|
export * as tontestnet from './tontestnet';
|
|
46
47
|
export * as xrpltestnet from './xrpltestnet';
|
|
48
|
+
export * as zcashtestnet from './zcashtestnet';
|
|
47
49
|
export * as ojotestnet from './ojotestnet';
|
|
48
50
|
export * as tsc from './tsc';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'zcash',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Zcash is a privacy-focused cryptocurrency that uses advanced cryptography to provide enhanced transaction privacy.',
|
|
6
|
+
extended_description: 'Zcash (ZEC) is a decentralized cryptocurrency focused on privacy and selective transparency of transactions. It uses zero-knowledge proofs (zk-SNARKs) to enable users to transact privately while maintaining a secure blockchain. Zcash offers users the choice between transparent transactions (similar to Bitcoin) and shielded transactions that hide sender, receiver, and amount information.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'zatoshi',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'zec',
|
|
12
|
+
exponent: 8
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'bitcoin-like',
|
|
15
|
+
base: 'zatoshi',
|
|
16
|
+
name: 'Zcash',
|
|
17
|
+
display: 'zec',
|
|
18
|
+
symbol: 'ZEC',
|
|
19
|
+
coingecko_id: 'zcash',
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
22
|
+
theme: {
|
|
23
|
+
circle: true
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
socials: {
|
|
27
|
+
website: 'https://z.cash/',
|
|
28
|
+
twitter: 'https://x.com/zcash'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
};
|
|
32
|
+
export default info;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'zcashtestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of Zcash.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'zatoshi',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'zec',
|
|
11
|
+
exponent: 8
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'bitcoin-like',
|
|
14
|
+
base: 'zatoshi',
|
|
15
|
+
name: 'Zcash',
|
|
16
|
+
display: 'zec',
|
|
17
|
+
symbol: 'ZEC',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chain_name: 'zcash',
|
|
22
|
+
base_denom: 'zatoshi'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Zcash'
|
|
25
|
+
}],
|
|
26
|
+
images: [{
|
|
27
|
+
image_sync: {
|
|
28
|
+
chain_name: 'zcash',
|
|
29
|
+
base_denom: 'zatoshi'
|
|
30
|
+
},
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
32
|
+
}],
|
|
33
|
+
coingecko_id: 'zcash'
|
|
34
|
+
}]
|
|
35
|
+
};
|
|
36
|
+
export default info;
|
|
@@ -243,6 +243,35 @@ const info = {
|
|
|
243
243
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
|
|
244
244
|
}],
|
|
245
245
|
type_asset: 'sdk.coin'
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
description: 'Testnet Zcash on Int3face',
|
|
249
|
+
denom_units: [{
|
|
250
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
251
|
+
exponent: 0
|
|
252
|
+
}, {
|
|
253
|
+
denom: 'zec',
|
|
254
|
+
exponent: 8
|
|
255
|
+
}],
|
|
256
|
+
base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
257
|
+
name: 'Testnet Zcash',
|
|
258
|
+
display: 'zec',
|
|
259
|
+
symbol: 'ZEC',
|
|
260
|
+
traces: [{
|
|
261
|
+
type: 'bridge',
|
|
262
|
+
counterparty: {
|
|
263
|
+
chain_name: 'zcashtestnet',
|
|
264
|
+
base_denom: 'zatoshi'
|
|
265
|
+
},
|
|
266
|
+
provider: 'Int3face'
|
|
267
|
+
}],
|
|
268
|
+
logo_URIs: {
|
|
269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
270
|
+
},
|
|
271
|
+
images: [{
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
273
|
+
}],
|
|
274
|
+
type_asset: 'sdk.coin'
|
|
246
275
|
}
|
|
247
276
|
]
|
|
248
277
|
};
|
|
@@ -1529,6 +1529,53 @@ const info = {
|
|
|
1529
1529
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
1530
1530
|
}]
|
|
1531
1531
|
},
|
|
1532
|
+
{
|
|
1533
|
+
description: 'Testnet ZEC from Zcash bridged via Int3face bridge',
|
|
1534
|
+
denom_units: [{
|
|
1535
|
+
denom: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
|
|
1536
|
+
exponent: 0,
|
|
1537
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
1538
|
+
}, {
|
|
1539
|
+
denom: 'zec',
|
|
1540
|
+
exponent: 8
|
|
1541
|
+
}],
|
|
1542
|
+
type_asset: 'ics20',
|
|
1543
|
+
base: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
|
|
1544
|
+
name: 'Testnet Zcash (Int3)',
|
|
1545
|
+
display: 'zec',
|
|
1546
|
+
symbol: 'ZEC.int3',
|
|
1547
|
+
traces: [{
|
|
1548
|
+
type: 'bridge',
|
|
1549
|
+
counterparty: {
|
|
1550
|
+
chain_name: 'zcashtestnet',
|
|
1551
|
+
base_denom: 'zatoshi'
|
|
1552
|
+
},
|
|
1553
|
+
provider: 'Int3face'
|
|
1554
|
+
}, {
|
|
1555
|
+
type: 'ibc',
|
|
1556
|
+
counterparty: {
|
|
1557
|
+
chain_name: 'int3facetestnet',
|
|
1558
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
1559
|
+
channel_id: 'channel-1'
|
|
1560
|
+
},
|
|
1561
|
+
chain: {
|
|
1562
|
+
channel_id: 'channel-9755',
|
|
1563
|
+
path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
1564
|
+
}
|
|
1565
|
+
}],
|
|
1566
|
+
logo_URIs: {
|
|
1567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
1568
|
+
},
|
|
1569
|
+
images: [{
|
|
1570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
1571
|
+
}, {
|
|
1572
|
+
image_sync: {
|
|
1573
|
+
chain_name: 'int3facetestnet',
|
|
1574
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
1575
|
+
},
|
|
1576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
1577
|
+
}]
|
|
1578
|
+
},
|
|
1532
1579
|
{
|
|
1533
1580
|
description: 'Testnet TON coin bridged via Int3face bridge',
|
|
1534
1581
|
denom_units: [{
|
|
@@ -24,6 +24,14 @@ const info = {
|
|
|
24
24
|
name: 'ZIG',
|
|
25
25
|
display: 'zig',
|
|
26
26
|
symbol: 'ZIG',
|
|
27
|
+
traces: [{
|
|
28
|
+
type: 'test-mintage',
|
|
29
|
+
counterparty: {
|
|
30
|
+
chain_name: 'zigchain',
|
|
31
|
+
base_denom: 'uzig'
|
|
32
|
+
},
|
|
33
|
+
provider: 'ZIGChain'
|
|
34
|
+
}],
|
|
27
35
|
coingecko_id: 'zignaly',
|
|
28
36
|
keywords: [
|
|
29
37
|
'zigchain',
|
|
@@ -34,12 +42,16 @@ const info = {
|
|
|
34
42
|
'defi'
|
|
35
43
|
],
|
|
36
44
|
logo_URIs: {
|
|
37
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
38
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
39
47
|
},
|
|
40
48
|
images: [{
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
image_sync: {
|
|
50
|
+
chain_name: 'zigchain',
|
|
51
|
+
base_denom: 'uzig'
|
|
52
|
+
},
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
43
55
|
}],
|
|
44
56
|
type_asset: 'sdk.coin',
|
|
45
57
|
socials: {
|
|
@@ -63,11 +75,25 @@ const info = {
|
|
|
63
75
|
name: 'Staked Zig',
|
|
64
76
|
display: 'stzig',
|
|
65
77
|
symbol: 'STZIG',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'test-mintage',
|
|
80
|
+
counterparty: {
|
|
81
|
+
chain_name: 'zigchain',
|
|
82
|
+
base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
83
|
+
},
|
|
84
|
+
provider: 'ZIGChain'
|
|
85
|
+
}],
|
|
66
86
|
logo_URIs: {
|
|
67
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
68
89
|
},
|
|
69
90
|
images: [{
|
|
70
|
-
|
|
91
|
+
image_sync: {
|
|
92
|
+
chain_name: 'zigchain',
|
|
93
|
+
base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
94
|
+
},
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
71
97
|
}],
|
|
72
98
|
type_asset: 'sdk.coin',
|
|
73
99
|
socials: {
|
|
@@ -11,8 +11,8 @@ const info = {
|
|
|
11
11
|
daemon_name: 'zigchaind',
|
|
12
12
|
node_home: '$HOME/.zigchain',
|
|
13
13
|
logo_URIs: {
|
|
14
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
14
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
15
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
16
16
|
},
|
|
17
17
|
key_algos: ['secp256k1'],
|
|
18
18
|
slip44: 118,
|
|
@@ -107,8 +107,8 @@ const info = {
|
|
|
107
107
|
chain_name: 'zigchaintestnet',
|
|
108
108
|
base_denom: 'uzig'
|
|
109
109
|
},
|
|
110
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
111
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
112
112
|
}]
|
|
113
113
|
};
|
|
114
114
|
export default info;
|
package/mainnet/axelar/assets.js
CHANGED
|
@@ -1684,8 +1684,7 @@ const info = {
|
|
|
1684
1684
|
logo_URIs: {
|
|
1685
1685
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
1686
1686
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
1687
|
-
}
|
|
1688
|
-
coingecko_id: 'zignaly'
|
|
1687
|
+
}
|
|
1689
1688
|
}
|
|
1690
1689
|
]
|
|
1691
1690
|
};
|
|
@@ -308,6 +308,35 @@ const info = {
|
|
|
308
308
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png'
|
|
309
309
|
}],
|
|
310
310
|
type_asset: 'sdk.coin'
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
description: 'Zcash on Int3face',
|
|
314
|
+
denom_units: [{
|
|
315
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
316
|
+
exponent: 0
|
|
317
|
+
}, {
|
|
318
|
+
denom: 'zec',
|
|
319
|
+
exponent: 8
|
|
320
|
+
}],
|
|
321
|
+
base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
322
|
+
name: 'Zcash',
|
|
323
|
+
display: 'zec',
|
|
324
|
+
symbol: 'ZEC',
|
|
325
|
+
traces: [{
|
|
326
|
+
type: 'bridge',
|
|
327
|
+
counterparty: {
|
|
328
|
+
chain_name: 'zcash',
|
|
329
|
+
base_denom: 'zatoshi'
|
|
330
|
+
},
|
|
331
|
+
provider: 'Int3face'
|
|
332
|
+
}],
|
|
333
|
+
logo_URIs: {
|
|
334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
335
|
+
},
|
|
336
|
+
images: [{
|
|
337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
338
|
+
}],
|
|
339
|
+
type_asset: 'sdk.coin'
|
|
311
340
|
}
|
|
312
341
|
]
|
|
313
342
|
};
|
|
@@ -17364,6 +17364,44 @@ const info = {
|
|
|
17364
17364
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
17365
17365
|
}]
|
|
17366
17366
|
},
|
|
17367
|
+
{
|
|
17368
|
+
description: 'Native ZEC from Zcash blockchain bridged via Int3face bridge',
|
|
17369
|
+
denom_units: [{
|
|
17370
|
+
denom: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17371
|
+
exponent: 0,
|
|
17372
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
17373
|
+
}, {
|
|
17374
|
+
denom: 'zec',
|
|
17375
|
+
exponent: 8
|
|
17376
|
+
}],
|
|
17377
|
+
type_asset: 'ics20',
|
|
17378
|
+
base: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17379
|
+
name: 'Zcash',
|
|
17380
|
+
display: 'zec',
|
|
17381
|
+
symbol: 'ZEC',
|
|
17382
|
+
traces: [{
|
|
17383
|
+
type: 'ibc',
|
|
17384
|
+
counterparty: {
|
|
17385
|
+
chain_name: 'int3face',
|
|
17386
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
17387
|
+
channel_id: 'channel-0'
|
|
17388
|
+
},
|
|
17389
|
+
chain: {
|
|
17390
|
+
channel_id: 'channel-82819',
|
|
17391
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
17392
|
+
}
|
|
17393
|
+
}],
|
|
17394
|
+
logo_URIs: {
|
|
17395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
17396
|
+
},
|
|
17397
|
+
images: [{
|
|
17398
|
+
image_sync: {
|
|
17399
|
+
chain_name: 'int3face',
|
|
17400
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
17401
|
+
},
|
|
17402
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
17403
|
+
}]
|
|
17404
|
+
},
|
|
17367
17405
|
{
|
|
17368
17406
|
description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
|
|
17369
17407
|
denom_units: [{
|
|
@@ -28,6 +28,14 @@ const info = {
|
|
|
28
28
|
name: 'ZIG',
|
|
29
29
|
display: 'zig',
|
|
30
30
|
symbol: 'ZIG',
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'additional-mintage',
|
|
33
|
+
counterparty: {
|
|
34
|
+
chain_name: 'ethereum',
|
|
35
|
+
base_denom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
36
|
+
},
|
|
37
|
+
provider: 'ZIGChain'
|
|
38
|
+
}],
|
|
31
39
|
coingecko_id: 'zignaly',
|
|
32
40
|
keywords: [
|
|
33
41
|
'zigchain',
|
|
@@ -221,8 +229,7 @@ const info = {
|
|
|
221
229
|
},
|
|
222
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
223
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
224
|
-
}]
|
|
225
|
-
coingecko_id: 'zignaly'
|
|
232
|
+
}]
|
|
226
233
|
}
|
|
227
234
|
]
|
|
228
235
|
};
|
package/noncosmos/assets.js
CHANGED
|
@@ -52,6 +52,7 @@ const _stellar = __importStar(require("./stellar"));
|
|
|
52
52
|
const _sui = __importStar(require("./sui"));
|
|
53
53
|
const _tinkernet = __importStar(require("./tinkernet"));
|
|
54
54
|
const _xrpl = __importStar(require("./xrpl"));
|
|
55
|
+
const _zcash = __importStar(require("./zcash"));
|
|
55
56
|
const _zilliqa = __importStar(require("./zilliqa"));
|
|
56
57
|
const _berachain = __importStar(require("./berachain"));
|
|
57
58
|
const _hall = __importStar(require("./hall"));
|
|
@@ -69,6 +70,7 @@ const _polygontestnet = __importStar(require("./polygontestnet"));
|
|
|
69
70
|
const _solanatestnet = __importStar(require("./solanatestnet"));
|
|
70
71
|
const _tontestnet = __importStar(require("./tontestnet"));
|
|
71
72
|
const _xrpltestnet = __importStar(require("./xrpltestnet"));
|
|
73
|
+
const _zcashtestnet = __importStar(require("./zcashtestnet"));
|
|
72
74
|
const _ojotestnet = __importStar(require("./ojotestnet"));
|
|
73
75
|
const _tsc = __importStar(require("./tsc"));
|
|
74
76
|
const assets = [
|
|
@@ -101,6 +103,7 @@ const assets = [
|
|
|
101
103
|
_sui.assets,
|
|
102
104
|
_tinkernet.assets,
|
|
103
105
|
_xrpl.assets,
|
|
106
|
+
_zcash.assets,
|
|
104
107
|
_zilliqa.assets,
|
|
105
108
|
_berachain.assets,
|
|
106
109
|
_hall.assets,
|
|
@@ -118,6 +121,7 @@ const assets = [
|
|
|
118
121
|
_solanatestnet.assets,
|
|
119
122
|
_tontestnet.assets,
|
|
120
123
|
_xrpltestnet.assets,
|
|
124
|
+
_zcashtestnet.assets,
|
|
121
125
|
_ojotestnet.assets,
|
|
122
126
|
_tsc.assets
|
|
123
127
|
];
|
package/noncosmos/named.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export * as stellar from './stellar';
|
|
|
27
27
|
export * as sui from './sui';
|
|
28
28
|
export * as tinkernet from './tinkernet';
|
|
29
29
|
export * as xrpl from './xrpl';
|
|
30
|
+
export * as zcash from './zcash';
|
|
30
31
|
export * as zilliqa from './zilliqa';
|
|
31
32
|
export * as berachain from './berachain';
|
|
32
33
|
export * as hall from './hall';
|
|
@@ -44,5 +45,6 @@ export * as polygontestnet from './polygontestnet';
|
|
|
44
45
|
export * as solanatestnet from './solanatestnet';
|
|
45
46
|
export * as tontestnet from './tontestnet';
|
|
46
47
|
export * as xrpltestnet from './xrpltestnet';
|
|
48
|
+
export * as zcashtestnet from './zcashtestnet';
|
|
47
49
|
export * as ojotestnet from './ojotestnet';
|
|
48
50
|
export * as tsc from './tsc';
|
package/noncosmos/named.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.tsc = exports.ojotestnet = exports.xrpltestnet = exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.hall = exports.berachain = exports.zilliqa = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = void 0;
|
|
26
|
+
exports.tsc = exports.ojotestnet = exports.zcashtestnet = exports.xrpltestnet = exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.hall = exports.berachain = exports.zilliqa = exports.zcash = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = void 0;
|
|
27
27
|
exports._0l = __importStar(require("./0l"));
|
|
28
28
|
exports.aptos = __importStar(require("./aptos"));
|
|
29
29
|
exports.arbitrum = __importStar(require("./arbitrum"));
|
|
@@ -53,6 +53,7 @@ exports.stellar = __importStar(require("./stellar"));
|
|
|
53
53
|
exports.sui = __importStar(require("./sui"));
|
|
54
54
|
exports.tinkernet = __importStar(require("./tinkernet"));
|
|
55
55
|
exports.xrpl = __importStar(require("./xrpl"));
|
|
56
|
+
exports.zcash = __importStar(require("./zcash"));
|
|
56
57
|
exports.zilliqa = __importStar(require("./zilliqa"));
|
|
57
58
|
exports.berachain = __importStar(require("./berachain"));
|
|
58
59
|
exports.hall = __importStar(require("./hall"));
|
|
@@ -70,5 +71,6 @@ exports.polygontestnet = __importStar(require("./polygontestnet"));
|
|
|
70
71
|
exports.solanatestnet = __importStar(require("./solanatestnet"));
|
|
71
72
|
exports.tontestnet = __importStar(require("./tontestnet"));
|
|
72
73
|
exports.xrpltestnet = __importStar(require("./xrpltestnet"));
|
|
74
|
+
exports.zcashtestnet = __importStar(require("./zcashtestnet"));
|
|
73
75
|
exports.ojotestnet = __importStar(require("./ojotestnet"));
|
|
74
76
|
exports.tsc = __importStar(require("./tsc"));
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'zcash',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Zcash is a privacy-focused cryptocurrency that uses advanced cryptography to provide enhanced transaction privacy.',
|
|
8
|
+
extended_description: 'Zcash (ZEC) is a decentralized cryptocurrency focused on privacy and selective transparency of transactions. It uses zero-knowledge proofs (zk-SNARKs) to enable users to transact privately while maintaining a secure blockchain. Zcash offers users the choice between transparent transactions (similar to Bitcoin) and shielded transactions that hide sender, receiver, and amount information.',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'zatoshi',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'zec',
|
|
14
|
+
exponent: 8
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'bitcoin-like',
|
|
17
|
+
base: 'zatoshi',
|
|
18
|
+
name: 'Zcash',
|
|
19
|
+
display: 'zec',
|
|
20
|
+
symbol: 'ZEC',
|
|
21
|
+
coingecko_id: 'zcash',
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
24
|
+
theme: {
|
|
25
|
+
circle: true
|
|
26
|
+
}
|
|
27
|
+
}],
|
|
28
|
+
socials: {
|
|
29
|
+
website: 'https://z.cash/',
|
|
30
|
+
twitter: 'https://x.com/zcash'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
};
|
|
34
|
+
exports.default = info;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const assets: import("@chain-registry/types").AssetList;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
exports.assets = assets_1.default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'zcashtestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The testnet version of Zcash.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'zatoshi',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'zec',
|
|
13
|
+
exponent: 8
|
|
14
|
+
}],
|
|
15
|
+
type_asset: 'bitcoin-like',
|
|
16
|
+
base: 'zatoshi',
|
|
17
|
+
name: 'Zcash',
|
|
18
|
+
display: 'zec',
|
|
19
|
+
symbol: 'ZEC',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'test-mintage',
|
|
22
|
+
counterparty: {
|
|
23
|
+
chain_name: 'zcash',
|
|
24
|
+
base_denom: 'zatoshi'
|
|
25
|
+
},
|
|
26
|
+
provider: 'Zcash'
|
|
27
|
+
}],
|
|
28
|
+
images: [{
|
|
29
|
+
image_sync: {
|
|
30
|
+
chain_name: 'zcash',
|
|
31
|
+
base_denom: 'zatoshi'
|
|
32
|
+
},
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
34
|
+
}],
|
|
35
|
+
coingecko_id: 'zcash'
|
|
36
|
+
}]
|
|
37
|
+
};
|
|
38
|
+
exports.default = info;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const assets: import("@chain-registry/types").AssetList;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
exports.assets = assets_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.383",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.241"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "f611d3800f9db3f3c4515eff4c197f1a9da9a797"
|
|
43
43
|
}
|
|
@@ -245,6 +245,35 @@ const info = {
|
|
|
245
245
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
|
|
246
246
|
}],
|
|
247
247
|
type_asset: 'sdk.coin'
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
description: 'Testnet Zcash on Int3face',
|
|
251
|
+
denom_units: [{
|
|
252
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
253
|
+
exponent: 0
|
|
254
|
+
}, {
|
|
255
|
+
denom: 'zec',
|
|
256
|
+
exponent: 8
|
|
257
|
+
}],
|
|
258
|
+
base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
259
|
+
name: 'Testnet Zcash',
|
|
260
|
+
display: 'zec',
|
|
261
|
+
symbol: 'ZEC',
|
|
262
|
+
traces: [{
|
|
263
|
+
type: 'bridge',
|
|
264
|
+
counterparty: {
|
|
265
|
+
chain_name: 'zcashtestnet',
|
|
266
|
+
base_denom: 'zatoshi'
|
|
267
|
+
},
|
|
268
|
+
provider: 'Int3face'
|
|
269
|
+
}],
|
|
270
|
+
logo_URIs: {
|
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
272
|
+
},
|
|
273
|
+
images: [{
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
275
|
+
}],
|
|
276
|
+
type_asset: 'sdk.coin'
|
|
248
277
|
}
|
|
249
278
|
]
|
|
250
279
|
};
|
|
@@ -1531,6 +1531,53 @@ const info = {
|
|
|
1531
1531
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
1532
1532
|
}]
|
|
1533
1533
|
},
|
|
1534
|
+
{
|
|
1535
|
+
description: 'Testnet ZEC from Zcash bridged via Int3face bridge',
|
|
1536
|
+
denom_units: [{
|
|
1537
|
+
denom: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
|
|
1538
|
+
exponent: 0,
|
|
1539
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
1540
|
+
}, {
|
|
1541
|
+
denom: 'zec',
|
|
1542
|
+
exponent: 8
|
|
1543
|
+
}],
|
|
1544
|
+
type_asset: 'ics20',
|
|
1545
|
+
base: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
|
|
1546
|
+
name: 'Testnet Zcash (Int3)',
|
|
1547
|
+
display: 'zec',
|
|
1548
|
+
symbol: 'ZEC.int3',
|
|
1549
|
+
traces: [{
|
|
1550
|
+
type: 'bridge',
|
|
1551
|
+
counterparty: {
|
|
1552
|
+
chain_name: 'zcashtestnet',
|
|
1553
|
+
base_denom: 'zatoshi'
|
|
1554
|
+
},
|
|
1555
|
+
provider: 'Int3face'
|
|
1556
|
+
}, {
|
|
1557
|
+
type: 'ibc',
|
|
1558
|
+
counterparty: {
|
|
1559
|
+
chain_name: 'int3facetestnet',
|
|
1560
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
1561
|
+
channel_id: 'channel-1'
|
|
1562
|
+
},
|
|
1563
|
+
chain: {
|
|
1564
|
+
channel_id: 'channel-9755',
|
|
1565
|
+
path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
1566
|
+
}
|
|
1567
|
+
}],
|
|
1568
|
+
logo_URIs: {
|
|
1569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
1570
|
+
},
|
|
1571
|
+
images: [{
|
|
1572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
1573
|
+
}, {
|
|
1574
|
+
image_sync: {
|
|
1575
|
+
chain_name: 'int3facetestnet',
|
|
1576
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
1577
|
+
},
|
|
1578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
1579
|
+
}]
|
|
1580
|
+
},
|
|
1534
1581
|
{
|
|
1535
1582
|
description: 'Testnet TON coin bridged via Int3face bridge',
|
|
1536
1583
|
denom_units: [{
|
|
@@ -26,6 +26,14 @@ const info = {
|
|
|
26
26
|
name: 'ZIG',
|
|
27
27
|
display: 'zig',
|
|
28
28
|
symbol: 'ZIG',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'test-mintage',
|
|
31
|
+
counterparty: {
|
|
32
|
+
chain_name: 'zigchain',
|
|
33
|
+
base_denom: 'uzig'
|
|
34
|
+
},
|
|
35
|
+
provider: 'ZIGChain'
|
|
36
|
+
}],
|
|
29
37
|
coingecko_id: 'zignaly',
|
|
30
38
|
keywords: [
|
|
31
39
|
'zigchain',
|
|
@@ -36,12 +44,16 @@ const info = {
|
|
|
36
44
|
'defi'
|
|
37
45
|
],
|
|
38
46
|
logo_URIs: {
|
|
39
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
40
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
41
49
|
},
|
|
42
50
|
images: [{
|
|
43
|
-
|
|
44
|
-
|
|
51
|
+
image_sync: {
|
|
52
|
+
chain_name: 'zigchain',
|
|
53
|
+
base_denom: 'uzig'
|
|
54
|
+
},
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
45
57
|
}],
|
|
46
58
|
type_asset: 'sdk.coin',
|
|
47
59
|
socials: {
|
|
@@ -65,11 +77,25 @@ const info = {
|
|
|
65
77
|
name: 'Staked Zig',
|
|
66
78
|
display: 'stzig',
|
|
67
79
|
symbol: 'STZIG',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'test-mintage',
|
|
82
|
+
counterparty: {
|
|
83
|
+
chain_name: 'zigchain',
|
|
84
|
+
base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
85
|
+
},
|
|
86
|
+
provider: 'ZIGChain'
|
|
87
|
+
}],
|
|
68
88
|
logo_URIs: {
|
|
69
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
90
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
70
91
|
},
|
|
71
92
|
images: [{
|
|
72
|
-
|
|
93
|
+
image_sync: {
|
|
94
|
+
chain_name: 'zigchain',
|
|
95
|
+
base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
96
|
+
},
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
|
|
73
99
|
}],
|
|
74
100
|
type_asset: 'sdk.coin',
|
|
75
101
|
socials: {
|
|
@@ -13,8 +13,8 @@ const info = {
|
|
|
13
13
|
daemon_name: 'zigchaind',
|
|
14
14
|
node_home: '$HOME/.zigchain',
|
|
15
15
|
logo_URIs: {
|
|
16
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
17
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
18
18
|
},
|
|
19
19
|
key_algos: ['secp256k1'],
|
|
20
20
|
slip44: 118,
|
|
@@ -109,8 +109,8 @@ const info = {
|
|
|
109
109
|
chain_name: 'zigchaintestnet',
|
|
110
110
|
base_denom: 'uzig'
|
|
111
111
|
},
|
|
112
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
113
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
114
114
|
}]
|
|
115
115
|
};
|
|
116
116
|
exports.default = info;
|