@injectivelabs/networks
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.33](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.32...@injectivelabs/networks@0.0.33) (2021-07-01) | ||
### Bug Fixes | ||
* staking endpoints ([fd079af](https://github.com/InjectiveLabs/injective-ts/commit/fd079af717539e6ab8f79a0532c96522bf9d038c)) | ||
## [0.0.32](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.31...@injectivelabs/networks@0.0.32) (2021-06-30) | ||
@@ -8,0 +19,0 @@ |
@@ -11,6 +11,6 @@ "use strict"; | ||
exports.urlEndpointsStaking = { | ||
baseUrl: 'https://staking-api.injective.network:4444/api', | ||
chainUrl: 'https://staking-evm.injective.network', | ||
exchangeUrl: 'https://staking-api.injective.network:4444', | ||
explorerUrl: 'https://staking-explorer-api.injective.network/v1', | ||
baseUrl: 'https://staking-api-testnet.injective.network:4444/api', | ||
chainUrl: 'https://staking-evm-testnet.injective.network', | ||
exchangeUrl: 'https://staking-api-testnet.injective.network:4444', | ||
explorerUrl: 'https://explorer-api-testnet.injective.network/v1', | ||
}; | ||
@@ -17,0 +17,0 @@ exports.urlEndpointsDevnet = { |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "35671fad449eb61c6fd9a0fa426319bb0ad2d287" | ||
"gitHead": "fcc1b3d6d827ded322844e92c64894d84009fdd5" | ||
} |
Sorry, the diff of this file is not supported yet
20573
2