@across-protocol/constants
Advanced tools
Comparing version 3.1.7 to 3.1.8
@@ -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
83060