chain-registry 1.69.191 → 1.69.193

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 (57) hide show
  1. package/esm/mainnet/assets.js +2 -0
  2. package/esm/mainnet/axelar/ibc.js +29 -0
  3. package/esm/mainnet/babylon/assets.js +31 -0
  4. package/esm/mainnet/beezee/assets.js +28 -0
  5. package/esm/mainnet/bitsong/chain.js +0 -18
  6. package/esm/mainnet/chains.js +2 -0
  7. package/esm/mainnet/cosmoshub/ibc.js +6 -6
  8. package/esm/mainnet/ethereum/assets.js +26 -0
  9. package/esm/mainnet/ibc.js +2 -0
  10. package/esm/mainnet/initia/chain.js +76 -0
  11. package/esm/mainnet/initia/ibc.js +31 -0
  12. package/esm/mainnet/initia/index.js +6 -0
  13. package/esm/mainnet/named.js +1 -0
  14. package/esm/mainnet/nyx/ibc.js +29 -0
  15. package/esm/mainnet/osmosis/ibc.js +30 -0
  16. package/esm/mainnet/passage/chain.js +4 -4
  17. package/esm/mainnet/planq/chain.js +0 -21
  18. package/esm/mainnet/realio/chain.js +0 -22
  19. package/esm/mainnet/sentinel/chain.js +12 -0
  20. package/esm/mainnet/sge/chain.js +0 -14
  21. package/esm/mainnet/sidechain/ibc.js +6 -6
  22. package/esm/noncosmos/assets.js +0 -2
  23. package/esm/noncosmos/named.js +0 -1
  24. package/mainnet/assets.js +2 -0
  25. package/mainnet/axelar/ibc.js +29 -0
  26. package/mainnet/babylon/assets.js +31 -0
  27. package/mainnet/beezee/assets.js +28 -0
  28. package/mainnet/bitsong/chain.js +0 -18
  29. package/mainnet/chains.js +2 -0
  30. package/mainnet/cosmoshub/ibc.js +6 -6
  31. package/mainnet/ethereum/assets.js +26 -0
  32. package/mainnet/ibc.js +2 -0
  33. package/mainnet/initia/chain.d.ts +3 -0
  34. package/mainnet/initia/chain.js +78 -0
  35. package/mainnet/initia/ibc.d.ts +3 -0
  36. package/mainnet/initia/ibc.js +33 -0
  37. package/mainnet/initia/index.d.ts +3 -0
  38. package/{noncosmos → mainnet}/initia/index.js +5 -1
  39. package/mainnet/named.d.ts +1 -0
  40. package/mainnet/named.js +5 -3
  41. package/mainnet/nyx/ibc.js +29 -0
  42. package/mainnet/osmosis/ibc.js +30 -0
  43. package/mainnet/passage/chain.js +4 -4
  44. package/mainnet/planq/chain.js +0 -21
  45. package/mainnet/realio/chain.js +0 -22
  46. package/mainnet/sentinel/chain.js +12 -0
  47. package/mainnet/sge/chain.js +0 -14
  48. package/mainnet/sidechain/ibc.js +6 -6
  49. package/noncosmos/assets.js +0 -2
  50. package/noncosmos/named.d.ts +0 -1
  51. package/noncosmos/named.js +2 -3
  52. package/package.json +4 -4
  53. package/esm/noncosmos/initia/index.js +0 -2
  54. package/noncosmos/initia/index.d.ts +0 -1
  55. /package/esm/{noncosmos → mainnet}/initia/assets.js +0 -0
  56. /package/{noncosmos → mainnet}/initia/assets.d.ts +0 -0
  57. /package/{noncosmos → mainnet}/initia/assets.js +0 -0
@@ -90,10 +90,6 @@ const info = {
90
90
  address: 'https://api-realio.sr20de.xyz',
91
91
  provider: 'Sr20de'
92
92
  },
93
- {
94
- address: 'https://rpc.realio.safeblock.space',
95
- provider: 'Safe Block'
96
- },
97
93
  {
98
94
  address: 'https://realio.declab.pro:26622',
99
95
  provider: 'Decloud Nodes Lab'
@@ -144,10 +140,6 @@ const info = {
144
140
  address: 'https://rpc-realio.sr20de.xyz',
145
141
  provider: 'Sr20de'
146
142
  },
147
- {
148
- address: 'https://api.realio.safeblock.space',
149
- provider: 'Safe Block'
150
- },
151
143
  {
152
144
  address: 'https://realio.declab.pro:443',
153
145
  provider: 'Decloud Nodes Lab'
@@ -194,10 +186,6 @@ const info = {
194
186
  address: 'https://grpc-realio.sr20de.xyz',
195
187
  provider: 'Sr20de'
196
188
  },
197
- {
198
- address: 'grpc.realio.safeblock.space:9090',
199
- provider: 'Safe Block'
200
- },
201
189
  {
202
190
  address: 'realio.grpc.skynodejs.net',
203
191
  provider: 'skynodejs'
@@ -228,10 +216,6 @@ const info = {
228
216
  address: 'https://evm-realio.sr20de.xyz',
229
217
  provider: 'Sr20de'
230
218
  },
231
- {
232
- address: 'https://evm.realio.safeblock.space',
233
- provider: 'Safe Block'
234
- },
235
219
  {
236
220
  address: 'https://realio-jsonrpc.noders.services',
237
221
  provider: '[NODERS]TEAM'
@@ -267,12 +251,6 @@ const info = {
267
251
  tx_page: 'https://explorer.tcnetwork.io/realio/transaction/${txHash}',
268
252
  account_page: 'https://explorer.tcnetwork.io/realio/account/${accountAddress}'
269
253
  },
270
- {
271
- kind: 'Safe Block',
272
- url: 'https://explorer.safeblock.space/realio',
273
- tx_page: 'https://explorer.safeblock.space/realio/tx/${txHash}',
274
- account_page: 'https://explorer.safeblock.space/realio/account/${accountAddress}'
275
- },
276
254
  {
277
255
  kind: 'Decloud Nodes Lab',
278
256
  url: 'https://explorer.declab.pro/realio',
@@ -117,6 +117,10 @@ const info = {
117
117
  {
118
118
  address: 'https://sentinel-rpc.ibs.team:443',
119
119
  provider: 'Inter Blockchain Services'
120
+ },
121
+ {
122
+ address: 'https://sentinel.rpc.quasarstaking.ai:443',
123
+ provider: 'Quasar'
120
124
  }
121
125
  ],
122
126
  rest: [
@@ -187,6 +191,10 @@ const info = {
187
191
  {
188
192
  address: 'https://sentinel-api.ibs.team:443',
189
193
  provider: 'Inter Blockchain Services'
194
+ },
195
+ {
196
+ address: 'https://sentinel.api.quasarstaking.ai:443',
197
+ provider: 'Quasar'
190
198
  }
191
199
  ],
192
200
  grpc: [
@@ -241,6 +249,10 @@ const info = {
241
249
  {
242
250
  address: 'https://grpc.noncompliant.network:9090',
243
251
  provider: 'Noncompliant Network (Insecure)'
252
+ },
253
+ {
254
+ address: 'sentinel.grpc.quasarstaking.ai:80',
255
+ provider: 'Quasar'
244
256
  }
245
257
  ]
246
258
  },
@@ -95,10 +95,6 @@ const info = {
95
95
  address: 'https://sge-rpc.sr20de.xyz',
96
96
  provider: 'Sr20de'
97
97
  },
98
- {
99
- address: 'https://rpc.sge.safeblock.space',
100
- provider: 'Safe Block'
101
- },
102
98
  {
103
99
  address: 'https://mainnet-sge-rpc.konsortech.xyz',
104
100
  provider: 'KonsorTech'
@@ -149,10 +145,6 @@ const info = {
149
145
  address: 'https://sge-api.sr20de.xyz',
150
146
  provider: 'Sr20de'
151
147
  },
152
- {
153
- address: 'https://api.sge.safeblock.space',
154
- provider: 'Safe Block'
155
- },
156
148
  {
157
149
  address: 'https://mainnet-sge-api.konsortech.xyz',
158
150
  provider: 'KonsorTech'
@@ -247,12 +239,6 @@ const info = {
247
239
  tx_page: 'https://staking-explorer.com/transaction.php?chain=sge&tx=${txHash}',
248
240
  account_page: 'https://staking-explorer.com/account.php?chain=sge&addr=${accountAddress}'
249
241
  },
250
- {
251
- kind: 'Safe Block',
252
- url: 'https://explorer.safeblock.space/sge',
253
- tx_page: 'https://explorer.safeblock.space/sge/tx/${txHash}',
254
- account_page: 'https://explorer.safeblock.space/sge/account/${accountAddress}'
255
- },
256
242
  {
257
243
  kind: 'KonsorTech',
258
244
  url: 'https://explorer.konsortech.xyz/sge',
@@ -34,21 +34,21 @@ const info = [
34
34
  $schema: '../ibc_data.schema.json',
35
35
  chain_1: {
36
36
  chain_name: 'cosmoshub',
37
- client_id: '07-tendermint-1362',
38
- connection_id: 'connection-1097'
37
+ client_id: '07-tendermint-1383',
38
+ connection_id: 'connection-1106'
39
39
  },
40
40
  chain_2: {
41
41
  chain_name: 'sidechain',
42
- client_id: '07-tendermint-22',
43
- connection_id: 'connection-8'
42
+ client_id: '07-tendermint-25',
43
+ connection_id: 'connection-11'
44
44
  },
45
45
  channels: [{
46
46
  chain_1: {
47
- channel_id: 'channel-1335',
47
+ channel_id: 'channel-1352',
48
48
  port_id: 'transfer'
49
49
  },
50
50
  chain_2: {
51
- channel_id: 'channel-7',
51
+ channel_id: 'channel-10',
52
52
  port_id: 'transfer'
53
53
  },
54
54
  ordering: 'unordered',
@@ -58,7 +58,6 @@ const _xrpl = __importStar(require("./xrpl"));
58
58
  const _zilliqa = __importStar(require("./zilliqa"));
59
59
  const _berachain = __importStar(require("./berachain"));
60
60
  const _hall = __importStar(require("./hall"));
61
- const _initia = __importStar(require("./initia"));
62
61
  const _namada = __importStar(require("./namada"));
63
62
  const _avalanchetestnet = __importStar(require("./avalanchetestnet"));
64
63
  const _binancesmartchaintestnet = __importStar(require("./binancesmartchaintestnet"));
@@ -110,7 +109,6 @@ const assets = [
110
109
  _zilliqa.assets,
111
110
  _berachain.assets,
112
111
  _hall.assets,
113
- _initia.assets,
114
112
  _namada.assets,
115
113
  _avalanchetestnet.assets,
116
114
  _binancesmartchaintestnet.assets,
@@ -33,7 +33,6 @@ export * as xrpl from './xrpl';
33
33
  export * as zilliqa from './zilliqa';
34
34
  export * as berachain from './berachain';
35
35
  export * as hall from './hall';
36
- export * as initia from './initia';
37
36
  export * as namada from './namada';
38
37
  export * as cosmoshubicstestnet from './cosmoshubicstestnet';
39
38
  export * as avalanchetestnet from './avalanchetestnet';
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- 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.cosmoshubicstestnet = exports.namada = exports.initia = 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 = exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
27
- exports.ojotestnet = exports.tontestnet = void 0;
26
+ 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.cosmoshubicstestnet = exports.namada = 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 = exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
27
+ exports.ojotestnet = void 0;
28
28
  exports.picasso = __importStar(require("./picasso"));
29
29
  exports.composablepolkadot = __importStar(require("./composablepolkadot"));
30
30
  exports.penumbra = __importStar(require("./penumbra"));
@@ -60,7 +60,6 @@ exports.xrpl = __importStar(require("./xrpl"));
60
60
  exports.zilliqa = __importStar(require("./zilliqa"));
61
61
  exports.berachain = __importStar(require("./berachain"));
62
62
  exports.hall = __importStar(require("./hall"));
63
- exports.initia = __importStar(require("./initia"));
64
63
  exports.namada = __importStar(require("./namada"));
65
64
  exports.cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
66
65
  exports.avalanchetestnet = __importStar(require("./avalanchetestnet"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.191",
3
+ "version": "1.69.193",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.120",
32
+ "@chain-registry/utils": "^1.51.122",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.120"
36
+ "@chain-registry/types": "^0.50.122"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "784b7155105ef1c9ac7c758290ce8b8fc9e3d942"
46
+ "gitHead": "cd137c955b6d7178dbbd84d82362d760dac38e26"
47
47
  }
@@ -1,2 +0,0 @@
1
- import _assets from './assets';
2
- export const assets = _assets;
@@ -1 +0,0 @@
1
- export declare const assets: import("@chain-registry/types").AssetList;
File without changes
File without changes
File without changes