Commit 4207a573 authored by Mark Tyneway's avatar Mark Tyneway Committed by Andreas Bigger

devnet: revert to using original chainids

parent c86f178f
{ {
"l1ChainID": 901, "l1ChainID": 900,
"l2ChainID": 902, "l2ChainID": 901,
"l2BlockTime": 2, "l2BlockTime": 2,
"maxSequencerDrift": 300, "maxSequencerDrift": 300,
"sequencerWindowSize": 200, "sequencerWindowSize": 200,
......
...@@ -9,8 +9,8 @@ library Chains { ...@@ -9,8 +9,8 @@ library Chains {
uint256 internal constant OPGoerli = 420; uint256 internal constant OPGoerli = 420;
uint256 internal constant Sepolia = 11155111; uint256 internal constant Sepolia = 11155111;
uint256 internal constant OPSepolia = 11155420; uint256 internal constant OPSepolia = 11155420;
uint256 internal constant LocalDevnet = 901; uint256 internal constant LocalDevnet = 900;
uint256 internal constant OPLocalDevnet = 902; uint256 internal constant OPLocalDevnet = 901;
uint256 internal constant GethDevnet = 1337; uint256 internal constant GethDevnet = 1337;
uint256 internal constant Hardhat = 31337; uint256 internal constant Hardhat = 31337;
} }
...@@ -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