@injectivelabs/networks
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -10,3 +10,4 @@ import { UrlEndpoint } from './types'; | ||
export declare const urlEndpointsDevnet: UrlEndpoint; | ||
export declare const urlEndpointsDevnet1: UrlEndpoint; | ||
export declare const urlEndpointsLocal: UrlEndpoint; | ||
//# sourceMappingURL=endpoints.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.urlEndpointsLocal = exports.urlEndpointsDevnet = exports.urlEndpointsTestnetK8s = exports.urlEndpointsTestnet = exports.urlEndpointsPublic = exports.urlEndpointsMainnetOld = exports.urlEndpointsMainnetStaging = exports.urlEndpointsMainnet = exports.urlEndpointsMainnetK8s = void 0; | ||
exports.urlEndpointsLocal = exports.urlEndpointsDevnet1 = exports.urlEndpointsDevnet = exports.urlEndpointsTestnetK8s = exports.urlEndpointsTestnet = exports.urlEndpointsPublic = exports.urlEndpointsMainnetOld = exports.urlEndpointsMainnetStaging = exports.urlEndpointsMainnet = exports.urlEndpointsMainnetK8s = void 0; | ||
exports.urlEndpointsMainnetK8s = { | ||
@@ -60,2 +60,9 @@ exchangeApi: 'https://k8s-api.injective.network', | ||
}; | ||
exports.urlEndpointsDevnet1 = { | ||
exchangeApi: 'https://devnet-1.api.injective.dev', | ||
sentryGrpcApi: 'https://devnet-1.grpc.injective.dev', | ||
tendermintApi: 'https://devnet-1.tm.injective.dev', | ||
sentryHttpApi: 'https://devnet-1.lcd.injective.dev', | ||
exchangeWeb3GatewayApi: 'https://devnet-1.gateway.injective.dev', | ||
}; | ||
exports.urlEndpointsLocal = { | ||
@@ -62,0 +69,0 @@ exchangeApi: 'https://localhost:4444', |
@@ -14,2 +14,3 @@ "use strict"; | ||
[types_1.Network.Devnet]: endpoints_1.urlEndpointsDevnet, | ||
[types_1.Network.Devnet1]: endpoints_1.urlEndpointsDevnet1, | ||
[types_1.Network.Testnet]: endpoints_1.urlEndpointsTestnet, | ||
@@ -16,0 +17,0 @@ [types_1.Network.TestnetK8s]: endpoints_1.urlEndpointsTestnetK8s, |
@@ -5,2 +5,3 @@ export declare enum Network { | ||
Devnet = "devnet", | ||
Devnet1 = "devnet1", | ||
Testnet = "testnet", | ||
@@ -7,0 +8,0 @@ TestnetK8s = "testnetK8s", |
@@ -9,2 +9,3 @@ "use strict"; | ||
Network["Devnet"] = "devnet"; | ||
Network["Devnet1"] = "devnet1"; | ||
Network["Testnet"] = "testnet"; | ||
@@ -11,0 +12,0 @@ Network["TestnetK8s"] = "testnetK8s"; |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4df9935b333e57766187f8f541b7a376ab7aa731" | ||
"gitHead": "52aea86e8f1e53d267efa2115ff9fb813b575903" | ||
} |
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
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
14749
161