Skip to content

Commit 032069f

Browse files
authored
fix: revert hypercore chain id (#160)
@fusmanii @bmzig I saw we changed the chain ID for HyperCore to something different here #158. Is it possible to change the used chain ID in the relayer tests directly? The reason is that we want to keep the required chain ID for HyperCore consistent with other protocols.
1 parent 5f81829 commit 032069f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants",
3-
"version": "3.1.79",
3+
"version": "3.1.80",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": "https://github.com/across-protocol/constants.git",
66
"author": "hello@umaproject.org",

src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const MAINNET_CHAIN_IDs = {
3333
BSC: 56,
3434
BOBA: 288,
3535
HYPEREVM: 999,
36-
HYPERCORE: 239048, // Arbitrary chain id for HyperCore
36+
HYPERCORE: 1337, // Arbitrary chain ID for HyperCore but consistent with other APIs
3737
INK: 57073,
3838
LENS: 232,
3939
LINEA: 59144,

0 commit comments

Comments
 (0)