Commit c3d1695f authored by Mark Tyneway's avatar Mark Tyneway Committed by clabby

devnet: revert to using original chainids

parent 3af99279
{ {
"l1ChainID": 901, "l1ChainID": 900,
"l2ChainID": 902, "l2ChainID": 901,
"l2BlockTime": 2, "l2BlockTime": 2,
"maxSequencerDrift": 300, "maxSequencerDrift": 300,
"sequencerWindowSize": 200, "sequencerWindowSize": 200,
...@@ -46,4 +46,4 @@ ...@@ -46,4 +46,4 @@
"faultGameAbsolutePrestate": 96, "faultGameAbsolutePrestate": 96,
"faultGameMaxDepth": 4, "faultGameMaxDepth": 4,
"faultGameMaxDuration": 120 "faultGameMaxDuration": 120
} }
\ No newline at end of file
...@@ -16,7 +16,7 @@ export enum L1ChainID { ...@@ -16,7 +16,7 @@ export enum L1ChainID {
MAINNET = 1, MAINNET = 1,
GOERLI = 5, GOERLI = 5,
HARDHAT_LOCAL = 31337, HARDHAT_LOCAL = 31337,
BEDROCK_LOCAL_DEVNET = 901, BEDROCK_LOCAL_DEVNET = 900,
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment