chain-registry 2.0.89 → 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.
@@ -15,7 +15,7 @@ const info = {
15
15
  feeTokens: [{
16
16
  denom: 'ucnho',
17
17
  fixedMinGasPrice: 0.000005,
18
- lowGasPrice: 0.000001,
18
+ lowGasPrice: 0.000005,
19
19
  averageGasPrice: 0.00001,
20
20
  highGasPrice: 0.025
21
21
  }]
@@ -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: [{
@@ -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,2 @@
1
+ import _assetList from './asset-list';
2
+ export const assetList = _assetList;
@@ -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;
@@ -0,0 +1,2 @@
1
+ import _assetList from './asset-list';
2
+ export const assetList = _assetList;
@@ -16,7 +16,7 @@ const info = {
16
16
  feeTokens: [{
17
17
  denom: 'uodis',
18
18
  fixedMinGasPrice: 0.025,
19
- lowGasPrice: 0.01,
19
+ lowGasPrice: 0.025,
20
20
  averageGasPrice: 0.025,
21
21
  highGasPrice: 0.04
22
22
  }]
@@ -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: [{
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'uperm',
17
17
  lowGasPrice: 0.0025,
18
18
  averageGasPrice: 0.0025,
19
- highGasPrice: 0.0024
19
+ highGasPrice: 0.0025
20
20
  }]
21
21
  },
22
22
  staking: {
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'uwahax',
17
17
  lowGasPrice: 0.0025,
18
18
  averageGasPrice: 0.0025,
19
- highGasPrice: 0.0024
19
+ highGasPrice: 0.0025
20
20
  }]
21
21
  },
22
22
  staking: {
@@ -17,7 +17,7 @@ const info = {
17
17
  feeTokens: [{
18
18
  denom: 'ucnho',
19
19
  fixedMinGasPrice: 0.000005,
20
- lowGasPrice: 0.000001,
20
+ lowGasPrice: 0.000005,
21
21
  averageGasPrice: 0.00001,
22
22
  highGasPrice: 0.025
23
23
  }]
@@ -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: [{
@@ -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,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -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,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -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.89",
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.89"
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": "f602196d01e7e7e08849eeab4192ba0d99f64dbf"
42
+ "gitHead": "b42379c157d03df52d2a5f26d865f9b98f010d9e"
43
43
  }
@@ -18,7 +18,7 @@ const info = {
18
18
  feeTokens: [{
19
19
  denom: 'uodis',
20
20
  fixedMinGasPrice: 0.025,
21
- lowGasPrice: 0.01,
21
+ lowGasPrice: 0.025,
22
22
  averageGasPrice: 0.025,
23
23
  highGasPrice: 0.04
24
24
  }]
@@ -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: [{
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'uperm',
19
19
  lowGasPrice: 0.0025,
20
20
  averageGasPrice: 0.0025,
21
- highGasPrice: 0.0024
21
+ highGasPrice: 0.0025
22
22
  }]
23
23
  },
24
24
  staking: {
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'uwahax',
19
19
  lowGasPrice: 0.0025,
20
20
  averageGasPrice: 0.0025,
21
- highGasPrice: 0.0024
21
+ highGasPrice: 0.0025
22
22
  }]
23
23
  },
24
24
  staking: {