Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 2b27eee

Browse files
authored
Update Ancient8 chain id (#361)
1 parent 679ccce commit 2b27eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
BaseSepoliaChainID = big.NewInt(84532)
2222
LyraChainID = big.NewInt(957)
2323
LyraSepoliaChainID = big.NewInt(902)
24-
Ancient8SepoliaChainID = big.NewInt(2863311531)
24+
Ancient8SepoliaChainID = big.NewInt(28122024)
2525

2626
OpStackChains = mapset.NewSet[*big.Int](
2727
OptimismChainID,

0 commit comments

Comments
 (0)