chain-registry 1.69.578 → 1.69.580

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 (37) hide show
  1. package/esm/mainnet/assets.js +0 -2
  2. package/esm/mainnet/chains.js +0 -2
  3. package/esm/mainnet/cosmoshub/assets.js +35 -0
  4. package/esm/mainnet/ethereum/assets.js +28 -0
  5. package/esm/mainnet/hazinachain/ibc.js +32 -0
  6. package/esm/mainnet/hazinachain/index.js +2 -0
  7. package/esm/mainnet/ibc.js +2 -2
  8. package/esm/mainnet/named.js +0 -1
  9. package/esm/mainnet/osmosis/ibc.js +31 -0
  10. package/esm/mainnet/sentinel/chain.js +8 -0
  11. package/esm/mainnet/zigchain/assets.js +49 -0
  12. package/mainnet/assets.js +0 -2
  13. package/mainnet/chains.js +0 -2
  14. package/mainnet/cosmoshub/assets.js +35 -0
  15. package/mainnet/ethereum/assets.js +28 -0
  16. package/mainnet/hazinachain/ibc.js +34 -0
  17. package/mainnet/hazinachain/index.d.ts +1 -0
  18. package/mainnet/hazinachain/index.js +3 -1
  19. package/mainnet/ibc.js +2 -2
  20. package/mainnet/named.d.ts +0 -1
  21. package/mainnet/named.js +2 -3
  22. package/mainnet/osmosis/ibc.js +31 -0
  23. package/mainnet/sentinel/chain.js +8 -0
  24. package/mainnet/zigchain/assets.js +49 -0
  25. package/package.json +3 -3
  26. package/esm/mainnet/pryzm/assets.js +0 -5323
  27. package/esm/mainnet/pryzm/chain.js +0 -239
  28. package/esm/mainnet/pryzm/ibc.js +0 -545
  29. package/esm/mainnet/pryzm/index.js +0 -6
  30. package/mainnet/pryzm/assets.d.ts +0 -3
  31. package/mainnet/pryzm/assets.js +0 -5325
  32. package/mainnet/pryzm/chain.d.ts +0 -3
  33. package/mainnet/pryzm/chain.js +0 -241
  34. package/mainnet/pryzm/ibc.js +0 -547
  35. package/mainnet/pryzm/index.d.ts +0 -3
  36. package/mainnet/pryzm/index.js +0 -12
  37. /package/mainnet/{pryzm → hazinachain}/ibc.d.ts +0 -0
@@ -167,7 +167,6 @@ import * as _planq from './planq';
167
167
  import * as _pocket from './pocket';
168
168
  import * as _point from './point';
169
169
  import * as _provenance from './provenance';
170
- import * as _pryzm from './pryzm';
171
170
  import * as _pundix from './pundix';
172
171
  import * as _pylons from './pylons';
173
172
  import * as _qfs from './qfs';
@@ -403,7 +402,6 @@ const assets = [
403
402
  _pocket.assets,
404
403
  _point.assets,
405
404
  _provenance.assets,
406
- _pryzm.assets,
407
405
  _pundix.assets,
408
406
  _pylons.assets,
409
407
  _qfs.assets,
@@ -167,7 +167,6 @@ import * as _planq from './planq';
167
167
  import * as _pocket from './pocket';
168
168
  import * as _point from './point';
169
169
  import * as _provenance from './provenance';
170
- import * as _pryzm from './pryzm';
171
170
  import * as _pundix from './pundix';
172
171
  import * as _pylons from './pylons';
173
172
  import * as _qfs from './qfs';
@@ -403,7 +402,6 @@ const chains = [
403
402
  _pocket.chain,
404
403
  _point.chain,
405
404
  _provenance.chain,
406
- _pryzm.chain,
407
405
  _pundix.chain,
408
406
  _pylons.chain,
409
407
  _qfs.chain,
@@ -556,6 +556,41 @@ const info = {
556
556
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
557
557
  }]
558
558
  },
559
+ {
560
+ description: 'Euro Coin on the Cosmos Hub',
561
+ denom_units: [{
562
+ denom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
563
+ exponent: 0
564
+ }, {
565
+ denom: 'eurc',
566
+ exponent: 6
567
+ }],
568
+ type_asset: 'ics20',
569
+ base: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
570
+ name: 'Euro Coin',
571
+ display: 'eurc',
572
+ symbol: 'EURC',
573
+ traces: [{
574
+ type: 'ibc-bridge',
575
+ counterparty: {
576
+ chain_name: 'ethereum',
577
+ base_denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
578
+ channel_id: 'cosmoshub-0'
579
+ },
580
+ chain: {
581
+ channel_id: '08-wasm-1369',
582
+ path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
583
+ },
584
+ provider: 'Eureka'
585
+ }],
586
+ images: [{
587
+ image_sync: {
588
+ chain_name: 'ethereum',
589
+ base_denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
590
+ },
591
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
592
+ }]
593
+ },
559
594
  {
560
595
  description: 'Tether USD on the Cosmos Hub',
561
596
  denom_units: [{
@@ -1401,6 +1401,34 @@ const info = {
1401
1401
  }
1402
1402
  }]
1403
1403
  },
1404
+ {
1405
+ description: 'EURC is a euro-backed stablecoin issued by Circle. EURC is designed to provide a faster, safer, and more efficient way to send, spend, and exchange money around the world.',
1406
+ type_asset: 'erc20',
1407
+ address: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
1408
+ denom_units: [{
1409
+ denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
1410
+ exponent: 0
1411
+ }, {
1412
+ denom: 'eurc',
1413
+ exponent: 6
1414
+ }],
1415
+ base: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
1416
+ name: 'Euro Coin',
1417
+ display: 'eurc',
1418
+ symbol: 'EURC',
1419
+ keywords: [
1420
+ 'eurc',
1421
+ 'circle',
1422
+ 'stablecoin',
1423
+ 'euro'
1424
+ ],
1425
+ images: [{
1426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
1427
+ }],
1428
+ logo_URIs: {
1429
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
1430
+ }
1431
+ },
1404
1432
  {
1405
1433
  description: 'EURe is a Euro-backed stablecoin issued by Monerium.',
1406
1434
  extended_description: 'EURe is the first authorized and regulated stablecoin in Europe. It is collateralized by Euro-denominated deposits held in segregated accounts. EURe is issued by Monerium, the first Electronic Money Institution (EMI) to become compliant under the EU\'s MiCA regulations.',
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'hazinachain',
5
+ chain_id: 'hazinachain-1',
6
+ client_id: '07-tendermint-3',
7
+ connection_id: 'connection-1'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'osmosis',
11
+ chain_id: 'osmosis-1',
12
+ client_id: '07-tendermint-3702',
13
+ connection_id: 'connection-11056'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-1',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-110100',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }];
32
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -67,6 +67,7 @@ import * as _gitopia from './gitopia';
67
67
  import * as _gnodi from './gnodi';
68
68
  import * as _gravitybridge from './gravitybridge';
69
69
  import * as _haqq from './haqq';
70
+ import * as _hazinachain from './hazinachain';
70
71
  import * as _hippoprotocol from './hippoprotocol';
71
72
  import * as _humans from './humans';
72
73
  import * as _impacthub from './impacthub';
@@ -127,7 +128,6 @@ import * as _persistence from './persistence';
127
128
  import * as _planq from './planq';
128
129
  import * as _point from './point';
129
130
  import * as _provenance from './provenance';
130
- import * as _pryzm from './pryzm';
131
131
  import * as _pundix from './pundix';
132
132
  import * as _pylons from './pylons';
133
133
  import * as _qfs from './qfs';
@@ -247,6 +247,7 @@ const ibc = [
247
247
  ..._gnodi.ibc,
248
248
  ..._gravitybridge.ibc,
249
249
  ..._haqq.ibc,
250
+ ..._hazinachain.ibc,
250
251
  ..._hippoprotocol.ibc,
251
252
  ..._humans.ibc,
252
253
  ..._impacthub.ibc,
@@ -307,7 +308,6 @@ const ibc = [
307
308
  ..._planq.ibc,
308
309
  ..._point.ibc,
309
310
  ..._provenance.ibc,
310
- ..._pryzm.ibc,
311
311
  ..._pundix.ibc,
312
312
  ..._pylons.ibc,
313
313
  ..._qfs.ibc,
@@ -167,7 +167,6 @@ export * as planq from './planq';
167
167
  export * as pocket from './pocket';
168
168
  export * as point from './point';
169
169
  export * as provenance from './provenance';
170
- export * as pryzm from './pryzm';
171
170
  export * as pundix from './pundix';
172
171
  export * as pylons from './pylons';
173
172
  export * as qfs from './qfs';
@@ -2136,6 +2136,37 @@ const info = [
2136
2136
  }
2137
2137
  }]
2138
2138
  },
2139
+ {
2140
+ $schema: '../ibc_data.schema.json',
2141
+ chain_1: {
2142
+ chain_name: 'hazinachain',
2143
+ chain_id: 'hazinachain-1',
2144
+ client_id: '07-tendermint-3',
2145
+ connection_id: 'connection-1'
2146
+ },
2147
+ chain_2: {
2148
+ chain_name: 'osmosis',
2149
+ chain_id: 'osmosis-1',
2150
+ client_id: '07-tendermint-3702',
2151
+ connection_id: 'connection-11056'
2152
+ },
2153
+ channels: [{
2154
+ chain_1: {
2155
+ channel_id: 'channel-1',
2156
+ port_id: 'transfer'
2157
+ },
2158
+ chain_2: {
2159
+ channel_id: 'channel-110100',
2160
+ port_id: 'transfer'
2161
+ },
2162
+ ordering: 'unordered',
2163
+ version: 'ics20-1',
2164
+ tags: {
2165
+ preferred: true,
2166
+ status: 'ACTIVE'
2167
+ }
2168
+ }]
2169
+ },
2139
2170
  {
2140
2171
  $schema: '../ibc_data.schema.json',
2141
2172
  chain_1: {
@@ -40,6 +40,10 @@ const info = {
40
40
  description: 'The Sentinel ecosystem is a global network of autonomous dVPN applications that enable private and censorship resistant internet access.',
41
41
  apis: {
42
42
  rpc: [
43
+ {
44
+ address: 'https://rpc.saudi.dvpn-x.com',
45
+ provider: 'DIGGO: RPC Saudi Arabia'
46
+ },
43
47
  {
44
48
  address: 'https://rpc-sentinel.busurnode.com',
45
49
  provider: 'Busurnode'
@@ -118,6 +122,10 @@ const info = {
118
122
  }
119
123
  ],
120
124
  rest: [
125
+ {
126
+ address: 'https://api.saudi.dvpn-x.com',
127
+ provider: 'DIGGO: API Saudi Arabia'
128
+ },
121
129
  {
122
130
  address: 'https://api-sentinel.busurnode.com',
123
131
  provider: 'Busurnode'
@@ -438,6 +438,55 @@ const info = {
438
438
  }
439
439
  }]
440
440
  },
441
+ {
442
+ description: 'EURC (Euro Coin) on ZIGChain',
443
+ denom_units: [{
444
+ denom: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
445
+ exponent: 0
446
+ }, {
447
+ denom: 'eurc',
448
+ exponent: 6
449
+ }],
450
+ type_asset: 'ics20',
451
+ base: 'ibc/CC5268F89C752A4BDCBDAA574AF0A381786FCC839104E077DA9A9145176BF8ED',
452
+ name: 'Euro Coin',
453
+ display: 'eurc',
454
+ symbol: 'EURC',
455
+ traces: [{
456
+ type: 'ibc-bridge',
457
+ counterparty: {
458
+ chain_name: 'ethereum',
459
+ base_denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
460
+ channel_id: 'channel-0'
461
+ },
462
+ chain: {
463
+ channel_id: '08-wasm-1369',
464
+ path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
465
+ },
466
+ provider: 'Eureka'
467
+ }, {
468
+ type: 'ibc',
469
+ counterparty: {
470
+ chain_name: 'cosmoshub',
471
+ base_denom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
472
+ channel_id: 'channel-1555'
473
+ },
474
+ chain: {
475
+ channel_id: 'channel-4',
476
+ path: 'transfer/channel-4/transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
477
+ }
478
+ }],
479
+ logo_URIs: {
480
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
481
+ },
482
+ images: [{
483
+ image_sync: {
484
+ chain_name: 'ethereum',
485
+ base_denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
486
+ },
487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
488
+ }]
489
+ },
441
490
  {
442
491
  description: 'Stride Staked ATOM on ZIGChain',
443
492
  denom_units: [{
package/mainnet/assets.js CHANGED
@@ -192,7 +192,6 @@ const _planq = __importStar(require("./planq"));
192
192
  const _pocket = __importStar(require("./pocket"));
193
193
  const _point = __importStar(require("./point"));
194
194
  const _provenance = __importStar(require("./provenance"));
195
- const _pryzm = __importStar(require("./pryzm"));
196
195
  const _pundix = __importStar(require("./pundix"));
197
196
  const _pylons = __importStar(require("./pylons"));
198
197
  const _qfs = __importStar(require("./qfs"));
@@ -428,7 +427,6 @@ const assets = [
428
427
  _pocket.assets,
429
428
  _point.assets,
430
429
  _provenance.assets,
431
- _pryzm.assets,
432
430
  _pundix.assets,
433
431
  _pylons.assets,
434
432
  _qfs.assets,
package/mainnet/chains.js CHANGED
@@ -192,7 +192,6 @@ const _planq = __importStar(require("./planq"));
192
192
  const _pocket = __importStar(require("./pocket"));
193
193
  const _point = __importStar(require("./point"));
194
194
  const _provenance = __importStar(require("./provenance"));
195
- const _pryzm = __importStar(require("./pryzm"));
196
195
  const _pundix = __importStar(require("./pundix"));
197
196
  const _pylons = __importStar(require("./pylons"));
198
197
  const _qfs = __importStar(require("./qfs"));
@@ -428,7 +427,6 @@ const chains = [
428
427
  _pocket.chain,
429
428
  _point.chain,
430
429
  _provenance.chain,
431
- _pryzm.chain,
432
430
  _pundix.chain,
433
431
  _pylons.chain,
434
432
  _qfs.chain,
@@ -558,6 +558,41 @@ const info = {
558
558
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
559
559
  }]
560
560
  },
561
+ {
562
+ description: 'Euro Coin on the Cosmos Hub',
563
+ denom_units: [{
564
+ denom: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
565
+ exponent: 0
566
+ }, {
567
+ denom: 'eurc',
568
+ exponent: 6
569
+ }],
570
+ type_asset: 'ics20',
571
+ base: 'ibc/5512EB544A275E5375CE4D82233BDAA2D03002E352A9C6B0049175BD368DF10E',
572
+ name: 'Euro Coin',
573
+ display: 'eurc',
574
+ symbol: 'EURC',
575
+ traces: [{
576
+ type: 'ibc-bridge',
577
+ counterparty: {
578
+ chain_name: 'ethereum',
579
+ base_denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
580
+ channel_id: 'cosmoshub-0'
581
+ },
582
+ chain: {
583
+ channel_id: '08-wasm-1369',
584
+ path: 'transfer/08-wasm-1369/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
585
+ },
586
+ provider: 'Eureka'
587
+ }],
588
+ images: [{
589
+ image_sync: {
590
+ chain_name: 'ethereum',
591
+ base_denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c'
592
+ },
593
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
594
+ }]
595
+ },
561
596
  {
562
597
  description: 'Tether USD on the Cosmos Hub',
563
598
  denom_units: [{
@@ -1403,6 +1403,34 @@ const info = {
1403
1403
  }
1404
1404
  }]
1405
1405
  },
1406
+ {
1407
+ description: 'EURC is a euro-backed stablecoin issued by Circle. EURC is designed to provide a faster, safer, and more efficient way to send, spend, and exchange money around the world.',
1408
+ type_asset: 'erc20',
1409
+ address: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
1410
+ denom_units: [{
1411
+ denom: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
1412
+ exponent: 0
1413
+ }, {
1414
+ denom: 'eurc',
1415
+ exponent: 6
1416
+ }],
1417
+ base: '0x1abaea1f7c830bd89acc67ec4af516284b1bc33c',
1418
+ name: 'Euro Coin',
1419
+ display: 'eurc',
1420
+ symbol: 'EURC',
1421
+ keywords: [
1422
+ 'eurc',
1423
+ 'circle',
1424
+ 'stablecoin',
1425
+ 'euro'
1426
+ ],
1427
+ images: [{
1428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
1429
+ }],
1430
+ logo_URIs: {
1431
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
1432
+ }
1433
+ },
1406
1434
  {
1407
1435
  description: 'EURe is a Euro-backed stablecoin issued by Monerium.',
1408
1436
  extended_description: 'EURe is the first authorized and regulated stablecoin in Europe. It is collateralized by Euro-denominated deposits held in segregated accounts. EURe is issued by Monerium, the first Electronic Money Institution (EMI) to become compliant under the EU\'s MiCA regulations.',
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'hazinachain',
7
+ chain_id: 'hazinachain-1',
8
+ client_id: '07-tendermint-3',
9
+ connection_id: 'connection-1'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'osmosis',
13
+ chain_id: 'osmosis-1',
14
+ client_id: '07-tendermint-3702',
15
+ connection_id: 'connection-11056'
16
+ },
17
+ channels: [{
18
+ chain_1: {
19
+ channel_id: 'channel-1',
20
+ port_id: 'transfer'
21
+ },
22
+ chain_2: {
23
+ channel_id: 'channel-110100',
24
+ port_id: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }];
34
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
package/mainnet/ibc.js CHANGED
@@ -92,6 +92,7 @@ const _gitopia = __importStar(require("./gitopia"));
92
92
  const _gnodi = __importStar(require("./gnodi"));
93
93
  const _gravitybridge = __importStar(require("./gravitybridge"));
94
94
  const _haqq = __importStar(require("./haqq"));
95
+ const _hazinachain = __importStar(require("./hazinachain"));
95
96
  const _hippoprotocol = __importStar(require("./hippoprotocol"));
96
97
  const _humans = __importStar(require("./humans"));
97
98
  const _impacthub = __importStar(require("./impacthub"));
@@ -152,7 +153,6 @@ const _persistence = __importStar(require("./persistence"));
152
153
  const _planq = __importStar(require("./planq"));
153
154
  const _point = __importStar(require("./point"));
154
155
  const _provenance = __importStar(require("./provenance"));
155
- const _pryzm = __importStar(require("./pryzm"));
156
156
  const _pundix = __importStar(require("./pundix"));
157
157
  const _pylons = __importStar(require("./pylons"));
158
158
  const _qfs = __importStar(require("./qfs"));
@@ -272,6 +272,7 @@ const ibc = [
272
272
  ..._gnodi.ibc,
273
273
  ..._gravitybridge.ibc,
274
274
  ..._haqq.ibc,
275
+ ..._hazinachain.ibc,
275
276
  ..._hippoprotocol.ibc,
276
277
  ..._humans.ibc,
277
278
  ..._impacthub.ibc,
@@ -332,7 +333,6 @@ const ibc = [
332
333
  ..._planq.ibc,
333
334
  ..._point.ibc,
334
335
  ..._provenance.ibc,
335
- ..._pryzm.ibc,
336
336
  ..._pundix.ibc,
337
337
  ..._pylons.ibc,
338
338
  ..._qfs.ibc,
@@ -167,7 +167,6 @@ export * as planq from './planq';
167
167
  export * as pocket from './pocket';
168
168
  export * as point from './point';
169
169
  export * as provenance from './provenance';
170
- export * as pryzm from './pryzm';
171
170
  export * as pundix from './pundix';
172
171
  export * as pylons from './pylons';
173
172
  export * as qfs from './qfs';
package/mainnet/named.js CHANGED
@@ -26,8 +26,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.buycex = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axone = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.penumbra = exports.namada = exports.ethereum = void 0;
27
27
  exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.highbury = exports.heli = exports.hazinachain = exports.haqq = exports.gravitybridge = exports.govgen = exports.gonka = exports.gnodi = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.fandomchain = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.divine = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = void 0;
28
28
  exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.moo = exports.mises = exports.mirage = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumiwaveprotocol = exports.lumera = exports.lumen = exports.ltrstchain = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kudora = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kiichain = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = void 0;
29
- exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.optio = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = void 0;
30
- exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.starname = exports.stargaze = void 0;
29
+ exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.optio = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = void 0;
30
+ exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.starname = void 0;
31
31
  exports.ethereum = __importStar(require("./ethereum"));
32
32
  exports.namada = __importStar(require("./namada"));
33
33
  exports.penumbra = __importStar(require("./penumbra"));
@@ -197,7 +197,6 @@ exports.planq = __importStar(require("./planq"));
197
197
  exports.pocket = __importStar(require("./pocket"));
198
198
  exports.point = __importStar(require("./point"));
199
199
  exports.provenance = __importStar(require("./provenance"));
200
- exports.pryzm = __importStar(require("./pryzm"));
201
200
  exports.pundix = __importStar(require("./pundix"));
202
201
  exports.pylons = __importStar(require("./pylons"));
203
202
  exports.qfs = __importStar(require("./qfs"));
@@ -2138,6 +2138,37 @@ const info = [
2138
2138
  }
2139
2139
  }]
2140
2140
  },
2141
+ {
2142
+ $schema: '../ibc_data.schema.json',
2143
+ chain_1: {
2144
+ chain_name: 'hazinachain',
2145
+ chain_id: 'hazinachain-1',
2146
+ client_id: '07-tendermint-3',
2147
+ connection_id: 'connection-1'
2148
+ },
2149
+ chain_2: {
2150
+ chain_name: 'osmosis',
2151
+ chain_id: 'osmosis-1',
2152
+ client_id: '07-tendermint-3702',
2153
+ connection_id: 'connection-11056'
2154
+ },
2155
+ channels: [{
2156
+ chain_1: {
2157
+ channel_id: 'channel-1',
2158
+ port_id: 'transfer'
2159
+ },
2160
+ chain_2: {
2161
+ channel_id: 'channel-110100',
2162
+ port_id: 'transfer'
2163
+ },
2164
+ ordering: 'unordered',
2165
+ version: 'ics20-1',
2166
+ tags: {
2167
+ preferred: true,
2168
+ status: 'ACTIVE'
2169
+ }
2170
+ }]
2171
+ },
2141
2172
  {
2142
2173
  $schema: '../ibc_data.schema.json',
2143
2174
  chain_1: {
@@ -42,6 +42,10 @@ const info = {
42
42
  description: 'The Sentinel ecosystem is a global network of autonomous dVPN applications that enable private and censorship resistant internet access.',
43
43
  apis: {
44
44
  rpc: [
45
+ {
46
+ address: 'https://rpc.saudi.dvpn-x.com',
47
+ provider: 'DIGGO: RPC Saudi Arabia'
48
+ },
45
49
  {
46
50
  address: 'https://rpc-sentinel.busurnode.com',
47
51
  provider: 'Busurnode'
@@ -120,6 +124,10 @@ const info = {
120
124
  }
121
125
  ],
122
126
  rest: [
127
+ {
128
+ address: 'https://api.saudi.dvpn-x.com',
129
+ provider: 'DIGGO: API Saudi Arabia'
130
+ },
123
131
  {
124
132
  address: 'https://api-sentinel.busurnode.com',
125
133
  provider: 'Busurnode'