chain-registry 1.69.579 → 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.
@@ -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,
@@ -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'
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,
@@ -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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.579",
3
+ "version": "1.69.580",
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.357"
32
+ "@chain-registry/types": "^0.50.358"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "0ffc66ec3da35942732253634d860335d36cc719"
42
+ "gitHead": "6cb7f927cf47fd68ddf5dd652f2de60595b0b9fe"
43
43
  }