@injectivelabs/networks 1.0.9 → 1.0.12

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.
package/README.md CHANGED
@@ -1,20 +1,72 @@
1
1
  # 🌟 Injective Protocol - Networks and Endpoints
2
2
 
3
- ---
3
+ [![downloads](https://img.shields.io/npm/dm/@injectivelabs/tx-ts.svg)](https://www.npmjs.com/package/@injectivelabs/tx-ts)
4
+ [![npm-version](https://img.shields.io/npm/v/@injectivelabs/tx-ts.svg)](https://www.npmjs.com/package/@injectivelabs/tx-ts)
5
+ [![license](https://img.shields.io/npm/l/express.svg)]()
6
+
7
+ _Accessing decentralized finance through TypeScript (for Web and Node environment)_
8
+
9
+ `@injectivelabs/networks` is a TypeScript package for providing a pre-defined set of endpoints which can be used to fetch data from different data sources, broadcast transactions to sentry nodes, use the Tendermint RPC, etc, for different environments (Mainnet, Testnet, Devnet, etc).
10
+
11
+ ### 📚 Installation
4
12
 
5
- ## 📚 Getting Started
13
+ ```bash
14
+ yarn add @injectivelabs/networks
15
+ ```
16
+
17
+ ---
6
18
 
7
19
  ## 📖 Documentation
8
20
 
21
+ This package exports an enum `Network` that developers can use for the different environments the Injective Chain can be run.
22
+
23
+ There are two key functions exported from this package:
24
+
25
+ - `export function getEndpointsForNetwork(network: Network): NetworkEndpoints`
26
+ - `export function getNetworkInfo(network: Network): ChainInfo`
27
+
28
+ The first one, `getEndpointsForNetwork` returns a pre-defined set of endpoints that can be used by the developers - depending on their need. Here is the interface that gets returned from this function:
29
+
30
+ ```ts
31
+ export type NetworkEndpoints = {
32
+ exchangeApi: string // @deprecated - the grpc-web port of the exchange API service
33
+ indexerApi: string // the grpc-web port of the indexer API service
34
+ sentryGrpcApi: string // the grpc-web port of the sentry node
35
+ sentryHttpApi: string // the REST endpoint of the sentry node
36
+ tendermintApi?: string // the REST endpoint of the Tendermint RPC
37
+ chronosApi?: string // the REST endpoint of the chronos API service
38
+ exchangeWeb3GatewayApi?: string // the grpc-web port of the web3-gateway service API
39
+ }
40
+ ```
41
+
42
+ Lets explain these endpoints, and what do they mean:
43
+ - `exchangeApi` / `indexerApi` is the grpc-web endpoint that we can use to connect to the `exchange/indexer` service which listens for events from the chain, processes the events and stores the data into a mongoDB so its easier and much more performant to serve that data than querying it straight from the chain itself,
44
+ - `sentryGrpcApi` is the grpc-web endpoint that we can use to connect to a sentry node. A Sentry node is basically a read (and light) only version of the chain that we can use to query data directly from the chain.
45
+ - `sentryHttpApi` is the REST endpoint that we can use to connect to a sentry node.
46
+ - `tendermintApi` is the REST endpoint that we can use to connect to the Tendermint RPC,
47
+ - `chronosApi` is the REST endpoint that we can use to connect to the Chronos API which is part of the `exchange/indexer` service which is used for rendering the TradingView chart and getting OHLC data for the markets,
48
+ - `exchangeWeb3GatewayApi` is the grpc-web endpoint that we can use to connect to the web3-gateway which is part of the `exchange/indexer` service which is used for preparing and broadcasting Cosmos transactions using Ethereum native wallets + supports for fee delegation
49
+
50
+ The `getNetworkInfo` exports these endpoints plus the `chainId` and the default `fee` for the `Network` we want.
51
+
9
52
  ---
10
53
 
11
54
  ## ⛑ Support
12
55
 
13
56
  Reach out to us at one of the following places!
14
57
 
15
- - Website at <a href="https://injectiveprotocol.com" target="_blank">`injectiveprotocol.com`</a>
58
+ - Website at <a href="https://injective.com" target="_blank">`injective.com`</a>
16
59
  - Twitter at <a href="https://twitter.com/InjectiveLabs" target="_blank">`@InjectiveLabs`</a>
60
+ - Discord at <a href="https://discord.com/invite/NK4qdbv" target="_blank">`Discord`</a>
61
+ - Telegram at <a href="https://t.me/joininjective" target="_blank">`Telegram`</a>
17
62
 
18
63
  ---
19
64
 
20
65
  ## 🔓 License
66
+
67
+ This software is licensed under the MIT license. See [LICENSE](./LICENSE) for full disclosure.
68
+
69
+ <p>&nbsp;</p>
70
+ <div align="center">
71
+ <sub><em>Powering the future of decentralized finance.</em></sub>
72
+ </div>
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,sBAAsB,EAAE,gBAOpC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAOjC,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE,gBAOxC,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,gBAOpC,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,gBAOhC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAOjC,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,gBAOpC,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,gBAOhC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAOjC,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,gBAO/B,CAAA"}
1
+ {"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,sBAAsB,EAAE,gBAQpC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAQjC,CAAA;AAED,eAAO,MAAM,0BAA0B,EAAE,gBAQxC,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,gBAQpC,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,gBAQhC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAQjC,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,gBAQpC,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,gBAQhC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAQjC,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,gBAQ/B,CAAA"}
package/dist/endpoints.js CHANGED
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.urlEndpointsLocal = exports.urlEndpointsDevnet1 = exports.urlEndpointsDevnet = exports.urlEndpointsTestnetK8s = exports.urlEndpointsTestnet = exports.urlEndpointsPublic = exports.urlEndpointsMainnetOld = exports.urlEndpointsMainnetStaging = exports.urlEndpointsMainnet = exports.urlEndpointsMainnetK8s = void 0;
4
4
  exports.urlEndpointsMainnetK8s = {
5
5
  exchangeApi: 'https://k8s-api.injective.network',
6
+ indexerApi: 'https://k8s-api.injective.network',
6
7
  chronosApi: 'https://k8s-api.injective.network',
7
8
  sentryGrpcApi: 'https://k8s-grpc.injective.network',
8
9
  tendermintApi: 'https://tm.injective.network',
@@ -11,6 +12,7 @@ exports.urlEndpointsMainnetK8s = {
11
12
  };
12
13
  exports.urlEndpointsMainnet = {
13
14
  exchangeApi: 'https://api.injective.network',
15
+ indexerApi: 'https://api.injective.network',
14
16
  chronosApi: 'https://api.injective.network',
15
17
  sentryGrpcApi: 'https://grpc.injective.network',
16
18
  tendermintApi: 'https://tm.injective.network',
@@ -19,6 +21,7 @@ exports.urlEndpointsMainnet = {
19
21
  };
20
22
  exports.urlEndpointsMainnetStaging = {
21
23
  exchangeApi: 'https://staging.api.injective.network',
24
+ indexerApi: 'https://staging.api.injective.network',
22
25
  chronosApi: 'https://staging.api.injective.network',
23
26
  sentryGrpcApi: 'https://staging.grpc.injective.network',
24
27
  tendermintApi: 'https://staging.tm.injective.network',
@@ -27,6 +30,7 @@ exports.urlEndpointsMainnetStaging = {
27
30
  };
28
31
  exports.urlEndpointsMainnetOld = {
29
32
  exchangeApi: 'https://api.injective.network',
33
+ indexerApi: 'https://api.injective.network',
30
34
  chronosApi: 'https://api.injective.network',
31
35
  sentryGrpcApi: 'https://grpc.injective.network',
32
36
  tendermintApi: 'https://tm.injective.network',
@@ -35,6 +39,7 @@ exports.urlEndpointsMainnetOld = {
35
39
  };
36
40
  exports.urlEndpointsPublic = {
37
41
  exchangeApi: 'https://public.api.injective.network',
42
+ indexerApi: 'https://public.api.injective.network',
38
43
  chronosApi: 'https://public.api.injective.network',
39
44
  sentryGrpcApi: 'https://public.grpc.injective.network',
40
45
  tendermintApi: 'https://tm.injective.network',
@@ -43,6 +48,7 @@ exports.urlEndpointsPublic = {
43
48
  };
44
49
  exports.urlEndpointsTestnet = {
45
50
  exchangeApi: 'https://testnet.api.injective.dev',
51
+ indexerApi: 'https://testnet.api.injective.dev',
46
52
  chronosApi: 'https://testnet.api.injective.dev',
47
53
  sentryGrpcApi: 'https://testnet.grpc.injective.dev',
48
54
  tendermintApi: 'https://testnet.tm.injective.dev',
@@ -51,6 +57,7 @@ exports.urlEndpointsTestnet = {
51
57
  };
52
58
  exports.urlEndpointsTestnetK8s = {
53
59
  exchangeApi: 'https://k8s.testnet.exchange.grpc-web.injective.network',
60
+ indexerApi: 'https://k8s.testnet.exchange.grpc-web.injective.network',
54
61
  chronosApi: 'https://k8s.testnet.exchange.grpc-web.injective.network',
55
62
  sentryGrpcApi: 'https://k8s.testnet.chain.grpc-web.injective.network',
56
63
  tendermintApi: 'https://k8s.testnet.tm.injective.network',
@@ -59,6 +66,7 @@ exports.urlEndpointsTestnetK8s = {
59
66
  };
60
67
  exports.urlEndpointsDevnet = {
61
68
  exchangeApi: 'https://devnet.api.injective.dev',
69
+ indexerApi: 'https://devnet.api.injective.dev',
62
70
  chronosApi: 'https://devnet.api.injective.dev',
63
71
  sentryGrpcApi: 'https://devnet.grpc.injective.dev',
64
72
  tendermintApi: 'https://devnet.tm.injective.dev',
@@ -67,6 +75,7 @@ exports.urlEndpointsDevnet = {
67
75
  };
68
76
  exports.urlEndpointsDevnet1 = {
69
77
  exchangeApi: 'https://devnet-1.api.injective.dev',
78
+ indexerApi: 'https://devnet-1.api.injective.dev',
70
79
  chronosApi: 'https://devnet-1.api.injective.dev',
71
80
  sentryGrpcApi: 'https://devnet-1.grpc.injective.dev',
72
81
  tendermintApi: 'https://devnet-1.tm.injective.dev',
@@ -75,6 +84,7 @@ exports.urlEndpointsDevnet1 = {
75
84
  };
76
85
  exports.urlEndpointsLocal = {
77
86
  exchangeApi: 'https://localhost:4444',
87
+ indexerApi: 'https://localhost:4444',
78
88
  chronosApi: 'https://localhost:4444',
79
89
  sentryGrpcApi: 'http://localhost:9091',
80
90
  tendermintApi: 'http://localhost:9091',
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,sBAAsB,GAAqB;IACtD,WAAW,EAAE,mCAAmC;IAChD,UAAU,EAAE,mCAAmC;IAC/C,aAAa,EAAE,oCAAoC;IACnD,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,mCAAmC;IAClD,sBAAsB,EAAE,uCAAuC;CAChE,CAAA;AAEY,QAAA,mBAAmB,GAAqB;IACnD,WAAW,EAAE,+BAA+B;IAC5C,UAAU,EAAE,+BAA+B;IAC3C,aAAa,EAAE,gCAAgC;IAC/C,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,+BAA+B;IAC9C,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,0BAA0B,GAAqB;IAC1D,WAAW,EAAE,uCAAuC;IACpD,UAAU,EAAE,uCAAuC;IACnD,aAAa,EAAE,wCAAwC;IACvD,aAAa,EAAE,sCAAsC;IACrD,aAAa,EAAE,uCAAuC;IACtD,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,sBAAsB,GAAqB;IACtD,WAAW,EAAE,+BAA+B;IAC5C,UAAU,EAAE,+BAA+B;IAC3C,aAAa,EAAE,gCAAgC;IAC/C,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,+BAA+B;IAC9C,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,kBAAkB,GAAqB;IAClD,WAAW,EAAE,sCAAsC;IACnD,UAAU,EAAE,sCAAsC;IAClD,aAAa,EAAE,uCAAuC;IACtD,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,sCAAsC;IACrD,sBAAsB,EAAE,+CAA+C;CACxE,CAAA;AAEY,QAAA,mBAAmB,GAAqB;IACnD,WAAW,EAAE,mCAAmC;IAChD,UAAU,EAAE,mCAAmC;IAC/C,aAAa,EAAE,oCAAoC;IACnD,aAAa,EAAE,kCAAkC;IACjD,aAAa,EAAE,mCAAmC;IAClD,sBAAsB,EAAE,4CAA4C;CACrE,CAAA;AAEY,QAAA,sBAAsB,GAAqB;IACtD,WAAW,EAAE,yDAAyD;IACtE,UAAU,EAAE,yDAAyD;IACrE,aAAa,EAAE,sDAAsD;IACrE,aAAa,EAAE,0CAA0C;IACzD,aAAa,EAAE,2CAA2C;IAC1D,sBAAsB,EAAE,gDAAgD;CACzE,CAAA;AAEY,QAAA,kBAAkB,GAAqB;IAClD,WAAW,EAAE,kCAAkC;IAC/C,UAAU,EAAE,kCAAkC;IAC9C,aAAa,EAAE,mCAAmC;IAClD,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,kCAAkC;IACjD,sBAAsB,EAAE,sCAAsC;CAC/D,CAAA;AAEY,QAAA,mBAAmB,GAAqB;IACnD,WAAW,EAAE,oCAAoC;IACjD,UAAU,EAAE,oCAAoC;IAChD,aAAa,EAAE,qCAAqC;IACpD,aAAa,EAAE,mCAAmC;IAClD,aAAa,EAAE,oCAAoC;IACnD,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,iBAAiB,GAAqB;IACjD,WAAW,EAAE,wBAAwB;IACrC,UAAU,EAAE,wBAAwB;IACpC,aAAa,EAAE,uBAAuB;IACtC,aAAa,EAAE,uBAAuB;IACtC,aAAa,EAAE,uBAAuB;IACtC,sBAAsB,EAAE,wBAAwB;CACjD,CAAA"}
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,sBAAsB,GAAqB;IACtD,WAAW,EAAE,mCAAmC;IAChD,UAAU,EAAE,mCAAmC;IAC/C,UAAU,EAAE,mCAAmC;IAC/C,aAAa,EAAE,oCAAoC;IACnD,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,mCAAmC;IAClD,sBAAsB,EAAE,uCAAuC;CAChE,CAAA;AAEY,QAAA,mBAAmB,GAAqB;IACnD,WAAW,EAAE,+BAA+B;IAC5C,UAAU,EAAE,+BAA+B;IAC3C,UAAU,EAAE,+BAA+B;IAC3C,aAAa,EAAE,gCAAgC;IAC/C,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,+BAA+B;IAC9C,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,0BAA0B,GAAqB;IAC1D,WAAW,EAAE,uCAAuC;IACpD,UAAU,EAAE,uCAAuC;IACnD,UAAU,EAAE,uCAAuC;IACnD,aAAa,EAAE,wCAAwC;IACvD,aAAa,EAAE,sCAAsC;IACrD,aAAa,EAAE,uCAAuC;IACtD,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,sBAAsB,GAAqB;IACtD,WAAW,EAAE,+BAA+B;IAC5C,UAAU,EAAE,+BAA+B;IAC3C,UAAU,EAAE,+BAA+B;IAC3C,aAAa,EAAE,gCAAgC;IAC/C,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,+BAA+B;IAC9C,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,kBAAkB,GAAqB;IAClD,WAAW,EAAE,sCAAsC;IACnD,UAAU,EAAE,sCAAsC;IAClD,UAAU,EAAE,sCAAsC;IAClD,aAAa,EAAE,uCAAuC;IACtD,aAAa,EAAE,8BAA8B;IAC7C,aAAa,EAAE,sCAAsC;IACrD,sBAAsB,EAAE,+CAA+C;CACxE,CAAA;AAEY,QAAA,mBAAmB,GAAqB;IACnD,WAAW,EAAE,mCAAmC;IAChD,UAAU,EAAE,mCAAmC;IAC/C,UAAU,EAAE,mCAAmC;IAC/C,aAAa,EAAE,oCAAoC;IACnD,aAAa,EAAE,kCAAkC;IACjD,aAAa,EAAE,mCAAmC;IAClD,sBAAsB,EAAE,4CAA4C;CACrE,CAAA;AAEY,QAAA,sBAAsB,GAAqB;IACtD,WAAW,EAAE,yDAAyD;IACtE,UAAU,EAAE,yDAAyD;IACrE,UAAU,EAAE,yDAAyD;IACrE,aAAa,EAAE,sDAAsD;IACrE,aAAa,EAAE,0CAA0C;IACzD,aAAa,EAAE,2CAA2C;IAC1D,sBAAsB,EAAE,gDAAgD;CACzE,CAAA;AAEY,QAAA,kBAAkB,GAAqB;IAClD,WAAW,EAAE,kCAAkC;IAC/C,UAAU,EAAE,kCAAkC;IAC9C,UAAU,EAAE,kCAAkC;IAC9C,aAAa,EAAE,mCAAmC;IAClD,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,kCAAkC;IACjD,sBAAsB,EAAE,sCAAsC;CAC/D,CAAA;AAEY,QAAA,mBAAmB,GAAqB;IACnD,WAAW,EAAE,oCAAoC;IACjD,UAAU,EAAE,oCAAoC;IAChD,UAAU,EAAE,oCAAoC;IAChD,aAAa,EAAE,qCAAqC;IACpD,aAAa,EAAE,mCAAmC;IAClD,aAAa,EAAE,oCAAoC;IACnD,sBAAsB,EAAE,wCAAwC;CACjE,CAAA;AAEY,QAAA,iBAAiB,GAAqB;IACjD,WAAW,EAAE,wBAAwB;IACrC,UAAU,EAAE,wBAAwB;IACpC,UAAU,EAAE,wBAAwB;IACpC,aAAa,EAAE,uBAAuB;IACtC,aAAa,EAAE,uBAAuB;IACtC,aAAa,EAAE,uBAAuB;IACtC,sBAAsB,EAAE,wBAAwB;CACjD,CAAA"}
package/dist/types.d.ts CHANGED
@@ -13,6 +13,7 @@ export declare enum Network {
13
13
  }
14
14
  export declare type NetworkEndpoints = {
15
15
  exchangeApi: string;
16
+ indexerApi: string;
16
17
  sentryGrpcApi: string;
17
18
  sentryHttpApi: string;
18
19
  tendermintApi?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,UAAU,eAAe;IACzB,UAAU,eAAe;CAC1B;AAED,oBAAY,gBAAgB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC,CAAA;AAED,oBAAY,YAAY,GAAG,gBAAgB,CAAA,CAAC,iBAAiB;AAE7D,oBAAY,SAAS,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,UAAU,eAAe;IACzB,UAAU,eAAe;CAC1B;AAED,oBAAY,gBAAgB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,sBAAsB,CAAC,EAAE,MAAM,CAAA;CAChC,CAAA;AAED,oBAAY,YAAY,GAAG,gBAAgB,CAAA,CAAC,iBAAiB;AAE7D,oBAAY,SAAS,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/networks",
3
3
  "description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.",
4
- "version": "1.0.9",
4
+ "version": "1.0.12",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Bojan Angjelkoski",
@@ -31,10 +31,10 @@
31
31
  "start": "node dist/index.js"
32
32
  },
33
33
  "dependencies": {
34
- "@injectivelabs/exceptions": "^1.0.6",
35
- "@injectivelabs/utils": "^1.0.9",
34
+ "@injectivelabs/exceptions": "^1.0.7",
35
+ "@injectivelabs/utils": "^1.0.10",
36
36
  "link-module-alias": "^1.2.0",
37
37
  "shx": "^0.3.2"
38
38
  },
39
- "gitHead": "30ee2f440a235dc01a4e44089df6a18379a5c98d"
39
+ "gitHead": "451f02c77bcd90228c81df412db4c65e69d6093d"
40
40
  }