chain-registry 1.69.382 → 1.69.384

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.
Files changed (50) hide show
  1. package/esm/mainnet/akash/assets.js +1 -1
  2. package/esm/mainnet/axelar/assets.js +1 -2
  3. package/esm/mainnet/carbon/assets.js +1 -1
  4. package/esm/mainnet/cnhostables/chain.js +1 -1
  5. package/esm/mainnet/ethereum/assets.js +1 -1
  6. package/esm/mainnet/int3face/assets.js +29 -0
  7. package/esm/mainnet/osmosis/assets.js +80 -1
  8. package/esm/mainnet/terra2/assets.js +10 -24
  9. package/esm/mainnet/zigchain/assets.js +9 -2
  10. package/esm/noncosmos/assets.js +4 -0
  11. package/esm/noncosmos/named.js +2 -0
  12. package/esm/noncosmos/zcash/assets.js +32 -0
  13. package/esm/noncosmos/zcash/index.js +2 -0
  14. package/esm/noncosmos/zcashtestnet/assets.js +36 -0
  15. package/esm/noncosmos/zcashtestnet/index.js +2 -0
  16. package/esm/testnet/daodiseotestnet/chain.js +1 -1
  17. package/esm/testnet/int3facetestnet/assets.js +29 -0
  18. package/esm/testnet/osmosistestnet/assets.js +47 -0
  19. package/esm/testnet/permtestnet/chain.js +1 -1
  20. package/esm/testnet/wavehashtestnet/chain.js +1 -1
  21. package/esm/testnet/zigchaintestnet/assets.js +32 -6
  22. package/esm/testnet/zigchaintestnet/chain.js +4 -4
  23. package/mainnet/akash/assets.js +1 -1
  24. package/mainnet/axelar/assets.js +1 -2
  25. package/mainnet/carbon/assets.js +1 -1
  26. package/mainnet/cnhostables/chain.js +1 -1
  27. package/mainnet/ethereum/assets.js +1 -1
  28. package/mainnet/int3face/assets.js +29 -0
  29. package/mainnet/osmosis/assets.js +80 -1
  30. package/mainnet/terra2/assets.js +10 -24
  31. package/mainnet/zigchain/assets.js +9 -2
  32. package/noncosmos/assets.js +4 -0
  33. package/noncosmos/named.d.ts +2 -0
  34. package/noncosmos/named.js +3 -1
  35. package/noncosmos/zcash/assets.d.ts +3 -0
  36. package/noncosmos/zcash/assets.js +34 -0
  37. package/noncosmos/zcash/index.d.ts +1 -0
  38. package/noncosmos/zcash/index.js +8 -0
  39. package/noncosmos/zcashtestnet/assets.d.ts +3 -0
  40. package/noncosmos/zcashtestnet/assets.js +38 -0
  41. package/noncosmos/zcashtestnet/index.d.ts +1 -0
  42. package/noncosmos/zcashtestnet/index.js +8 -0
  43. package/package.json +3 -3
  44. package/testnet/daodiseotestnet/chain.js +1 -1
  45. package/testnet/int3facetestnet/assets.js +29 -0
  46. package/testnet/osmosistestnet/assets.js +47 -0
  47. package/testnet/permtestnet/chain.js +1 -1
  48. package/testnet/wavehashtestnet/chain.js +1 -1
  49. package/testnet/zigchaintestnet/assets.js +32 -6
  50. package/testnet/zigchaintestnet/chain.js +4 -4
@@ -17,7 +17,7 @@ const info = {
17
17
  fee_tokens: [{
18
18
  denom: 'ucnho',
19
19
  fixed_min_gas_price: 0.000005,
20
- low_gas_price: 0.000001,
20
+ low_gas_price: 0.000005,
21
21
  average_gas_price: 0.00001,
22
22
  high_gas_price: 0.025
23
23
  }]
@@ -818,7 +818,7 @@ const info = {
818
818
  name: 'tBTC v2',
819
819
  symbol: 'tBTC',
820
820
  traces: [{
821
- type: 'wrapped',
821
+ type: 'bridge',
822
822
  counterparty: {
823
823
  chain_name: 'bitcoin',
824
824
  base_denom: 'sat'
@@ -308,6 +308,35 @@ const info = {
308
308
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png'
309
309
  }],
310
310
  type_asset: 'sdk.coin'
311
+ },
312
+ {
313
+ description: 'Zcash on Int3face',
314
+ denom_units: [{
315
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
316
+ exponent: 0
317
+ }, {
318
+ denom: 'zec',
319
+ exponent: 8
320
+ }],
321
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
322
+ name: 'Zcash',
323
+ display: 'zec',
324
+ symbol: 'ZEC',
325
+ traces: [{
326
+ type: 'bridge',
327
+ counterparty: {
328
+ chain_name: 'zcash',
329
+ base_denom: 'zatoshi'
330
+ },
331
+ provider: 'Int3face'
332
+ }],
333
+ logo_URIs: {
334
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
335
+ },
336
+ images: [{
337
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
338
+ }],
339
+ type_asset: 'sdk.coin'
311
340
  }
312
341
  ]
313
342
  };
@@ -17364,6 +17364,44 @@ const info = {
17364
17364
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
17365
17365
  }]
17366
17366
  },
17367
+ {
17368
+ description: 'Native ZEC from Zcash blockchain bridged via Int3face bridge',
17369
+ denom_units: [{
17370
+ denom: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
17371
+ exponent: 0,
17372
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
17373
+ }, {
17374
+ denom: 'zec',
17375
+ exponent: 8
17376
+ }],
17377
+ type_asset: 'ics20',
17378
+ base: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
17379
+ name: 'Zcash',
17380
+ display: 'zec',
17381
+ symbol: 'ZEC',
17382
+ traces: [{
17383
+ type: 'ibc',
17384
+ counterparty: {
17385
+ chain_name: 'int3face',
17386
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
17387
+ channel_id: 'channel-0'
17388
+ },
17389
+ chain: {
17390
+ channel_id: 'channel-82819',
17391
+ path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
17392
+ }
17393
+ }],
17394
+ logo_URIs: {
17395
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
17396
+ },
17397
+ images: [{
17398
+ image_sync: {
17399
+ chain_name: 'int3face',
17400
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
17401
+ },
17402
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
17403
+ }]
17404
+ },
17367
17405
  {
17368
17406
  description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
17369
17407
  denom_units: [{
@@ -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
+ extended_description: 'Multiple Zcash variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of ZEC.',
21876
+ denom_units: [{
21877
+ denom: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
21878
+ exponent: 0
21879
+ }, {
21880
+ denom: 'allZEC',
21881
+ exponent: 8
21882
+ }],
21883
+ type_asset: '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
+ chain_name: 'zcash',
21893
+ base_denom: 'zatoshi'
21894
+ },
21895
+ provider: 'Osmosis'
21896
+ }],
21897
+ logo_URIs: {
21898
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21899
+ },
21900
+ images: [{
21901
+ image_sync: {
21902
+ chain_name: 'zcash',
21903
+ base_denom: 'zatoshi'
21904
+ },
21905
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21906
+ }]
21907
+ },
21835
21908
  {
21836
21909
  denom_units: [{
21837
21910
  denom: 'ibc/29EA1818A218B35E18FADC287C85A01802C900A5FFC0D7C8FC592D05186AAFD0',
@@ -22515,6 +22588,7 @@ const info = {
22515
22588
  },
22516
22589
  {
22517
22590
  description: 'The native token of Intento.',
22591
+ extended_description: '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
  denom_units: [{
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
- denom_units: [
1444
- {
1443
+ denom_units: [{
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
  type_asset: 'ics20',
1459
1452
  base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
1460
1453
  name: 'Eureka Bridged PAX Gold (Terra)',
1461
- display: 'paxg.atom',
1462
- symbol: 'PAXG.ATOM',
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
- denom_units: [
1504
- {
1496
+ denom_units: [{
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
  type_asset: 'ics20',
1519
1505
  base: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
1520
1506
  name: 'Eureka Bridged Tether Gold (Terra)',
1521
- display: 'xaut.atom',
1522
- symbol: 'XAUt.ATOM',
1507
+ display: 'xaut',
1508
+ symbol: 'XAUt',
1523
1509
  traces: [{
1524
1510
  type: 'ibc-bridge',
1525
1511
  counterparty: {
@@ -28,6 +28,14 @@ const info = {
28
28
  name: 'ZIG',
29
29
  display: 'zig',
30
30
  symbol: 'ZIG',
31
+ traces: [{
32
+ type: 'additional-mintage',
33
+ counterparty: {
34
+ chain_name: 'ethereum',
35
+ base_denom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
36
+ },
37
+ provider: 'ZIGChain'
38
+ }],
31
39
  coingecko_id: 'zignaly',
32
40
  keywords: [
33
41
  'zigchain',
@@ -221,8 +229,7 @@ const info = {
221
229
  },
222
230
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
223
231
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
224
- }],
225
- coingecko_id: 'zignaly'
232
+ }]
226
233
  }
227
234
  ]
228
235
  };
@@ -52,6 +52,7 @@ const _stellar = __importStar(require("./stellar"));
52
52
  const _sui = __importStar(require("./sui"));
53
53
  const _tinkernet = __importStar(require("./tinkernet"));
54
54
  const _xrpl = __importStar(require("./xrpl"));
55
+ const _zcash = __importStar(require("./zcash"));
55
56
  const _zilliqa = __importStar(require("./zilliqa"));
56
57
  const _berachain = __importStar(require("./berachain"));
57
58
  const _hall = __importStar(require("./hall"));
@@ -69,6 +70,7 @@ const _polygontestnet = __importStar(require("./polygontestnet"));
69
70
  const _solanatestnet = __importStar(require("./solanatestnet"));
70
71
  const _tontestnet = __importStar(require("./tontestnet"));
71
72
  const _xrpltestnet = __importStar(require("./xrpltestnet"));
73
+ const _zcashtestnet = __importStar(require("./zcashtestnet"));
72
74
  const _ojotestnet = __importStar(require("./ojotestnet"));
73
75
  const _tsc = __importStar(require("./tsc"));
74
76
  const assets = [
@@ -101,6 +103,7 @@ const assets = [
101
103
  _sui.assets,
102
104
  _tinkernet.assets,
103
105
  _xrpl.assets,
106
+ _zcash.assets,
104
107
  _zilliqa.assets,
105
108
  _berachain.assets,
106
109
  _hall.assets,
@@ -118,6 +121,7 @@ const assets = [
118
121
  _solanatestnet.assets,
119
122
  _tontestnet.assets,
120
123
  _xrpltestnet.assets,
124
+ _zcashtestnet.assets,
121
125
  _ojotestnet.assets,
122
126
  _tsc.assets
123
127
  ];
@@ -27,6 +27,7 @@ export * as stellar from './stellar';
27
27
  export * as sui from './sui';
28
28
  export * as tinkernet from './tinkernet';
29
29
  export * as xrpl from './xrpl';
30
+ export * as zcash from './zcash';
30
31
  export * as zilliqa from './zilliqa';
31
32
  export * as berachain from './berachain';
32
33
  export * as hall from './hall';
@@ -44,5 +45,6 @@ export * as polygontestnet from './polygontestnet';
44
45
  export * as solanatestnet from './solanatestnet';
45
46
  export * as tontestnet from './tontestnet';
46
47
  export * as xrpltestnet from './xrpltestnet';
48
+ export * as zcashtestnet from './zcashtestnet';
47
49
  export * as ojotestnet from './ojotestnet';
48
50
  export * as tsc from './tsc';
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.tsc = exports.ojotestnet = exports.xrpltestnet = exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.hall = exports.berachain = exports.zilliqa = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = void 0;
26
+ exports.tsc = exports.ojotestnet = exports.zcashtestnet = exports.xrpltestnet = exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.hall = exports.berachain = exports.zilliqa = exports.zcash = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = void 0;
27
27
  exports._0l = __importStar(require("./0l"));
28
28
  exports.aptos = __importStar(require("./aptos"));
29
29
  exports.arbitrum = __importStar(require("./arbitrum"));
@@ -53,6 +53,7 @@ exports.stellar = __importStar(require("./stellar"));
53
53
  exports.sui = __importStar(require("./sui"));
54
54
  exports.tinkernet = __importStar(require("./tinkernet"));
55
55
  exports.xrpl = __importStar(require("./xrpl"));
56
+ exports.zcash = __importStar(require("./zcash"));
56
57
  exports.zilliqa = __importStar(require("./zilliqa"));
57
58
  exports.berachain = __importStar(require("./berachain"));
58
59
  exports.hall = __importStar(require("./hall"));
@@ -70,5 +71,6 @@ exports.polygontestnet = __importStar(require("./polygontestnet"));
70
71
  exports.solanatestnet = __importStar(require("./solanatestnet"));
71
72
  exports.tontestnet = __importStar(require("./tontestnet"));
72
73
  exports.xrpltestnet = __importStar(require("./xrpltestnet"));
74
+ exports.zcashtestnet = __importStar(require("./zcashtestnet"));
73
75
  exports.ojotestnet = __importStar(require("./ojotestnet"));
74
76
  exports.tsc = __importStar(require("./tsc"));
@@ -0,0 +1,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
+ chain_name: 'zcash',
6
+ assets: [{
7
+ description: 'Zcash is a privacy-focused cryptocurrency that uses advanced cryptography to provide enhanced transaction privacy.',
8
+ extended_description: 'Zcash (ZEC) is a decentralized cryptocurrency focused on privacy and selective transparency of transactions. It uses zero-knowledge proofs (zk-SNARKs) to enable users to transact privately while maintaining a secure blockchain. Zcash offers users the choice between transparent transactions (similar to Bitcoin) and shielded transactions that hide sender, receiver, and amount information.',
9
+ denom_units: [{
10
+ denom: 'zatoshi',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'zec',
14
+ exponent: 8
15
+ }],
16
+ type_asset: 'bitcoin-like',
17
+ base: 'zatoshi',
18
+ name: 'Zcash',
19
+ display: 'zec',
20
+ symbol: 'ZEC',
21
+ coingecko_id: 'zcash',
22
+ images: [{
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
24
+ theme: {
25
+ circle: true
26
+ }
27
+ }],
28
+ socials: {
29
+ website: 'https://z.cash/',
30
+ twitter: 'https://x.com/zcash'
31
+ }
32
+ }]
33
+ };
34
+ exports.default = info;
@@ -0,0 +1 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ exports.assets = assets_1.default;
@@ -0,0 +1,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
+ chain_name: 'zcashtestnet',
6
+ assets: [{
7
+ description: 'The testnet version of Zcash.',
8
+ denom_units: [{
9
+ denom: 'zatoshi',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'zec',
13
+ exponent: 8
14
+ }],
15
+ type_asset: 'bitcoin-like',
16
+ base: 'zatoshi',
17
+ name: 'Zcash',
18
+ display: 'zec',
19
+ symbol: 'ZEC',
20
+ traces: [{
21
+ type: 'test-mintage',
22
+ counterparty: {
23
+ chain_name: 'zcash',
24
+ base_denom: 'zatoshi'
25
+ },
26
+ provider: 'Zcash'
27
+ }],
28
+ images: [{
29
+ image_sync: {
30
+ chain_name: 'zcash',
31
+ base_denom: 'zatoshi'
32
+ },
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
34
+ }],
35
+ coingecko_id: 'zcash'
36
+ }]
37
+ };
38
+ exports.default = info;
@@ -0,0 +1 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ exports.assets = assets_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.382",
3
+ "version": "1.69.384",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.240"
32
+ "@chain-registry/types": "^0.50.242"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "2e7dc722891da9edcfb9d0c1d90ae234f0abf934"
42
+ "gitHead": "5493a6bdd740de60b0a804aa6eb0d1069844bbde"
43
43
  }
@@ -18,7 +18,7 @@ const info = {
18
18
  fee_tokens: [{
19
19
  denom: 'uodis',
20
20
  fixed_min_gas_price: 0.025,
21
- low_gas_price: 0.01,
21
+ low_gas_price: 0.025,
22
22
  average_gas_price: 0.025,
23
23
  high_gas_price: 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
  type_asset: 'sdk.coin'
248
+ },
249
+ {
250
+ description: 'Testnet Zcash on Int3face',
251
+ denom_units: [{
252
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
253
+ exponent: 0
254
+ }, {
255
+ denom: 'zec',
256
+ exponent: 8
257
+ }],
258
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
259
+ name: 'Testnet Zcash',
260
+ display: 'zec',
261
+ symbol: 'ZEC',
262
+ traces: [{
263
+ type: 'bridge',
264
+ counterparty: {
265
+ chain_name: 'zcashtestnet',
266
+ base_denom: 'zatoshi'
267
+ },
268
+ provider: 'Int3face'
269
+ }],
270
+ logo_URIs: {
271
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
272
+ },
273
+ images: [{
274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
275
+ }],
276
+ type_asset: 'sdk.coin'
248
277
  }
249
278
  ]
250
279
  };
@@ -1531,6 +1531,53 @@ const info = {
1531
1531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
1532
1532
  }]
1533
1533
  },
1534
+ {
1535
+ description: 'Testnet ZEC from Zcash bridged via Int3face bridge',
1536
+ denom_units: [{
1537
+ denom: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
1538
+ exponent: 0,
1539
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
1540
+ }, {
1541
+ denom: 'zec',
1542
+ exponent: 8
1543
+ }],
1544
+ type_asset: 'ics20',
1545
+ base: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
1546
+ name: 'Testnet Zcash (Int3)',
1547
+ display: 'zec',
1548
+ symbol: 'ZEC.int3',
1549
+ traces: [{
1550
+ type: 'bridge',
1551
+ counterparty: {
1552
+ chain_name: 'zcashtestnet',
1553
+ base_denom: 'zatoshi'
1554
+ },
1555
+ provider: 'Int3face'
1556
+ }, {
1557
+ type: 'ibc',
1558
+ counterparty: {
1559
+ chain_name: 'int3facetestnet',
1560
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
1561
+ channel_id: 'channel-1'
1562
+ },
1563
+ chain: {
1564
+ channel_id: 'channel-9755',
1565
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
1566
+ }
1567
+ }],
1568
+ logo_URIs: {
1569
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
1570
+ },
1571
+ images: [{
1572
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
1573
+ }, {
1574
+ image_sync: {
1575
+ chain_name: 'int3facetestnet',
1576
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
1577
+ },
1578
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
1579
+ }]
1580
+ },
1534
1581
  {
1535
1582
  description: 'Testnet TON coin bridged via Int3face bridge',
1536
1583
  denom_units: [{
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'uperm',
19
19
  low_gas_price: 0.0025,
20
20
  average_gas_price: 0.0025,
21
- high_gas_price: 0.0024
21
+ high_gas_price: 0.0025
22
22
  }]
23
23
  },
24
24
  staking: {
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'uwahax',
19
19
  low_gas_price: 0.0025,
20
20
  average_gas_price: 0.0025,
21
- high_gas_price: 0.0024
21
+ high_gas_price: 0.0025
22
22
  }]
23
23
  },
24
24
  staking: {
@@ -26,6 +26,14 @@ const info = {
26
26
  name: 'ZIG',
27
27
  display: 'zig',
28
28
  symbol: 'ZIG',
29
+ traces: [{
30
+ type: 'test-mintage',
31
+ counterparty: {
32
+ chain_name: 'zigchain',
33
+ base_denom: 'uzig'
34
+ },
35
+ provider: 'ZIGChain'
36
+ }],
29
37
  coingecko_id: 'zignaly',
30
38
  keywords: [
31
39
  'zigchain',
@@ -36,12 +44,16 @@ const info = {
36
44
  'defi'
37
45
  ],
38
46
  logo_URIs: {
39
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
40
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
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
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
44
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
51
+ image_sync: {
52
+ chain_name: 'zigchain',
53
+ base_denom: 'uzig'
54
+ },
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
56
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
45
57
  }],
46
58
  type_asset: 'sdk.coin',
47
59
  socials: {
@@ -65,11 +77,25 @@ const info = {
65
77
  name: 'Staked Zig',
66
78
  display: 'stzig',
67
79
  symbol: 'STZIG',
80
+ traces: [{
81
+ type: 'test-mintage',
82
+ counterparty: {
83
+ chain_name: 'zigchain',
84
+ base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
85
+ },
86
+ provider: 'ZIGChain'
87
+ }],
68
88
  logo_URIs: {
69
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
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
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
93
+ image_sync: {
94
+ chain_name: 'zigchain',
95
+ base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
96
+ },
97
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
98
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
73
99
  }],
74
100
  type_asset: 'sdk.coin',
75
101
  socials: {