chain-registry 2.0.88 → 2.0.90
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/atomone/ibc-data.js +31 -0
- package/esm/mainnet/axelar/asset-list.js +1 -2
- package/esm/mainnet/cnhostables/chain.js +1 -1
- package/esm/mainnet/dungeon/ibc-data.js +31 -0
- package/esm/mainnet/fandomchain/chain.js +1 -1
- package/esm/mainnet/fandomchain/ibc-data.js +3 -3
- package/esm/mainnet/int3face/asset-list.js +29 -0
- package/esm/mainnet/osmosis/asset-list.js +38 -0
- package/esm/mainnet/osmosis/ibc-data.js +3 -3
- package/esm/mainnet/zigchain/asset-list.js +9 -2
- package/esm/noncosmos/asset-lists.js +4 -0
- package/esm/noncosmos/zcash/asset-list.js +32 -0
- package/esm/noncosmos/zcash/index.js +2 -0
- package/esm/noncosmos/zcashtestnet/asset-list.js +36 -0
- package/esm/noncosmos/zcashtestnet/index.js +2 -0
- package/esm/testnet/daodiseotestnet/chain.js +1 -1
- package/esm/testnet/int3facetestnet/asset-list.js +29 -0
- package/esm/testnet/osmosistestnet/asset-list.js +47 -0
- package/esm/testnet/permtestnet/chain.js +1 -1
- package/esm/testnet/wavehashtestnet/chain.js +1 -1
- package/esm/testnet/zigchaintestnet/asset-list.js +32 -6
- package/esm/testnet/zigchaintestnet/chain.js +4 -4
- package/mainnet/atomone/ibc-data.js +31 -0
- package/mainnet/axelar/asset-list.js +1 -2
- package/mainnet/cnhostables/chain.js +1 -1
- package/mainnet/dungeon/ibc-data.js +31 -0
- package/mainnet/fandomchain/chain.js +1 -1
- package/mainnet/fandomchain/ibc-data.js +3 -3
- package/mainnet/int3face/asset-list.js +29 -0
- package/mainnet/osmosis/asset-list.js +38 -0
- package/mainnet/osmosis/ibc-data.js +3 -3
- package/mainnet/zigchain/asset-list.js +9 -2
- package/noncosmos/asset-lists.js +4 -0
- package/noncosmos/zcash/asset-list.d.ts +3 -0
- package/noncosmos/zcash/asset-list.js +34 -0
- package/noncosmos/zcash/index.d.ts +1 -0
- package/noncosmos/zcash/index.js +8 -0
- package/noncosmos/zcashtestnet/asset-list.d.ts +3 -0
- package/noncosmos/zcashtestnet/asset-list.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/asset-list.js +29 -0
- package/testnet/osmosistestnet/asset-list.js +47 -0
- package/testnet/permtestnet/chain.js +1 -1
- package/testnet/wavehashtestnet/chain.js +1 -1
- package/testnet/zigchaintestnet/asset-list.js +32 -6
- package/testnet/zigchaintestnet/chain.js +4 -4
|
@@ -61,6 +61,37 @@ const info = [
|
|
|
61
61
|
}
|
|
62
62
|
}]
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
$schema: '../ibc_data.schema.json',
|
|
66
|
+
chain1: {
|
|
67
|
+
chainName: 'atomone',
|
|
68
|
+
chainId: 'atomone-1',
|
|
69
|
+
clientId: '07-tendermint-37',
|
|
70
|
+
connectionId: 'connection-39'
|
|
71
|
+
},
|
|
72
|
+
chain2: {
|
|
73
|
+
chainName: 'dungeon',
|
|
74
|
+
chainId: 'dungeon-1',
|
|
75
|
+
clientId: '07-tendermint-34',
|
|
76
|
+
connectionId: 'connection-8635'
|
|
77
|
+
},
|
|
78
|
+
channels: [{
|
|
79
|
+
chain1: {
|
|
80
|
+
channelId: 'channel-9',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
chain2: {
|
|
84
|
+
channelId: 'channel-5310',
|
|
85
|
+
portId: 'transfer'
|
|
86
|
+
},
|
|
87
|
+
ordering: 'unordered',
|
|
88
|
+
version: 'ics20-1',
|
|
89
|
+
tags: {
|
|
90
|
+
preferred: true,
|
|
91
|
+
status: 'ACTIVE'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
},
|
|
64
95
|
{
|
|
65
96
|
$schema: '../ibc_data.schema.json',
|
|
66
97
|
chain1: {
|
|
@@ -1682,8 +1682,7 @@ const info = {
|
|
|
1682
1682
|
logoURIs: {
|
|
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
|
-
coingeckoId: 'zignaly'
|
|
1685
|
+
}
|
|
1687
1686
|
}
|
|
1688
1687
|
]
|
|
1689
1688
|
};
|
|
@@ -1,4 +1,35 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'atomone',
|
|
6
|
+
chainId: 'atomone-1',
|
|
7
|
+
clientId: '07-tendermint-37',
|
|
8
|
+
connectionId: 'connection-39'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'dungeon',
|
|
12
|
+
chainId: 'dungeon-1',
|
|
13
|
+
clientId: '07-tendermint-34',
|
|
14
|
+
connectionId: 'connection-8635'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-9',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-5310',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
preferred: true,
|
|
29
|
+
status: 'ACTIVE'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
2
33
|
{
|
|
3
34
|
$schema: '../ibc_data.schema.json',
|
|
4
35
|
chain1: {
|
|
@@ -9,8 +9,8 @@ const info = [{
|
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'osmosis',
|
|
11
11
|
chainId: 'osmosis-1',
|
|
12
|
-
clientId: '07-tendermint-
|
|
13
|
-
connectionId: 'connection-
|
|
12
|
+
clientId: '07-tendermint-3613',
|
|
13
|
+
connectionId: 'connection-10964'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
@@ -18,7 +18,7 @@ const info = [{
|
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
|
21
|
-
channelId: 'channel-
|
|
21
|
+
channelId: 'channel-107392',
|
|
22
22
|
portId: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -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
|
typeAsset: 'sdk.coin'
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
description: 'Zcash on Int3face',
|
|
312
|
+
denomUnits: [{
|
|
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
|
+
chainName: 'zcash',
|
|
327
|
+
baseDenom: 'zatoshi'
|
|
328
|
+
},
|
|
329
|
+
provider: 'Int3face'
|
|
330
|
+
}],
|
|
331
|
+
logoURIs: {
|
|
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
|
+
typeAsset: '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
|
+
denomUnits: [{
|
|
17368
|
+
denom: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17369
|
+
exponent: 0,
|
|
17370
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
17371
|
+
}, {
|
|
17372
|
+
denom: 'zec',
|
|
17373
|
+
exponent: 8
|
|
17374
|
+
}],
|
|
17375
|
+
typeAsset: 'ics20',
|
|
17376
|
+
base: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17377
|
+
name: 'Zcash',
|
|
17378
|
+
display: 'zec',
|
|
17379
|
+
symbol: 'ZEC',
|
|
17380
|
+
traces: [{
|
|
17381
|
+
type: 'ibc',
|
|
17382
|
+
counterparty: {
|
|
17383
|
+
chainName: 'int3face',
|
|
17384
|
+
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
17385
|
+
channelId: 'channel-0'
|
|
17386
|
+
},
|
|
17387
|
+
chain: {
|
|
17388
|
+
channelId: 'channel-82819',
|
|
17389
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
17390
|
+
}
|
|
17391
|
+
}],
|
|
17392
|
+
logoURIs: {
|
|
17393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
17394
|
+
},
|
|
17395
|
+
images: [{
|
|
17396
|
+
imageSync: {
|
|
17397
|
+
chainName: 'int3face',
|
|
17398
|
+
baseDenom: '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
|
denomUnits: [{
|
|
@@ -1713,8 +1713,8 @@ const info = [
|
|
|
1713
1713
|
chain2: {
|
|
1714
1714
|
chainName: 'osmosis',
|
|
1715
1715
|
chainId: 'osmosis-1',
|
|
1716
|
-
clientId: '07-tendermint-
|
|
1717
|
-
connectionId: 'connection-
|
|
1716
|
+
clientId: '07-tendermint-3613',
|
|
1717
|
+
connectionId: 'connection-10964'
|
|
1718
1718
|
},
|
|
1719
1719
|
channels: [{
|
|
1720
1720
|
chain1: {
|
|
@@ -1722,7 +1722,7 @@ const info = [
|
|
|
1722
1722
|
portId: 'transfer'
|
|
1723
1723
|
},
|
|
1724
1724
|
chain2: {
|
|
1725
|
-
channelId: 'channel-
|
|
1725
|
+
channelId: 'channel-107392',
|
|
1726
1726
|
portId: 'transfer'
|
|
1727
1727
|
},
|
|
1728
1728
|
ordering: 'unordered',
|
|
@@ -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
|
+
chainName: 'ethereum',
|
|
33
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
34
|
+
},
|
|
35
|
+
provider: 'ZIGChain'
|
|
36
|
+
}],
|
|
29
37
|
coingeckoId: '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
|
-
coingeckoId: 'zignaly'
|
|
230
|
+
}]
|
|
224
231
|
}
|
|
225
232
|
]
|
|
226
233
|
};
|
|
@@ -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 assetList = [
|
|
@@ -76,6 +78,7 @@ const assetList = [
|
|
|
76
78
|
_sui.assetList,
|
|
77
79
|
_tinkernet.assetList,
|
|
78
80
|
_xrpl.assetList,
|
|
81
|
+
_zcash.assetList,
|
|
79
82
|
_zilliqa.assetList,
|
|
80
83
|
_berachain.assetList,
|
|
81
84
|
_hall.assetList,
|
|
@@ -93,6 +96,7 @@ const assetList = [
|
|
|
93
96
|
_solanatestnet.assetList,
|
|
94
97
|
_tontestnet.assetList,
|
|
95
98
|
_xrpltestnet.assetList,
|
|
99
|
+
_zcashtestnet.assetList,
|
|
96
100
|
_ojotestnet.assetList,
|
|
97
101
|
_tsc.assetList
|
|
98
102
|
];
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chainName: 'zcash',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Zcash is a privacy-focused cryptocurrency that uses advanced cryptography to provide enhanced transaction privacy.',
|
|
6
|
+
extendedDescription: '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
|
+
denomUnits: [{
|
|
8
|
+
denom: 'zatoshi',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'zec',
|
|
12
|
+
exponent: 8
|
|
13
|
+
}],
|
|
14
|
+
typeAsset: 'bitcoin-like',
|
|
15
|
+
base: 'zatoshi',
|
|
16
|
+
name: 'Zcash',
|
|
17
|
+
display: 'zec',
|
|
18
|
+
symbol: 'ZEC',
|
|
19
|
+
coingeckoId: '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
|
+
chainName: 'zcashtestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of Zcash.',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'zatoshi',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'zec',
|
|
11
|
+
exponent: 8
|
|
12
|
+
}],
|
|
13
|
+
typeAsset: 'bitcoin-like',
|
|
14
|
+
base: 'zatoshi',
|
|
15
|
+
name: 'Zcash',
|
|
16
|
+
display: 'zec',
|
|
17
|
+
symbol: 'ZEC',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chainName: 'zcash',
|
|
22
|
+
baseDenom: 'zatoshi'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Zcash'
|
|
25
|
+
}],
|
|
26
|
+
images: [{
|
|
27
|
+
imageSync: {
|
|
28
|
+
chainName: 'zcash',
|
|
29
|
+
baseDenom: 'zatoshi'
|
|
30
|
+
},
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
32
|
+
}],
|
|
33
|
+
coingeckoId: '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
|
typeAsset: 'sdk.coin'
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
description: 'Testnet Zcash on Int3face',
|
|
249
|
+
denomUnits: [{
|
|
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
|
+
chainName: 'zcashtestnet',
|
|
264
|
+
baseDenom: 'zatoshi'
|
|
265
|
+
},
|
|
266
|
+
provider: 'Int3face'
|
|
267
|
+
}],
|
|
268
|
+
logoURIs: {
|
|
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
|
+
typeAsset: '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
|
+
denomUnits: [{
|
|
1535
|
+
denom: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
|
|
1536
|
+
exponent: 0,
|
|
1537
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
1538
|
+
}, {
|
|
1539
|
+
denom: 'zec',
|
|
1540
|
+
exponent: 8
|
|
1541
|
+
}],
|
|
1542
|
+
typeAsset: '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
|
+
chainName: 'zcashtestnet',
|
|
1551
|
+
baseDenom: 'zatoshi'
|
|
1552
|
+
},
|
|
1553
|
+
provider: 'Int3face'
|
|
1554
|
+
}, {
|
|
1555
|
+
type: 'ibc',
|
|
1556
|
+
counterparty: {
|
|
1557
|
+
chainName: 'int3facetestnet',
|
|
1558
|
+
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
1559
|
+
channelId: 'channel-1'
|
|
1560
|
+
},
|
|
1561
|
+
chain: {
|
|
1562
|
+
channelId: 'channel-9755',
|
|
1563
|
+
path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
1564
|
+
}
|
|
1565
|
+
}],
|
|
1566
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
1573
|
+
chainName: 'int3facetestnet',
|
|
1574
|
+
baseDenom: '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
|
denomUnits: [{
|
|
@@ -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
|
+
chainName: 'zigchain',
|
|
31
|
+
baseDenom: 'uzig'
|
|
32
|
+
},
|
|
33
|
+
provider: 'ZIGChain'
|
|
34
|
+
}],
|
|
27
35
|
coingeckoId: 'zignaly',
|
|
28
36
|
keywords: [
|
|
29
37
|
'zigchain',
|
|
@@ -34,12 +42,16 @@ const info = {
|
|
|
34
42
|
'defi'
|
|
35
43
|
],
|
|
36
44
|
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
50
|
+
chainName: 'zigchain',
|
|
51
|
+
baseDenom: '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
|
typeAsset: '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
|
+
chainName: 'zigchain',
|
|
82
|
+
baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
83
|
+
},
|
|
84
|
+
provider: 'ZIGChain'
|
|
85
|
+
}],
|
|
66
86
|
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
92
|
+
chainName: 'zigchain',
|
|
93
|
+
baseDenom: '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
|
typeAsset: 'sdk.coin',
|
|
73
99
|
socials: {
|
|
@@ -11,8 +11,8 @@ const info = {
|
|
|
11
11
|
daemonName: 'zigchaind',
|
|
12
12
|
nodeHome: '$HOME/.zigchain',
|
|
13
13
|
logoURIs: {
|
|
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
|
keyAlgos: ['secp256k1'],
|
|
18
18
|
slip44: 118,
|
|
@@ -107,8 +107,8 @@ const info = {
|
|
|
107
107
|
chainName: 'zigchaintestnet',
|
|
108
108
|
baseDenom: '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;
|
|
@@ -63,6 +63,37 @@ const info = [
|
|
|
63
63
|
}
|
|
64
64
|
}]
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
$schema: '../ibc_data.schema.json',
|
|
68
|
+
chain1: {
|
|
69
|
+
chainName: 'atomone',
|
|
70
|
+
chainId: 'atomone-1',
|
|
71
|
+
clientId: '07-tendermint-37',
|
|
72
|
+
connectionId: 'connection-39'
|
|
73
|
+
},
|
|
74
|
+
chain2: {
|
|
75
|
+
chainName: 'dungeon',
|
|
76
|
+
chainId: 'dungeon-1',
|
|
77
|
+
clientId: '07-tendermint-34',
|
|
78
|
+
connectionId: 'connection-8635'
|
|
79
|
+
},
|
|
80
|
+
channels: [{
|
|
81
|
+
chain1: {
|
|
82
|
+
channelId: 'channel-9',
|
|
83
|
+
portId: 'transfer'
|
|
84
|
+
},
|
|
85
|
+
chain2: {
|
|
86
|
+
channelId: 'channel-5310',
|
|
87
|
+
portId: 'transfer'
|
|
88
|
+
},
|
|
89
|
+
ordering: 'unordered',
|
|
90
|
+
version: 'ics20-1',
|
|
91
|
+
tags: {
|
|
92
|
+
preferred: true,
|
|
93
|
+
status: 'ACTIVE'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
96
|
+
},
|
|
66
97
|
{
|
|
67
98
|
$schema: '../ibc_data.schema.json',
|
|
68
99
|
chain1: {
|
|
@@ -1684,8 +1684,7 @@ const info = {
|
|
|
1684
1684
|
logoURIs: {
|
|
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
|
-
coingeckoId: 'zignaly'
|
|
1687
|
+
}
|
|
1689
1688
|
}
|
|
1690
1689
|
]
|
|
1691
1690
|
};
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'atomone',
|
|
8
|
+
chainId: 'atomone-1',
|
|
9
|
+
clientId: '07-tendermint-37',
|
|
10
|
+
connectionId: 'connection-39'
|
|
11
|
+
},
|
|
12
|
+
chain2: {
|
|
13
|
+
chainName: 'dungeon',
|
|
14
|
+
chainId: 'dungeon-1',
|
|
15
|
+
clientId: '07-tendermint-34',
|
|
16
|
+
connectionId: 'connection-8635'
|
|
17
|
+
},
|
|
18
|
+
channels: [{
|
|
19
|
+
chain1: {
|
|
20
|
+
channelId: 'channel-9',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
chain2: {
|
|
24
|
+
channelId: 'channel-5310',
|
|
25
|
+
portId: 'transfer'
|
|
26
|
+
},
|
|
27
|
+
ordering: 'unordered',
|
|
28
|
+
version: 'ics20-1',
|
|
29
|
+
tags: {
|
|
30
|
+
preferred: true,
|
|
31
|
+
status: 'ACTIVE'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
4
35
|
{
|
|
5
36
|
$schema: '../ibc_data.schema.json',
|
|
6
37
|
chain1: {
|
|
@@ -11,8 +11,8 @@ const info = [{
|
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'osmosis',
|
|
13
13
|
chainId: 'osmosis-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-3613',
|
|
15
|
+
connectionId: 'connection-10964'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
@@ -20,7 +20,7 @@ const info = [{
|
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-107392',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
|
@@ -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
|
typeAsset: 'sdk.coin'
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
description: 'Zcash on Int3face',
|
|
314
|
+
denomUnits: [{
|
|
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
|
+
chainName: 'zcash',
|
|
329
|
+
baseDenom: 'zatoshi'
|
|
330
|
+
},
|
|
331
|
+
provider: 'Int3face'
|
|
332
|
+
}],
|
|
333
|
+
logoURIs: {
|
|
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
|
+
typeAsset: '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
|
+
denomUnits: [{
|
|
17370
|
+
denom: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17371
|
+
exponent: 0,
|
|
17372
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
17373
|
+
}, {
|
|
17374
|
+
denom: 'zec',
|
|
17375
|
+
exponent: 8
|
|
17376
|
+
}],
|
|
17377
|
+
typeAsset: 'ics20',
|
|
17378
|
+
base: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
|
|
17379
|
+
name: 'Zcash',
|
|
17380
|
+
display: 'zec',
|
|
17381
|
+
symbol: 'ZEC',
|
|
17382
|
+
traces: [{
|
|
17383
|
+
type: 'ibc',
|
|
17384
|
+
counterparty: {
|
|
17385
|
+
chainName: 'int3face',
|
|
17386
|
+
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
17387
|
+
channelId: 'channel-0'
|
|
17388
|
+
},
|
|
17389
|
+
chain: {
|
|
17390
|
+
channelId: 'channel-82819',
|
|
17391
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
17392
|
+
}
|
|
17393
|
+
}],
|
|
17394
|
+
logoURIs: {
|
|
17395
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
|
|
17396
|
+
},
|
|
17397
|
+
images: [{
|
|
17398
|
+
imageSync: {
|
|
17399
|
+
chainName: 'int3face',
|
|
17400
|
+
baseDenom: '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
|
denomUnits: [{
|
|
@@ -1715,8 +1715,8 @@ const info = [
|
|
|
1715
1715
|
chain2: {
|
|
1716
1716
|
chainName: 'osmosis',
|
|
1717
1717
|
chainId: 'osmosis-1',
|
|
1718
|
-
clientId: '07-tendermint-
|
|
1719
|
-
connectionId: 'connection-
|
|
1718
|
+
clientId: '07-tendermint-3613',
|
|
1719
|
+
connectionId: 'connection-10964'
|
|
1720
1720
|
},
|
|
1721
1721
|
channels: [{
|
|
1722
1722
|
chain1: {
|
|
@@ -1724,7 +1724,7 @@ const info = [
|
|
|
1724
1724
|
portId: 'transfer'
|
|
1725
1725
|
},
|
|
1726
1726
|
chain2: {
|
|
1727
|
-
channelId: 'channel-
|
|
1727
|
+
channelId: 'channel-107392',
|
|
1728
1728
|
portId: 'transfer'
|
|
1729
1729
|
},
|
|
1730
1730
|
ordering: 'unordered',
|
|
@@ -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
|
+
chainName: 'ethereum',
|
|
35
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
36
|
+
},
|
|
37
|
+
provider: 'ZIGChain'
|
|
38
|
+
}],
|
|
31
39
|
coingeckoId: '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
|
-
coingeckoId: 'zignaly'
|
|
232
|
+
}]
|
|
226
233
|
}
|
|
227
234
|
]
|
|
228
235
|
};
|
package/noncosmos/asset-lists.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 assetList = [
|
|
@@ -101,6 +103,7 @@ const assetList = [
|
|
|
101
103
|
_sui.assetList,
|
|
102
104
|
_tinkernet.assetList,
|
|
103
105
|
_xrpl.assetList,
|
|
106
|
+
_zcash.assetList,
|
|
104
107
|
_zilliqa.assetList,
|
|
105
108
|
_berachain.assetList,
|
|
106
109
|
_hall.assetList,
|
|
@@ -118,6 +121,7 @@ const assetList = [
|
|
|
118
121
|
_solanatestnet.assetList,
|
|
119
122
|
_tontestnet.assetList,
|
|
120
123
|
_xrpltestnet.assetList,
|
|
124
|
+
_zcashtestnet.assetList,
|
|
121
125
|
_ojotestnet.assetList,
|
|
122
126
|
_tsc.assetList
|
|
123
127
|
];
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'zcash',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Zcash is a privacy-focused cryptocurrency that uses advanced cryptography to provide enhanced transaction privacy.',
|
|
8
|
+
extendedDescription: '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
|
+
denomUnits: [{
|
|
10
|
+
denom: 'zatoshi',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'zec',
|
|
14
|
+
exponent: 8
|
|
15
|
+
}],
|
|
16
|
+
typeAsset: 'bitcoin-like',
|
|
17
|
+
base: 'zatoshi',
|
|
18
|
+
name: 'Zcash',
|
|
19
|
+
display: 'zec',
|
|
20
|
+
symbol: 'ZEC',
|
|
21
|
+
coingeckoId: '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 assetList: 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.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
exports.assetList = asset_list_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
|
+
chainName: 'zcashtestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The testnet version of Zcash.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'zatoshi',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'zec',
|
|
13
|
+
exponent: 8
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'bitcoin-like',
|
|
16
|
+
base: 'zatoshi',
|
|
17
|
+
name: 'Zcash',
|
|
18
|
+
display: 'zec',
|
|
19
|
+
symbol: 'ZEC',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'test-mintage',
|
|
22
|
+
counterparty: {
|
|
23
|
+
chainName: 'zcash',
|
|
24
|
+
baseDenom: 'zatoshi'
|
|
25
|
+
},
|
|
26
|
+
provider: 'Zcash'
|
|
27
|
+
}],
|
|
28
|
+
images: [{
|
|
29
|
+
imageSync: {
|
|
30
|
+
chainName: 'zcash',
|
|
31
|
+
baseDenom: 'zatoshi'
|
|
32
|
+
},
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
34
|
+
}],
|
|
35
|
+
coingeckoId: 'zcash'
|
|
36
|
+
}]
|
|
37
|
+
};
|
|
38
|
+
exports.default = info;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const assetList: 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.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
exports.assetList = asset_list_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.90",
|
|
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": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.90"
|
|
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": "b42379c157d03df52d2a5f26d865f9b98f010d9e"
|
|
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
|
typeAsset: 'sdk.coin'
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
description: 'Testnet Zcash on Int3face',
|
|
251
|
+
denomUnits: [{
|
|
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
|
+
chainName: 'zcashtestnet',
|
|
266
|
+
baseDenom: 'zatoshi'
|
|
267
|
+
},
|
|
268
|
+
provider: 'Int3face'
|
|
269
|
+
}],
|
|
270
|
+
logoURIs: {
|
|
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
|
+
typeAsset: '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
|
+
denomUnits: [{
|
|
1537
|
+
denom: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
|
|
1538
|
+
exponent: 0,
|
|
1539
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
|
|
1540
|
+
}, {
|
|
1541
|
+
denom: 'zec',
|
|
1542
|
+
exponent: 8
|
|
1543
|
+
}],
|
|
1544
|
+
typeAsset: '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
|
+
chainName: 'zcashtestnet',
|
|
1553
|
+
baseDenom: 'zatoshi'
|
|
1554
|
+
},
|
|
1555
|
+
provider: 'Int3face'
|
|
1556
|
+
}, {
|
|
1557
|
+
type: 'ibc',
|
|
1558
|
+
counterparty: {
|
|
1559
|
+
chainName: 'int3facetestnet',
|
|
1560
|
+
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
|
|
1561
|
+
channelId: 'channel-1'
|
|
1562
|
+
},
|
|
1563
|
+
chain: {
|
|
1564
|
+
channelId: 'channel-9755',
|
|
1565
|
+
path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
|
|
1566
|
+
}
|
|
1567
|
+
}],
|
|
1568
|
+
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
1575
|
+
chainName: 'int3facetestnet',
|
|
1576
|
+
baseDenom: '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
|
denomUnits: [{
|
|
@@ -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
|
+
chainName: 'zigchain',
|
|
33
|
+
baseDenom: 'uzig'
|
|
34
|
+
},
|
|
35
|
+
provider: 'ZIGChain'
|
|
36
|
+
}],
|
|
29
37
|
coingeckoId: 'zignaly',
|
|
30
38
|
keywords: [
|
|
31
39
|
'zigchain',
|
|
@@ -36,12 +44,16 @@ const info = {
|
|
|
36
44
|
'defi'
|
|
37
45
|
],
|
|
38
46
|
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
52
|
+
chainName: 'zigchain',
|
|
53
|
+
baseDenom: '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
|
typeAsset: '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
|
+
chainName: 'zigchain',
|
|
84
|
+
baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
|
|
85
|
+
},
|
|
86
|
+
provider: 'ZIGChain'
|
|
87
|
+
}],
|
|
68
88
|
logoURIs: {
|
|
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
|
+
imageSync: {
|
|
94
|
+
chainName: 'zigchain',
|
|
95
|
+
baseDenom: '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
|
typeAsset: 'sdk.coin',
|
|
75
101
|
socials: {
|
|
@@ -13,8 +13,8 @@ const info = {
|
|
|
13
13
|
daemonName: 'zigchaind',
|
|
14
14
|
nodeHome: '$HOME/.zigchain',
|
|
15
15
|
logoURIs: {
|
|
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
|
keyAlgos: ['secp256k1'],
|
|
20
20
|
slip44: 118,
|
|
@@ -109,8 +109,8 @@ const info = {
|
|
|
109
109
|
chainName: 'zigchaintestnet',
|
|
110
110
|
baseDenom: '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;
|