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

Commit

Permalink
Update Ancient8 chain id (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSolante authored Jan 11, 2024
1 parent 679ccce commit 2b27eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
BaseSepoliaChainID = big.NewInt(84532)
LyraChainID = big.NewInt(957)
LyraSepoliaChainID = big.NewInt(902)
Ancient8SepoliaChainID = big.NewInt(2863311531)
Ancient8SepoliaChainID = big.NewInt(28122024)

OpStackChains = mapset.NewSet[*big.Int](
OptimismChainID,
Expand Down

0 comments on commit 2b27eee

Please sign in to comment.