@injectivelabs/networks
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.0.43](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.42...@injectivelabs/networks@0.0.43) (2021-08-28) | ||
### Bug Fixes | ||
* copy ([4845ec0](https://github.com/InjectiveLabs/injective-ts/commit/4845ec0e7802ba4b163b76e990ad0910e9e07227)) | ||
### Features | ||
* chainUrl for http calls ([47657d9](https://github.com/InjectiveLabs/injective-ts/commit/47657d96b0566c8ef9f6caa78764c3ef7ca97785)) | ||
## [0.0.42](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.41...@injectivelabs/networks@0.0.42) (2021-08-28) | ||
@@ -8,0 +24,0 @@ |
@@ -7,2 +7,3 @@ "use strict"; | ||
chainUrl: 'https://k8s-grpc.injective.network', | ||
chainHttpUrl: 'https://k8s-lcd.injective.network', | ||
exchangeUrl: 'https://k8s-api.injective.network', | ||
@@ -15,2 +16,3 @@ exchangeGatewayUrl: 'https://k8s-gateway.injective.network', | ||
chainUrl: 'https://public-grpc.injective.network', | ||
chainHttpUrl: 'https://public-lcd.injective.network', | ||
exchangeUrl: 'https://public-api.injective.network:4444', | ||
@@ -23,2 +25,3 @@ exchangeGatewayUrl: 'https://public-gateway.injective.network:4445', | ||
chainUrl: 'https://staking-grpc.injective.network', | ||
chainHttpUrl: 'https://staking-lcd.injective.network', | ||
exchangeUrl: 'https://staking-api.injective.network:4444', | ||
@@ -31,2 +34,3 @@ exchangeGatewayUrl: 'https://staking-gateway.injective.network:4445', | ||
chainUrl: 'https://staking-grpc-testnet.injective.network', | ||
chainHttpUrl: 'https://staking-lcd-testnet.injective.network', | ||
exchangeUrl: 'https://staking-api-testnet.injective.network:4444', | ||
@@ -39,2 +43,3 @@ exchangeGatewayUrl: 'https://staking-gateway-testnet.injective.network:4445', | ||
chainUrl: 'https://devnet-grpc.injective.dev', | ||
chainHttpUrl: 'https://devnet-lcd.injective.dev', | ||
exchangeUrl: 'https://devnet-api.injective.dev:4444', | ||
@@ -47,2 +52,3 @@ exchangeGatewayUrl: 'https://devnet-gateway.injective.dev:4445', | ||
chainUrl: 'http://localhost:9091', | ||
chainHttpUrl: 'http://localhost:9091', | ||
exchangeUrl: 'https://localhost:4444', | ||
@@ -49,0 +55,0 @@ exchangeGatewayUrl: 'https://localhost:4445', |
@@ -12,2 +12,3 @@ export declare enum Network { | ||
chainUrl: string; | ||
chainHttpUrl: string; | ||
exchangeUrl: string; | ||
@@ -14,0 +15,0 @@ exchangeGatewayUrl: string; |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "1cd8104787ee9603c5694ea8747513d6f58d040b" | ||
"gitHead": "a6c2ae9f137eefd97966c7831fc129b97007f08c" | ||
} |
@@ -1,2 +0,2 @@ | ||
# 🌟 Injective Protocol - Networks | ||
# 🌟 Injective Protocol - Networks and Endpoints | ||
@@ -3,0 +3,0 @@ --- |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25286
121