chain-registry 1.69.277 → 1.69.278

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.
@@ -70,7 +70,10 @@ const info = {
70
70
  address: 'https://api.hippo-protocol.com/',
71
71
  provider: 'Hippo Protocol'
72
72
  }],
73
- grpc: []
73
+ grpc: [{
74
+ address: 'ibc-grpc.hippo-protocol.com:443',
75
+ provider: 'Hippo Protocol'
76
+ }]
74
77
  },
75
78
  explorers: [{
76
79
  kind: 'Hippo River',
@@ -0,0 +1,30 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'hippoprotocol',
5
+ client_id: '07-tendermint-0',
6
+ connection_id: 'connection-0'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'osmosis',
10
+ client_id: '07-tendermint-3519',
11
+ connection_id: 'connection-10762'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-0',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-104931',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }];
30
+ 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;
@@ -61,6 +61,7 @@ import * as _genesisl1 from './genesisl1';
61
61
  import * as _gitopia from './gitopia';
62
62
  import * as _gravitybridge from './gravitybridge';
63
63
  import * as _haqq from './haqq';
64
+ import * as _hippoprotocol from './hippoprotocol';
64
65
  import * as _humans from './humans';
65
66
  import * as _impacthub from './impacthub';
66
67
  import * as _imversed from './imversed';
@@ -223,6 +224,7 @@ const ibc = [
223
224
  ..._gitopia.ibc,
224
225
  ..._gravitybridge.ibc,
225
226
  ..._haqq.ibc,
227
+ ..._hippoprotocol.ibc,
226
228
  ..._humans.ibc,
227
229
  ..._impacthub.ibc,
228
230
  ..._imversed.ibc,
@@ -1934,6 +1934,35 @@ const info = [
1934
1934
  }
1935
1935
  }]
1936
1936
  },
1937
+ {
1938
+ $schema: '../ibc_data.schema.json',
1939
+ chain_1: {
1940
+ chain_name: 'hippoprotocol',
1941
+ client_id: '07-tendermint-0',
1942
+ connection_id: 'connection-0'
1943
+ },
1944
+ chain_2: {
1945
+ chain_name: 'osmosis',
1946
+ client_id: '07-tendermint-3519',
1947
+ connection_id: 'connection-10762'
1948
+ },
1949
+ channels: [{
1950
+ chain_1: {
1951
+ channel_id: 'channel-0',
1952
+ port_id: 'transfer'
1953
+ },
1954
+ chain_2: {
1955
+ channel_id: 'channel-104931',
1956
+ port_id: 'transfer'
1957
+ },
1958
+ ordering: 'unordered',
1959
+ version: 'ics20-1',
1960
+ tags: {
1961
+ status: 'live',
1962
+ preferred: true
1963
+ }
1964
+ }]
1965
+ },
1937
1966
  {
1938
1967
  $schema: '../ibc_data.schema.json',
1939
1968
  chain_1: {
@@ -72,7 +72,10 @@ const info = {
72
72
  address: 'https://api.hippo-protocol.com/',
73
73
  provider: 'Hippo Protocol'
74
74
  }],
75
- grpc: []
75
+ grpc: [{
76
+ address: 'ibc-grpc.hippo-protocol.com:443',
77
+ provider: 'Hippo Protocol'
78
+ }]
76
79
  },
77
80
  explorers: [{
78
81
  kind: 'Hippo River',
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,32 @@
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: 'hippoprotocol',
7
+ client_id: '07-tendermint-0',
8
+ connection_id: 'connection-0'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'osmosis',
12
+ client_id: '07-tendermint-3519',
13
+ connection_id: 'connection-10762'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-0',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-104931',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }];
32
+ 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
@@ -86,6 +86,7 @@ const _genesisl1 = __importStar(require("./genesisl1"));
86
86
  const _gitopia = __importStar(require("./gitopia"));
87
87
  const _gravitybridge = __importStar(require("./gravitybridge"));
88
88
  const _haqq = __importStar(require("./haqq"));
89
+ const _hippoprotocol = __importStar(require("./hippoprotocol"));
89
90
  const _humans = __importStar(require("./humans"));
90
91
  const _impacthub = __importStar(require("./impacthub"));
91
92
  const _imversed = __importStar(require("./imversed"));
@@ -248,6 +249,7 @@ const ibc = [
248
249
  ..._gitopia.ibc,
249
250
  ..._gravitybridge.ibc,
250
251
  ..._haqq.ibc,
252
+ ..._hippoprotocol.ibc,
251
253
  ..._humans.ibc,
252
254
  ..._impacthub.ibc,
253
255
  ..._imversed.ibc,
@@ -1936,6 +1936,35 @@ const info = [
1936
1936
  }
1937
1937
  }]
1938
1938
  },
1939
+ {
1940
+ $schema: '../ibc_data.schema.json',
1941
+ chain_1: {
1942
+ chain_name: 'hippoprotocol',
1943
+ client_id: '07-tendermint-0',
1944
+ connection_id: 'connection-0'
1945
+ },
1946
+ chain_2: {
1947
+ chain_name: 'osmosis',
1948
+ client_id: '07-tendermint-3519',
1949
+ connection_id: 'connection-10762'
1950
+ },
1951
+ channels: [{
1952
+ chain_1: {
1953
+ channel_id: 'channel-0',
1954
+ port_id: 'transfer'
1955
+ },
1956
+ chain_2: {
1957
+ channel_id: 'channel-104931',
1958
+ port_id: 'transfer'
1959
+ },
1960
+ ordering: 'unordered',
1961
+ version: 'ics20-1',
1962
+ tags: {
1963
+ status: 'live',
1964
+ preferred: true
1965
+ }
1966
+ }]
1967
+ },
1939
1968
  {
1940
1969
  $schema: '../ibc_data.schema.json',
1941
1970
  chain_1: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.277",
3
+ "version": "1.69.278",
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.173"
32
+ "@chain-registry/types": "^0.50.174"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "4bc8d8a60a82589f3c2fbb383e7c7a224af46402"
42
+ "gitHead": "6c3603695acda5d5c25f84e65744d34d4e72e084"
43
43
  }