@injectivelabs/networks
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.8](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.7...@injectivelabs/networks@0.0.8) (2021-03-19) | ||
### Bug Fixes | ||
* explorer url updated ([0e971bf](https://github.com/InjectiveLabs/injective-ts/commit/0e971bf0974e7bbe9a61e032ff210a6791a13d8b)) | ||
## [0.0.7](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.6...@injectivelabs/networks@0.0.7) (2021-03-19) | ||
@@ -8,0 +14,0 @@ |
@@ -69,3 +69,3 @@ "use strict"; | ||
exchangeUrl: 'https://staking-api.injective.network', | ||
explorerUrl: 'https://staking-explorer-api.injective.dev/v1', | ||
explorerUrl: 'https://staking-explorer-api.injective.network/v1', | ||
}, | ||
@@ -76,3 +76,3 @@ europe: { | ||
exchangeUrl: 'https://staking-api.injective.network', | ||
explorerUrl: 'https://staking-explorer-api.injective.dev/v1', | ||
explorerUrl: 'https://staking-explorer-api.injective.network/v1', | ||
}, | ||
@@ -83,3 +83,3 @@ asia: { | ||
exchangeUrl: 'https://staking-api.injective.network', | ||
explorerUrl: 'https://staking-explorer-api.injective.dev/v1', | ||
explorerUrl: 'https://staking-explorer-api.injective.network/v1', | ||
}, | ||
@@ -86,0 +86,0 @@ }; |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "da609118452a8601b13c47776f065b99cfd9a2ac" | ||
"gitHead": "4146da2c81791e796b135161f61cc7225aea3f0d" | ||
} |
Sorry, the diff of this file is not supported yet
26674