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
@@ -26,7 +26,7 @@ const info = {
26
26
  }],
27
27
  socials: {
28
28
  website: 'https://akash.network/',
29
- twitter: 'https://twitter.com/akashnet_'
29
+ twitter: 'https://twitter.com/akashnet'
30
30
  },
31
31
  type_asset: 'sdk.coin'
32
32
  }]
@@ -1682,8 +1682,7 @@ const info = {
1682
1682
  logo_URIs: {
1683
1683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
1684
1684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
1685
- },
1686
- coingecko_id: 'zignaly'
1685
+ }
1687
1686
  }
1688
1687
  ]
1689
1688
  };
@@ -180,7 +180,7 @@ const info = {
180
180
  display: 'cglp',
181
181
  symbol: 'CGLP',
182
182
  traces: [{
183
- type: 'wrapped',
183
+ type: 'bridge',
184
184
  counterparty: {
185
185
  chain_name: 'arbitrum',
186
186
  base_denom: '0xab19bdaeb37242fa0f30486195f45b9cf5361b78',
@@ -15,7 +15,7 @@ const info = {
15
15
  fee_tokens: [{
16
16
  denom: 'ucnho',
17
17
  fixed_min_gas_price: 0.000005,
18
- low_gas_price: 0.000001,
18
+ low_gas_price: 0.000005,
19
19
  average_gas_price: 0.00001,
20
20
  high_gas_price: 0.025
21
21
  }]
@@ -816,7 +816,7 @@ const info = {
816
816
  name: 'tBTC v2',
817
817
  symbol: 'tBTC',
818
818
  traces: [{
819
- type: 'wrapped',
819
+ type: 'bridge',
820
820
  counterparty: {
821
821
  chain_name: 'bitcoin',
822
822
  base_denom: 'sat'
@@ -306,6 +306,35 @@ const info = {
306
306
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png'
307
307
  }],
308
308
  type_asset: 'sdk.coin'
309
+ },
310
+ {
311
+ description: 'Zcash on Int3face',
312
+ denom_units: [{
313
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
314
+ exponent: 0
315
+ }, {
316
+ denom: 'zec',
317
+ exponent: 8
318
+ }],
319
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
320
+ name: 'Zcash',
321
+ display: 'zec',
322
+ symbol: 'ZEC',
323
+ traces: [{
324
+ type: 'bridge',
325
+ counterparty: {
326
+ chain_name: 'zcash',
327
+ base_denom: 'zatoshi'
328
+ },
329
+ provider: 'Int3face'
330
+ }],
331
+ logo_URIs: {
332
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
333
+ },
334
+ images: [{
335
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
336
+ }],
337
+ type_asset: 'sdk.coin'
309
338
  }
310
339
  ]
311
340
  };
@@ -17362,6 +17362,44 @@ const info = {
17362
17362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
17363
17363
  }]
17364
17364
  },
17365
+ {
17366
+ description: 'Native ZEC from Zcash blockchain bridged via Int3face bridge',
17367
+ denom_units: [{
17368
+ denom: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
17369
+ exponent: 0,
17370
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
17371
+ }, {
17372
+ denom: 'zec',
17373
+ exponent: 8
17374
+ }],
17375
+ type_asset: 'ics20',
17376
+ base: 'ibc/18A91A3DDFD9776A247AE1B4B3298D754D1627B85F288DCEA473B7239F7B7A0E',
17377
+ name: 'Zcash',
17378
+ display: 'zec',
17379
+ symbol: 'ZEC',
17380
+ traces: [{
17381
+ type: 'ibc',
17382
+ counterparty: {
17383
+ chain_name: 'int3face',
17384
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
17385
+ channel_id: 'channel-0'
17386
+ },
17387
+ chain: {
17388
+ channel_id: 'channel-82819',
17389
+ path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
17390
+ }
17391
+ }],
17392
+ logo_URIs: {
17393
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
17394
+ },
17395
+ images: [{
17396
+ image_sync: {
17397
+ chain_name: 'int3face',
17398
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
17399
+ },
17400
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
17401
+ }]
17402
+ },
17365
17403
  {
17366
17404
  description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
17367
17405
  denom_units: [{
@@ -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
+ extended_description: 'Multiple Zcash variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of ZEC.',
21874
+ denom_units: [{
21875
+ denom: 'factory/osmo1twk0c4kcwnhkyn6pzxe0qsk6a3nrye2w2sy309d60sljfysugagsd7e3mn/alloyed/allZEC',
21876
+ exponent: 0
21877
+ }, {
21878
+ denom: 'allZEC',
21879
+ exponent: 8
21880
+ }],
21881
+ type_asset: '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
+ chain_name: 'zcash',
21891
+ base_denom: 'zatoshi'
21892
+ },
21893
+ provider: 'Osmosis'
21894
+ }],
21895
+ logo_URIs: {
21896
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21897
+ },
21898
+ images: [{
21899
+ image_sync: {
21900
+ chain_name: 'zcash',
21901
+ base_denom: 'zatoshi'
21902
+ },
21903
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21904
+ }]
21905
+ },
21833
21906
  {
21834
21907
  denom_units: [{
21835
21908
  denom: 'ibc/29EA1818A218B35E18FADC287C85A01802C900A5FFC0D7C8FC592D05186AAFD0',
@@ -22513,6 +22586,7 @@ const info = {
22513
22586
  },
22514
22587
  {
22515
22588
  description: 'The native token of Intento.',
22589
+ 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.',
22516
22590
  denom_units: [{
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
- denom_units: [
1442
- {
1441
+ denom_units: [{
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
  type_asset: 'ics20',
1457
1450
  base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
1458
1451
  name: 'Eureka Bridged PAX Gold (Terra)',
1459
- display: 'paxg.atom',
1460
- symbol: 'PAXG.ATOM',
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
- denom_units: [
1502
- {
1494
+ denom_units: [{
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
  type_asset: 'ics20',
1517
1503
  base: 'ibc/F20FE45BF7122CF10559EDEA032E37956D3314774EA6D8D1D46B87D138290C45',
1518
1504
  name: 'Eureka Bridged Tether Gold (Terra)',
1519
- display: 'xaut.atom',
1520
- symbol: 'XAUt.ATOM',
1505
+ display: 'xaut',
1506
+ symbol: 'XAUt',
1521
1507
  traces: [{
1522
1508
  type: 'ibc-bridge',
1523
1509
  counterparty: {
@@ -26,6 +26,14 @@ const info = {
26
26
  name: 'ZIG',
27
27
  display: 'zig',
28
28
  symbol: 'ZIG',
29
+ traces: [{
30
+ type: 'additional-mintage',
31
+ counterparty: {
32
+ chain_name: 'ethereum',
33
+ base_denom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
34
+ },
35
+ provider: 'ZIGChain'
36
+ }],
29
37
  coingecko_id: 'zignaly',
30
38
  keywords: [
31
39
  'zigchain',
@@ -219,8 +227,7 @@ const info = {
219
227
  },
220
228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
221
229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
222
- }],
223
- coingecko_id: 'zignaly'
230
+ }]
224
231
  }
225
232
  ]
226
233
  };
@@ -27,6 +27,7 @@ import * as _stellar from './stellar';
27
27
  import * as _sui from './sui';
28
28
  import * as _tinkernet from './tinkernet';
29
29
  import * as _xrpl from './xrpl';
30
+ import * as _zcash from './zcash';
30
31
  import * as _zilliqa from './zilliqa';
31
32
  import * as _berachain from './berachain';
32
33
  import * as _hall from './hall';
@@ -44,6 +45,7 @@ import * as _polygontestnet from './polygontestnet';
44
45
  import * as _solanatestnet from './solanatestnet';
45
46
  import * as _tontestnet from './tontestnet';
46
47
  import * as _xrpltestnet from './xrpltestnet';
48
+ import * as _zcashtestnet from './zcashtestnet';
47
49
  import * as _ojotestnet from './ojotestnet';
48
50
  import * as _tsc from './tsc';
49
51
  const assets = [
@@ -76,6 +78,7 @@ const assets = [
76
78
  _sui.assets,
77
79
  _tinkernet.assets,
78
80
  _xrpl.assets,
81
+ _zcash.assets,
79
82
  _zilliqa.assets,
80
83
  _berachain.assets,
81
84
  _hall.assets,
@@ -93,6 +96,7 @@ const assets = [
93
96
  _solanatestnet.assets,
94
97
  _tontestnet.assets,
95
98
  _xrpltestnet.assets,
99
+ _zcashtestnet.assets,
96
100
  _ojotestnet.assets,
97
101
  _tsc.assets
98
102
  ];
@@ -27,6 +27,7 @@ export * as stellar from './stellar';
27
27
  export * as sui from './sui';
28
28
  export * as tinkernet from './tinkernet';
29
29
  export * as xrpl from './xrpl';
30
+ export * as zcash from './zcash';
30
31
  export * as zilliqa from './zilliqa';
31
32
  export * as berachain from './berachain';
32
33
  export * as hall from './hall';
@@ -44,5 +45,6 @@ export * as polygontestnet from './polygontestnet';
44
45
  export * as solanatestnet from './solanatestnet';
45
46
  export * as tontestnet from './tontestnet';
46
47
  export * as xrpltestnet from './xrpltestnet';
48
+ export * as zcashtestnet from './zcashtestnet';
47
49
  export * as ojotestnet from './ojotestnet';
48
50
  export * as tsc from './tsc';
@@ -0,0 +1,32 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'zcash',
4
+ assets: [{
5
+ description: 'Zcash is a privacy-focused cryptocurrency that uses advanced cryptography to provide enhanced transaction privacy.',
6
+ extended_description: 'Zcash (ZEC) is a decentralized cryptocurrency focused on privacy and selective transparency of transactions. It uses zero-knowledge proofs (zk-SNARKs) to enable users to transact privately while maintaining a secure blockchain. Zcash offers users the choice between transparent transactions (similar to Bitcoin) and shielded transactions that hide sender, receiver, and amount information.',
7
+ denom_units: [{
8
+ denom: 'zatoshi',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'zec',
12
+ exponent: 8
13
+ }],
14
+ type_asset: 'bitcoin-like',
15
+ base: 'zatoshi',
16
+ name: 'Zcash',
17
+ display: 'zec',
18
+ symbol: 'ZEC',
19
+ coingecko_id: 'zcash',
20
+ images: [{
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
22
+ theme: {
23
+ circle: true
24
+ }
25
+ }],
26
+ socials: {
27
+ website: 'https://z.cash/',
28
+ twitter: 'https://x.com/zcash'
29
+ }
30
+ }]
31
+ };
32
+ export default info;
@@ -0,0 +1,2 @@
1
+ import _assets from './assets';
2
+ export const assets = _assets;
@@ -0,0 +1,36 @@
1
+ const info = {
2
+ $schema: '../../../assetlist.schema.json',
3
+ chain_name: 'zcashtestnet',
4
+ assets: [{
5
+ description: 'The testnet version of Zcash.',
6
+ denom_units: [{
7
+ denom: 'zatoshi',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'zec',
11
+ exponent: 8
12
+ }],
13
+ type_asset: 'bitcoin-like',
14
+ base: 'zatoshi',
15
+ name: 'Zcash',
16
+ display: 'zec',
17
+ symbol: 'ZEC',
18
+ traces: [{
19
+ type: 'test-mintage',
20
+ counterparty: {
21
+ chain_name: 'zcash',
22
+ base_denom: 'zatoshi'
23
+ },
24
+ provider: 'Zcash'
25
+ }],
26
+ images: [{
27
+ image_sync: {
28
+ chain_name: 'zcash',
29
+ base_denom: 'zatoshi'
30
+ },
31
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
32
+ }],
33
+ coingecko_id: 'zcash'
34
+ }]
35
+ };
36
+ export default info;
@@ -0,0 +1,2 @@
1
+ import _assets from './assets';
2
+ export const assets = _assets;
@@ -16,7 +16,7 @@ const info = {
16
16
  fee_tokens: [{
17
17
  denom: 'uodis',
18
18
  fixed_min_gas_price: 0.025,
19
- low_gas_price: 0.01,
19
+ low_gas_price: 0.025,
20
20
  average_gas_price: 0.025,
21
21
  high_gas_price: 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
  type_asset: 'sdk.coin'
246
+ },
247
+ {
248
+ description: 'Testnet Zcash on Int3face',
249
+ denom_units: [{
250
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
251
+ exponent: 0
252
+ }, {
253
+ denom: 'zec',
254
+ exponent: 8
255
+ }],
256
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
257
+ name: 'Testnet Zcash',
258
+ display: 'zec',
259
+ symbol: 'ZEC',
260
+ traces: [{
261
+ type: 'bridge',
262
+ counterparty: {
263
+ chain_name: 'zcashtestnet',
264
+ base_denom: 'zatoshi'
265
+ },
266
+ provider: 'Int3face'
267
+ }],
268
+ logo_URIs: {
269
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
270
+ },
271
+ images: [{
272
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
273
+ }],
274
+ type_asset: 'sdk.coin'
246
275
  }
247
276
  ]
248
277
  };
@@ -1529,6 +1529,53 @@ const info = {
1529
1529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
1530
1530
  }]
1531
1531
  },
1532
+ {
1533
+ description: 'Testnet ZEC from Zcash bridged via Int3face bridge',
1534
+ denom_units: [{
1535
+ denom: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
1536
+ exponent: 0,
1537
+ aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec']
1538
+ }, {
1539
+ denom: 'zec',
1540
+ exponent: 8
1541
+ }],
1542
+ type_asset: 'ics20',
1543
+ base: 'ibc/49C1211CF9077E5D504D895A0C374D1D3E9B0EA3D0FFBA0CAB4EF3FEBEDA8DE2',
1544
+ name: 'Testnet Zcash (Int3)',
1545
+ display: 'zec',
1546
+ symbol: 'ZEC.int3',
1547
+ traces: [{
1548
+ type: 'bridge',
1549
+ counterparty: {
1550
+ chain_name: 'zcashtestnet',
1551
+ base_denom: 'zatoshi'
1552
+ },
1553
+ provider: 'Int3face'
1554
+ }, {
1555
+ type: 'ibc',
1556
+ counterparty: {
1557
+ chain_name: 'int3facetestnet',
1558
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec',
1559
+ channel_id: 'channel-1'
1560
+ },
1561
+ chain: {
1562
+ channel_id: 'channel-9755',
1563
+ path: 'transfer/channel-9755/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
1564
+ }
1565
+ }],
1566
+ logo_URIs: {
1567
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
1568
+ },
1569
+ images: [{
1570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
1571
+ }, {
1572
+ image_sync: {
1573
+ chain_name: 'int3facetestnet',
1574
+ base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/zcash-zec'
1575
+ },
1576
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/zec.int3.png'
1577
+ }]
1578
+ },
1532
1579
  {
1533
1580
  description: 'Testnet TON coin bridged via Int3face bridge',
1534
1581
  denom_units: [{
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'uperm',
17
17
  low_gas_price: 0.0025,
18
18
  average_gas_price: 0.0025,
19
- high_gas_price: 0.0024
19
+ high_gas_price: 0.0025
20
20
  }]
21
21
  },
22
22
  staking: {
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'uwahax',
17
17
  low_gas_price: 0.0025,
18
18
  average_gas_price: 0.0025,
19
- high_gas_price: 0.0024
19
+ high_gas_price: 0.0025
20
20
  }]
21
21
  },
22
22
  staking: {
@@ -24,6 +24,14 @@ const info = {
24
24
  name: 'ZIG',
25
25
  display: 'zig',
26
26
  symbol: 'ZIG',
27
+ traces: [{
28
+ type: 'test-mintage',
29
+ counterparty: {
30
+ chain_name: 'zigchain',
31
+ base_denom: 'uzig'
32
+ },
33
+ provider: 'ZIGChain'
34
+ }],
27
35
  coingecko_id: 'zignaly',
28
36
  keywords: [
29
37
  'zigchain',
@@ -34,12 +42,16 @@ const info = {
34
42
  'defi'
35
43
  ],
36
44
  logo_URIs: {
37
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
38
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
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
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
42
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
49
+ image_sync: {
50
+ chain_name: 'zigchain',
51
+ base_denom: 'uzig'
52
+ },
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
43
55
  }],
44
56
  type_asset: 'sdk.coin',
45
57
  socials: {
@@ -63,11 +75,25 @@ const info = {
63
75
  name: 'Staked Zig',
64
76
  display: 'stzig',
65
77
  symbol: 'STZIG',
78
+ traces: [{
79
+ type: 'test-mintage',
80
+ counterparty: {
81
+ chain_name: 'zigchain',
82
+ base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
83
+ },
84
+ provider: 'ZIGChain'
85
+ }],
66
86
  logo_URIs: {
67
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
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
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
91
+ image_sync: {
92
+ chain_name: 'zigchain',
93
+ base_denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
94
+ },
95
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
96
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
71
97
  }],
72
98
  type_asset: 'sdk.coin',
73
99
  socials: {
@@ -11,8 +11,8 @@ const info = {
11
11
  daemon_name: 'zigchaind',
12
12
  node_home: '$HOME/.zigchain',
13
13
  logo_URIs: {
14
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
15
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
14
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
15
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
16
16
  },
17
17
  key_algos: ['secp256k1'],
18
18
  slip44: 118,
@@ -107,8 +107,8 @@ const info = {
107
107
  chain_name: 'zigchaintestnet',
108
108
  base_denom: 'uzig'
109
109
  },
110
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
111
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
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;
@@ -28,7 +28,7 @@ const info = {
28
28
  }],
29
29
  socials: {
30
30
  website: 'https://akash.network/',
31
- twitter: 'https://twitter.com/akashnet_'
31
+ twitter: 'https://twitter.com/akashnet'
32
32
  },
33
33
  type_asset: 'sdk.coin'
34
34
  }]
@@ -1684,8 +1684,7 @@ const info = {
1684
1684
  logo_URIs: {
1685
1685
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
1686
1686
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
1687
- },
1688
- coingecko_id: 'zignaly'
1687
+ }
1689
1688
  }
1690
1689
  ]
1691
1690
  };
@@ -182,7 +182,7 @@ const info = {
182
182
  display: 'cglp',
183
183
  symbol: 'CGLP',
184
184
  traces: [{
185
- type: 'wrapped',
185
+ type: 'bridge',
186
186
  counterparty: {
187
187
  chain_name: 'arbitrum',
188
188
  base_denom: '0xab19bdaeb37242fa0f30486195f45b9cf5361b78',