chain-registry 2.0.89 → 2.0.91
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/akash/asset-list.js +1 -1
- package/esm/mainnet/carbon/asset-list.js +1 -1
- package/esm/mainnet/cnhostables/chain.js +1 -1
- package/esm/mainnet/ethereum/asset-list.js +1 -1
- package/esm/mainnet/int3face/asset-list.js +29 -0
- package/esm/mainnet/osmosis/asset-list.js +80 -1
- package/esm/mainnet/terra2/asset-list.js +10 -24
- 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/mainnet/akash/asset-list.js +1 -1
- package/mainnet/carbon/asset-list.js +1 -1
- package/mainnet/cnhostables/chain.js +1 -1
- package/mainnet/ethereum/asset-list.js +1 -1
- package/mainnet/int3face/asset-list.js +29 -0
- package/mainnet/osmosis/asset-list.js +80 -1
- package/mainnet/terra2/asset-list.js +10 -24
- 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
|
@@ -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: [{
|
|
@@ -21830,6 +21868,41 @@ const info = {
|
|
|
21830
21868
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
21831
21869
|
}]
|
|
21832
21870
|
},
|
|
21871
|
+
{
|
|
21872
|
+
description: 'An alloy of ZEC asset variants on Osmosis.',
|
|
21873
|
+
extendedDescription: 'Multiple Zcash variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of ZEC.',
|
|
21874
|
+
denomUnits: [{
|
|
21875
|
+
denom: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21876
|
+
exponent: 0
|
|
21877
|
+
}, {
|
|
21878
|
+
denom: 'allZEC',
|
|
21879
|
+
exponent: 8
|
|
21880
|
+
}],
|
|
21881
|
+
typeAsset: 'sdk.coin',
|
|
21882
|
+
address: 'osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn',
|
|
21883
|
+
base: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21884
|
+
name: 'Zcash',
|
|
21885
|
+
display: 'allZEC',
|
|
21886
|
+
symbol: 'ZEC',
|
|
21887
|
+
traces: [{
|
|
21888
|
+
type: 'synthetic',
|
|
21889
|
+
counterparty: {
|
|
21890
|
+
chainName: 'zcash',
|
|
21891
|
+
baseDenom: 'zatoshi'
|
|
21892
|
+
},
|
|
21893
|
+
provider: 'Osmosis'
|
|
21894
|
+
}],
|
|
21895
|
+
logoURIs: {
|
|
21896
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21897
|
+
},
|
|
21898
|
+
images: [{
|
|
21899
|
+
imageSync: {
|
|
21900
|
+
chainName: 'zcash',
|
|
21901
|
+
baseDenom: 'zatoshi'
|
|
21902
|
+
},
|
|
21903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21904
|
+
}]
|
|
21905
|
+
},
|
|
21833
21906
|
{
|
|
21834
21907
|
denomUnits: [{
|
|
21835
21908
|
denom: 'ibc/29EA1818A218B35E18FADC287C85A01802C900A5FFC0D7C8FC592D05186AAFD0',
|
|
@@ -22513,6 +22586,7 @@ const info = {
|
|
|
22513
22586
|
},
|
|
22514
22587
|
{
|
|
22515
22588
|
description: 'The native token of Intento.',
|
|
22589
|
+
extendedDescription: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
|
|
22516
22590
|
denomUnits: [{
|
|
22517
22591
|
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22518
22592
|
exponent: 0,
|
|
@@ -22549,7 +22623,12 @@ const info = {
|
|
|
22549
22623
|
},
|
|
22550
22624
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22551
22625
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22552
|
-
}]
|
|
22626
|
+
}],
|
|
22627
|
+
keywords: ['defi', 'orchestration'],
|
|
22628
|
+
socials: {
|
|
22629
|
+
website: 'https://intento.zone',
|
|
22630
|
+
twitter: 'https://x.com/intentozone'
|
|
22631
|
+
}
|
|
22553
22632
|
},
|
|
22554
22633
|
{
|
|
22555
22634
|
description: 'The native token of Lumera.',
|
|
@@ -1438,26 +1438,19 @@ const info = {
|
|
|
1438
1438
|
},
|
|
1439
1439
|
{
|
|
1440
1440
|
description: 'PAX Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
|
|
1441
|
-
denomUnits: [
|
|
1442
|
-
{
|
|
1441
|
+
denomUnits: [{
|
|
1443
1442
|
denom: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
|
|
1444
1443
|
exponent: 0,
|
|
1445
1444
|
aliases: ['attopaxg', 'apaxg']
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1445
|
+
}, {
|
|
1448
1446
|
denom: 'paxg',
|
|
1449
1447
|
exponent: 18
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
denom: 'paxg.atom',
|
|
1453
|
-
exponent: 18
|
|
1454
|
-
}
|
|
1455
|
-
],
|
|
1448
|
+
}],
|
|
1456
1449
|
typeAsset: 'ics20',
|
|
1457
1450
|
base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
|
|
1458
1451
|
name: 'Eureka Bridged PAX Gold (Terra)',
|
|
1459
|
-
display: 'paxg
|
|
1460
|
-
symbol: 'PAXG
|
|
1452
|
+
display: 'paxg',
|
|
1453
|
+
symbol: 'PAXG',
|
|
1461
1454
|
traces: [{
|
|
1462
1455
|
type: 'ibc-bridge',
|
|
1463
1456
|
counterparty: {
|
|
@@ -1498,26 +1491,19 @@ const info = {
|
|
|
1498
1491
|
},
|
|
1499
1492
|
{
|
|
1500
1493
|
description: 'Tether Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
|
|
1501
|
-
denomUnits: [
|
|
1502
|
-
{
|
|
1494
|
+
denomUnits: [{
|
|
1503
1495
|
denom: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1504
1496
|
exponent: 0,
|
|
1505
1497
|
aliases: ['microxaut', 'uxaut']
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1498
|
+
}, {
|
|
1508
1499
|
denom: 'xaut',
|
|
1509
1500
|
exponent: 6
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
denom: 'xaut.atom',
|
|
1513
|
-
exponent: 6
|
|
1514
|
-
}
|
|
1515
|
-
],
|
|
1501
|
+
}],
|
|
1516
1502
|
typeAsset: 'ics20',
|
|
1517
1503
|
base: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1518
1504
|
name: 'Eureka Bridged Tether Gold (Terra)',
|
|
1519
|
-
display: 'xaut
|
|
1520
|
-
symbol: 'XAUt
|
|
1505
|
+
display: 'xaut',
|
|
1506
|
+
symbol: 'XAUt',
|
|
1521
1507
|
traces: [{
|
|
1522
1508
|
type: 'ibc-bridge',
|
|
1523
1509
|
counterparty: {
|
|
@@ -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: [{
|
|
@@ -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: [{
|
|
@@ -21832,6 +21870,41 @@ const info = {
|
|
|
21832
21870
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
21833
21871
|
}]
|
|
21834
21872
|
},
|
|
21873
|
+
{
|
|
21874
|
+
description: 'An alloy of ZEC asset variants on Osmosis.',
|
|
21875
|
+
extendedDescription: 'Multiple Zcash variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of ZEC.',
|
|
21876
|
+
denomUnits: [{
|
|
21877
|
+
denom: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21878
|
+
exponent: 0
|
|
21879
|
+
}, {
|
|
21880
|
+
denom: 'allZEC',
|
|
21881
|
+
exponent: 8
|
|
21882
|
+
}],
|
|
21883
|
+
typeAsset: 'sdk.coin',
|
|
21884
|
+
address: 'osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn',
|
|
21885
|
+
base: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
|
|
21886
|
+
name: 'Zcash',
|
|
21887
|
+
display: 'allZEC',
|
|
21888
|
+
symbol: 'ZEC',
|
|
21889
|
+
traces: [{
|
|
21890
|
+
type: 'synthetic',
|
|
21891
|
+
counterparty: {
|
|
21892
|
+
chainName: 'zcash',
|
|
21893
|
+
baseDenom: 'zatoshi'
|
|
21894
|
+
},
|
|
21895
|
+
provider: 'Osmosis'
|
|
21896
|
+
}],
|
|
21897
|
+
logoURIs: {
|
|
21898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21899
|
+
},
|
|
21900
|
+
images: [{
|
|
21901
|
+
imageSync: {
|
|
21902
|
+
chainName: 'zcash',
|
|
21903
|
+
baseDenom: 'zatoshi'
|
|
21904
|
+
},
|
|
21905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21906
|
+
}]
|
|
21907
|
+
},
|
|
21835
21908
|
{
|
|
21836
21909
|
denomUnits: [{
|
|
21837
21910
|
denom: 'ibc/29EA1818A218B35E18FADC287C85A01802C900A5FFC0D7C8FC592D05186AAFD0',
|
|
@@ -22515,6 +22588,7 @@ const info = {
|
|
|
22515
22588
|
},
|
|
22516
22589
|
{
|
|
22517
22590
|
description: 'The native token of Intento.',
|
|
22591
|
+
extendedDescription: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
|
|
22518
22592
|
denomUnits: [{
|
|
22519
22593
|
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
|
|
22520
22594
|
exponent: 0,
|
|
@@ -22551,7 +22625,12 @@ const info = {
|
|
|
22551
22625
|
},
|
|
22552
22626
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
|
|
22553
22627
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
|
|
22554
|
-
}]
|
|
22628
|
+
}],
|
|
22629
|
+
keywords: ['defi', 'orchestration'],
|
|
22630
|
+
socials: {
|
|
22631
|
+
website: 'https://intento.zone',
|
|
22632
|
+
twitter: 'https://x.com/intentozone'
|
|
22633
|
+
}
|
|
22555
22634
|
},
|
|
22556
22635
|
{
|
|
22557
22636
|
description: 'The native token of Lumera.',
|
|
@@ -1440,26 +1440,19 @@ const info = {
|
|
|
1440
1440
|
},
|
|
1441
1441
|
{
|
|
1442
1442
|
description: 'PAX Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
|
|
1443
|
-
denomUnits: [
|
|
1444
|
-
{
|
|
1443
|
+
denomUnits: [{
|
|
1445
1444
|
denom: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
|
|
1446
1445
|
exponent: 0,
|
|
1447
1446
|
aliases: ['attopaxg', 'apaxg']
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1447
|
+
}, {
|
|
1450
1448
|
denom: 'paxg',
|
|
1451
1449
|
exponent: 18
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
denom: 'paxg.atom',
|
|
1455
|
-
exponent: 18
|
|
1456
|
-
}
|
|
1457
|
-
],
|
|
1450
|
+
}],
|
|
1458
1451
|
typeAsset: 'ics20',
|
|
1459
1452
|
base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
|
|
1460
1453
|
name: 'Eureka Bridged PAX Gold (Terra)',
|
|
1461
|
-
display: 'paxg
|
|
1462
|
-
symbol: 'PAXG
|
|
1454
|
+
display: 'paxg',
|
|
1455
|
+
symbol: 'PAXG',
|
|
1463
1456
|
traces: [{
|
|
1464
1457
|
type: 'ibc-bridge',
|
|
1465
1458
|
counterparty: {
|
|
@@ -1500,26 +1493,19 @@ const info = {
|
|
|
1500
1493
|
},
|
|
1501
1494
|
{
|
|
1502
1495
|
description: 'Tether Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
|
|
1503
|
-
denomUnits: [
|
|
1504
|
-
{
|
|
1496
|
+
denomUnits: [{
|
|
1505
1497
|
denom: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1506
1498
|
exponent: 0,
|
|
1507
1499
|
aliases: ['microxaut', 'uxaut']
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1500
|
+
}, {
|
|
1510
1501
|
denom: 'xaut',
|
|
1511
1502
|
exponent: 6
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
denom: 'xaut.atom',
|
|
1515
|
-
exponent: 6
|
|
1516
|
-
}
|
|
1517
|
-
],
|
|
1503
|
+
}],
|
|
1518
1504
|
typeAsset: 'ics20',
|
|
1519
1505
|
base: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
|
|
1520
1506
|
name: 'Eureka Bridged Tether Gold (Terra)',
|
|
1521
|
-
display: 'xaut
|
|
1522
|
-
symbol: 'XAUt
|
|
1507
|
+
display: 'xaut',
|
|
1508
|
+
symbol: 'XAUt',
|
|
1523
1509
|
traces: [{
|
|
1524
1510
|
type: 'ibc-bridge',
|
|
1525
1511
|
counterparty: {
|
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.91",
|
|
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.91"
|
|
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": "994b61ce9298f5f9d7e2b138726c25c27e14815e"
|
|
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: [{
|