Skip to content

Commit

Permalink
fix(zora): op stack family (#87)
Browse files Browse the repository at this point in the history
I believe this was set to NONE in error. This is confirmed by Zora's
official docs https://docs.zora.co/zora-network/intro

---------

Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris authored Dec 30, 2024
1 parent 198e91e commit a612936
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.24",
"version": "3.1.25",
"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 @@ -162,7 +162,7 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
},
[CHAIN_IDs.ZORA]: {
name: "Zora",
family: NONE,
family: OP_STACK,
nativeToken: "ETH",
blockExplorer: "https://zorascan.xyz",
}
Expand Down

0 comments on commit a612936

Please sign in to comment.