@injectivelabs/networks
Advanced tools
Comparing version 0.0.52 to 0.0.53
@@ -10,2 +10,3 @@ "use strict"; | ||
exchangeUrl: 'https://k8s-api.injective.network', | ||
dmmExchangeUrl: 'https://k8s-api.injective.network', | ||
exchangeGatewayUrl: 'https://k8s-gateway.injective.network', | ||
@@ -20,2 +21,3 @@ explorerUrl: 'https://k8s-api.injective.network/api/explorer/v1', | ||
exchangeUrl: 'https://public.api.injective.network', | ||
dmmExchangeUrl: 'https://dmm.exchange.injective.dev', | ||
exchangeGatewayUrl: 'https://public.web3-gateway.injective.network', | ||
@@ -30,2 +32,3 @@ explorerUrl: 'https://public.api.injective.network/api/explorer/v1', | ||
exchangeUrl: 'https://api.injective.network', | ||
dmmExchangeUrl: 'https://dmm.exchange.injective.dev', | ||
exchangeGatewayUrl: 'https://web3-gateway.injective.network', | ||
@@ -40,2 +43,3 @@ explorerUrl: 'https://api.injective.network/api/explorer/v1', | ||
exchangeUrl: 'https://testnet.api.injective.dev', | ||
dmmExchangeUrl: 'https://testnet.api.injective.dev', | ||
exchangeGatewayUrl: 'https://testnet.web3-gateway.injective.dev', | ||
@@ -50,2 +54,3 @@ explorerUrl: 'https://testnet.api.injective.dev/api/explorer/v1', | ||
exchangeUrl: 'https://devnet.api.injective.dev', | ||
dmmExchangeUrl: 'https://devnet.api.injective.dev', | ||
exchangeGatewayUrl: 'https://devnet.gateway.injective.dev', | ||
@@ -60,2 +65,3 @@ explorerUrl: 'https://devnet.api.injective.dev/api/explorer/v1', | ||
exchangeUrl: 'https://localhost:4444', | ||
dmmExchangeUrl: 'https://localhost:4444', | ||
exchangeGatewayUrl: 'https://localhost:4445', | ||
@@ -62,0 +68,0 @@ explorerUrl: 'https://localhost:4444/api/explorer/v1', |
@@ -15,2 +15,3 @@ export declare enum Network { | ||
exchangeUrl: string; | ||
dmmExchangeUrl: string; | ||
exchangeGatewayUrl: string; | ||
@@ -17,0 +18,0 @@ explorerUrl: string; |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.52", | ||
"version": "0.0.53", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "6e9404121cba532b3ff0df3629b9e675c1d7ca1a" | ||
"gitHead": "e77b587265e7081f559b8f34d39cbfeb9be90af7" | ||
} |
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
12367
135