New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/networks

Package Overview
Dependencies
Maintainers
12
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/networks - npm Package Compare versions

Comparing version 1.14.40 to 1.14.41-beta.0

1

dist/cjs/endpoints.d.ts

@@ -11,2 +11,3 @@ import { NetworkEndpoints } from './types.js';

export declare const endpointsDevnet2: NetworkEndpoints;
export declare const endpointsDevnet3: NetworkEndpoints;
export declare const endpointsLocal: NetworkEndpoints;

@@ -13,0 +14,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.endpointsMainnetK8s = exports.endpointsMainnetOld = exports.endpointsMainnetLB = exports.endpointsTestnetK8s = exports.endpointsTestnetOld = exports.endpointsLocal = exports.endpointsDevnet2 = exports.endpointsDevnet1 = exports.endpointsDevnet = exports.endpointsTestnet = exports.endpointsTestnetSentry = exports.endpointsInternal = exports.endpointsStaging = exports.endpointsMainnet = exports.endpointsMainnetSentry = void 0;
exports.endpointsMainnetK8s = exports.endpointsMainnetOld = exports.endpointsMainnetLB = exports.endpointsTestnetK8s = exports.endpointsTestnetOld = exports.endpointsLocal = exports.endpointsDevnet3 = exports.endpointsDevnet2 = exports.endpointsDevnet1 = exports.endpointsDevnet = exports.endpointsTestnet = exports.endpointsTestnetSentry = exports.endpointsInternal = exports.endpointsStaging = exports.endpointsMainnet = exports.endpointsMainnetSentry = void 0;
exports.endpointsMainnetSentry = {

@@ -83,2 +83,13 @@ indexer: 'https://sentry.exchange.grpc-web.injective.network',

};
exports.endpointsDevnet3 = {
indexer: 'https://devnet-3.api.injective.dev',
grpc: 'https://devnet-3.grpc.injective.dev',
rpc: 'https://devnet-3.tm.injective.dev',
rest: 'https://devnet-3.lcd.injective.dev',
chronos: 'https://devnet-3.api.injective.dev',
explorer: 'https://devnet-3.api.injective.dev',
cacheGrpc: 'https://devnet-3.grpc.injective.dev',
cacheRest: 'https://devnet-3.api.injective.dev',
web3gw: 'https://devnet-3.api.injective.dev',
};
exports.endpointsLocal = {

@@ -85,0 +96,0 @@ indexer: 'https://localhost:4444',

@@ -11,2 +11,3 @@ import { NetworkEndpoints } from './types.js';

export declare const endpointsDevnet2: NetworkEndpoints;
export declare const endpointsDevnet3: NetworkEndpoints;
export declare const endpointsLocal: NetworkEndpoints;

@@ -13,0 +14,0 @@ /**

@@ -84,2 +84,13 @@ export const endpointsMainnetSentry = {

};
export const endpointsDevnet3 = {
indexer: 'https://devnet-3.api.injective.dev',
grpc: 'https://devnet-3.grpc.injective.dev',
rpc: 'https://devnet-3.tm.injective.dev',
rest: 'https://devnet-3.lcd.injective.dev',
chronos: 'https://devnet-3.api.injective.dev',
explorer: 'https://devnet-3.api.injective.dev',
cacheGrpc: 'https://devnet-3.grpc.injective.dev',
cacheRest: 'https://devnet-3.api.injective.dev',
web3gw: 'https://devnet-3.api.injective.dev',
};
export const endpointsLocal = {

@@ -86,0 +97,0 @@ indexer: 'https://localhost:4444',

4

package.json
{
"name": "@injectivelabs/networks",
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.",
"version": "1.14.40",
"version": "1.14.41-beta.0",
"sideEffects": false,

@@ -63,3 +63,3 @@ "license": "Apache-2.0",

},
"gitHead": "3530a66d35278bd939700098d2fbec98f1484253"
"gitHead": "65eacb5e3cf62675b0c3540f1314958f6abb462c"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc