@injectivelabs/networks
Advanced tools
Comparing version 0.0.47 to 0.0.48
@@ -5,5 +5,5 @@ import { UrlEndpoint } from './types'; | ||
export declare const urlEndpointsMainnetOld: UrlEndpoint; | ||
export declare const urlEndpointsStaking: UrlEndpoint; | ||
export declare const urlEndpointsTestnet: UrlEndpoint; | ||
export declare const urlEndpointsDevnet: UrlEndpoint; | ||
export declare const urlEndpointsLocal: UrlEndpoint; | ||
//# sourceMappingURL=endpoints.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.urlEndpointsLocal = exports.urlEndpointsDevnet = exports.urlEndpointsStaking = exports.urlEndpointsMainnetOld = exports.urlEndpointsPublic = exports.urlEndpointsMainnet = void 0; | ||
exports.urlEndpointsLocal = exports.urlEndpointsDevnet = exports.urlEndpointsTestnet = exports.urlEndpointsMainnetOld = exports.urlEndpointsPublic = exports.urlEndpointsMainnet = void 0; | ||
exports.urlEndpointsMainnet = { | ||
baseUrl: 'https://k8s-api.injective.network/api', | ||
chainUrl: 'https://k8s-grpc.injective.network', | ||
tmUrl: 'https://tm.injective.network', | ||
chainHttpUrl: 'https://k8s-lcd.injective.network', | ||
@@ -15,2 +16,3 @@ exchangeUrl: 'https://k8s-api.injective.network', | ||
chainUrl: 'https://public.grpc.injective.network', | ||
tmUrl: 'https://public.tm.injective.network', | ||
chainHttpUrl: 'https://public.lcd.injective.network', | ||
@@ -24,2 +26,3 @@ exchangeUrl: 'https://public.api.injective.network', | ||
chainUrl: 'https://grpc.injective.network', | ||
tmUrl: 'https://public.tm.injective.network', | ||
chainHttpUrl: 'https://lcd.injective.network', | ||
@@ -30,5 +33,6 @@ exchangeUrl: 'https://api.injective.network', | ||
}; | ||
exports.urlEndpointsStaking = { | ||
exports.urlEndpointsTestnet = { | ||
baseUrl: 'https://testnet.api.injective.dev/api', | ||
chainUrl: 'https://testnet.grpc.injective.dev', | ||
tmUrl: 'https://testnet.tm.injective.dev', | ||
chainHttpUrl: 'https://testnet.lcd.injective.dev', | ||
@@ -42,2 +46,3 @@ exchangeUrl: 'https://testnet.api.injective.dev', | ||
chainUrl: 'https://devnet.grpc.injective.dev', | ||
tmUrl: 'https://devnet.tm.injective.dev', | ||
chainHttpUrl: 'https://devnet.lcd.injective.dev', | ||
@@ -51,2 +56,3 @@ exchangeUrl: 'https://devnet.api.injective.dev', | ||
chainUrl: 'http://localhost:9091', | ||
tmUrl: 'http://localhost:9091', | ||
chainHttpUrl: 'http://localhost:9091', | ||
@@ -53,0 +59,0 @@ exchangeUrl: 'https://localhost:4444', |
@@ -10,3 +10,3 @@ "use strict"; | ||
devnet: endpoints_1.urlEndpointsDevnet, | ||
testnet: endpoints_1.urlEndpointsStaking, | ||
testnet: endpoints_1.urlEndpointsTestnet, | ||
local: endpoints_1.urlEndpointsLocal, | ||
@@ -13,0 +13,0 @@ }; |
@@ -12,2 +12,3 @@ export declare enum Network { | ||
chainUrl: string; | ||
tmUrl: string; | ||
chainHttpUrl: string; | ||
@@ -14,0 +15,0 @@ exchangeUrl: string; |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "8b7062f0bd2e4c2d373b37fee0bc658c94be8972" | ||
"gitHead": "2671cd3402da8a9b826a4520f6ab911a76474cdc" | ||
} |
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
11857
128