@injectivelabs/networks
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.18](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.17...@injectivelabs/networks@0.0.18) (2021-05-26) | ||
### Bug Fixes | ||
* devnet exchange api endpoint changed ([d0ddc00](https://github.com/InjectiveLabs/injective-ts/commit/d0ddc00df99747d000e2e6d62dbe96dd9e2cf336)) | ||
## [0.0.17](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.16...@injectivelabs/networks@0.0.17) (2021-05-24) | ||
@@ -8,0 +14,0 @@ |
@@ -17,5 +17,5 @@ "use strict"; | ||
exports.urlEndpointsDevnet = { | ||
baseUrl: 'https://devnet-api.injective.dev/api', | ||
baseUrl: 'https://devnet-api.injective.dev:4444/api', | ||
chainUrl: 'https://devnet-evm.injective.dev', | ||
exchangeUrl: 'https://devnet-api.injective.dev', | ||
exchangeUrl: 'https://devnet-api.injective.dev:4444', | ||
explorerUrl: 'https://devnet-explorer-api.injective.dev', | ||
@@ -22,0 +22,0 @@ }; |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "1fb5275d79d6fe156c00fc998a00baf11be4c9ed" | ||
"gitHead": "c0f01af25e35fe6698fba0f4907a25358e27ccc6" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13627
0