Skip to content

Commit

Permalink
fix: Export ChainFamily (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Jul 12, 2024
1 parent 112e2cc commit 6f5f44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const CHAIN_IDs = {
...TESTNET_CHAIN_IDs,
};

enum ChainFamily {
export enum ChainFamily {
OP_STACK,
};

Expand Down

0 comments on commit 6f5f44b

Please sign in to comment.