@injectivelabs/networks
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -6,14 +6,50 @@ # Change Log | ||
## [0.0.19](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.18...@injectivelabs/networks@0.0.19) (2021-05-27) | ||
## [0.0.20](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.19...@injectivelabs/networks@0.0.20) (2021-06-03) | ||
### Bug Fixes | ||
* exchange endpoint for staking network ([5dbddd9](https://github.com/InjectiveLabs/injective-ts/commit/5dbddd904f919b9a0482167d317e96ce7b900431)) | ||
* endpoint port for the chain-api ([a710ee8](https://github.com/InjectiveLabs/injective-ts/commit/a710ee8b0240cee493412974cd1b355ec6748b15)) | ||
## [0.0.18](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.17...@injectivelabs/networks@0.0.18) (2021-05-26) | ||
## [0.0.19](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.18...@injectivelabs/networks@0.0.19) (2021-06-02) | ||
### Bug Fixes | ||
* devnet exchange api endpoint changed ([d0ddc00](https://github.com/InjectiveLabs/injective-ts/commit/d0ddc00df99747d000e2e6d62dbe96dd9e2cf336)) | ||
* number for tick sizes ([e386611](https://github.com/InjectiveLabs/injective-ts/commit/e3866118eba6e3edaa5d806a4721020ddb001fa8)) | ||
## 0.0.18 (2021-05-31) | ||
### Bug Fixes | ||
* constants decoupled from packages ([0c2f050](https://github.com/InjectiveLabs/injective-ts/commit/0c2f050f7512dc365f8eca9104936e98747644e3)) | ||
* explorer url updated ([4146da2](https://github.com/InjectiveLabs/injective-ts/commit/4146da2c81791e796b135161f61cc7225aea3f0d)) | ||
* explorer url updated ([da60911](https://github.com/InjectiveLabs/injective-ts/commit/da609118452a8601b13c47776f065b99cfd9a2ac)) | ||
* gas limit decopled for chain and exchange tx ([45373be](https://github.com/InjectiveLabs/injective-ts/commit/45373be038085183dd7b0b699bcb9a1e75a1ef1a)) | ||
* mc fix ([1ccbb88](https://github.com/InjectiveLabs/injective-ts/commit/1ccbb88f3dc252d1a80da3f1a2338ea6cf761557)) | ||
* merge conflicts fixes ([fd8fab5](https://github.com/InjectiveLabs/injective-ts/commit/fd8fab59aceba12e7e6c0753bb5c7cea2f89b43a)) | ||
* removed redundant changelog ([b80c4da](https://github.com/InjectiveLabs/injective-ts/commit/b80c4da3a486f0738bde9726e0e7c7bf6bc18184)) | ||
### Features | ||
* added devnet network ([2975a41](https://github.com/InjectiveLabs/injective-ts/commit/2975a41d612b1b17aba28b86e1770b9861b32d22)) | ||
* added execution side filter for spot market trades ([09ed791](https://github.com/InjectiveLabs/injective-ts/commit/09ed791559a167d5ed19d04c1cb03a7ae6d5e2c8)) | ||
* added networks package for fetching endpoints ([b6fc2a8](https://github.com/InjectiveLabs/injective-ts/commit/b6fc2a8b6e515c5d9b5d638132f6a77504c24cbc)) | ||
* added networks package for fetching endpoints ([de3db66](https://github.com/InjectiveLabs/injective-ts/commit/de3db668e6d56092806fa4d1a5abd643fb1449e4)) | ||
* subaccount decoupled from spot to own package ([e017056](https://github.com/InjectiveLabs/injective-ts/commit/e0170563e643cbb1b8d483cc046f6ec2924a14a8)) | ||
## [0.0.17](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.16...@injectivelabs/networks@0.0.17) (2021-05-24) | ||
@@ -20,0 +56,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getUrlEndpointForNetwork = exports.urlEndpointUrls = void 0; | ||
const rpc_1 = require("./data/rpc"); | ||
const endpoints_1 = require("./endpoints"); | ||
exports.urlEndpointUrls = { | ||
mainnet: rpc_1.urlEndpointsMainnet, | ||
internal: rpc_1.urlEndpointsInternal, | ||
devnet: rpc_1.urlEndpointsDevnet, | ||
staking: rpc_1.urlEndpointsStaking, | ||
local: rpc_1.urlEndpointsLocal, | ||
mainnet: endpoints_1.urlEndpointsMainnet, | ||
internal: endpoints_1.urlEndpointsInternal, | ||
devnet: endpoints_1.urlEndpointsDevnet, | ||
staking: endpoints_1.urlEndpointsStaking, | ||
local: endpoints_1.urlEndpointsLocal, | ||
}; | ||
@@ -12,0 +12,0 @@ const getUrlEndpointForNetwork = (network) => exports.urlEndpointUrls[network]; |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"license": "MIT", | ||
@@ -30,8 +30,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@injectivelabs/exceptions": "^0.0.21", | ||
"@injectivelabs/utils": "^0.0.28", | ||
"@injectivelabs/exceptions": "^0.0.22", | ||
"@injectivelabs/utils": "^0.0.29", | ||
"link-module-alias": "^1.2.0", | ||
"shx": "^0.3.2" | ||
}, | ||
"gitHead": "bc96ed54ad32f44fff6e492bbec5cda66bf82e56" | ||
"gitHead": "328a20e5f7edd146de72e2f34257f91c44762bc0" | ||
} |
Sorry, the diff of this file is not supported yet
15727
+ Added@injectivelabs/exceptions@0.0.22(transitive)
+ Added@injectivelabs/ts-types@0.0.19(transitive)
+ Added@injectivelabs/utils@0.0.29(transitive)
- Removed@injectivelabs/exceptions@0.0.21(transitive)
- Removed@injectivelabs/ts-types@0.0.18(transitive)
- Removed@injectivelabs/utils@0.0.28(transitive)
Updated@injectivelabs/utils@^0.0.29