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

@across-protocol/constants

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@across-protocol/constants - npm Package Compare versions

Comparing version 3.1.7 to 3.1.8

2

dist/cjs/networks.d.ts

@@ -63,3 +63,3 @@ export declare const TESTNET_SEPOLIA_CHAIN_IDs: {

};
declare enum ChainFamily {
export declare enum ChainFamily {
OP_STACK = 0

@@ -66,0 +66,0 @@ }

"use strict";
var _a, _b;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PUBLIC_NETWORKS = exports.TEST_NETWORKS = exports.PRODUCTION_NETWORKS = exports.CHAIN_IDs = exports.MAINNET_CHAIN_IDs = exports.TESTNET_CHAIN_IDs = exports.TESTNET_SEPOLIA_CHAIN_IDs = void 0;
exports.PUBLIC_NETWORKS = exports.TEST_NETWORKS = exports.PRODUCTION_NETWORKS = exports.ChainFamily = exports.CHAIN_IDs = exports.MAINNET_CHAIN_IDs = exports.TESTNET_CHAIN_IDs = exports.TESTNET_SEPOLIA_CHAIN_IDs = void 0;
var tslib_1 = require("tslib");

@@ -37,3 +37,3 @@ exports.TESTNET_SEPOLIA_CHAIN_IDs = {

ChainFamily[ChainFamily["OP_STACK"] = 0] = "OP_STACK";
})(ChainFamily || (ChainFamily = {}));
})(ChainFamily || (exports.ChainFamily = ChainFamily = {}));
;

@@ -40,0 +40,0 @@ var OP_STACK = ChainFamily.OP_STACK;

@@ -63,3 +63,3 @@ export declare const TESTNET_SEPOLIA_CHAIN_IDs: {

};
declare enum ChainFamily {
export declare enum ChainFamily {
OP_STACK = 0

@@ -66,0 +66,0 @@ }

@@ -32,3 +32,3 @@ var _a, _b;

export var CHAIN_IDs = __assign(__assign({}, MAINNET_CHAIN_IDs), TESTNET_CHAIN_IDs);
var ChainFamily;
export var ChainFamily;
(function (ChainFamily) {

@@ -35,0 +35,0 @@ ChainFamily[ChainFamily["OP_STACK"] = 0] = "OP_STACK";

@@ -63,3 +63,3 @@ export declare const TESTNET_SEPOLIA_CHAIN_IDs: {

};
declare enum ChainFamily {
export declare enum ChainFamily {
OP_STACK = 0

@@ -66,0 +66,0 @@ }

{
"name": "@across-protocol/constants",
"version": "3.1.7",
"version": "3.1.8",
"description": "Export commonly re-used values for Across repositories",

@@ -5,0 +5,0 @@ "repository": "https://github.com/across-protocol/constants.git",

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