From 6f5f44ba6ca5072f37e09b0b8c488a4201955ad8 Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:05:06 +0200 Subject: [PATCH] fix: Export ChainFamily (#58) --- package.json | 2 +- src/networks.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 30efb00..0ebfc56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@across-protocol/constants", - "version": "3.1.7", + "version": "3.1.8", "description": "Export commonly re-used values for Across repositories", "repository": "https://github.com/across-protocol/constants.git", "author": "hello@umaproject.org", diff --git a/src/networks.ts b/src/networks.ts index 39f6a22..9f2116f 100644 --- a/src/networks.ts +++ b/src/networks.ts @@ -36,7 +36,7 @@ export const CHAIN_IDs = { ...TESTNET_CHAIN_IDs, }; -enum ChainFamily { +export enum ChainFamily { OP_STACK, };