Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
4207a573
Commit
4207a573
authored
Jul 31, 2023
by
Mark Tyneway
Committed by
Andreas Bigger
Aug 02, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devnet: revert to using original chainids
parent
c86f178f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
devnetL1.json
packages/contracts-bedrock/deploy-config/devnetL1.json
+3
-3
Chains.sol
packages/contracts-bedrock/scripts/Chains.sol
+2
-2
types.ts
packages/sdk/src/interfaces/types.ts
+1
-1
No files found.
packages/contracts-bedrock/deploy-config/devnetL1.json
View file @
4207a573
{
"l1ChainID"
:
90
1
,
"l2ChainID"
:
90
2
,
"l1ChainID"
:
90
0
,
"l2ChainID"
:
90
1
,
"l2BlockTime"
:
2
,
"maxSequencerDrift"
:
300
,
"sequencerWindowSize"
:
200
,
...
...
@@ -46,4 +46,4 @@
"faultGameAbsolutePrestate"
:
96
,
"faultGameMaxDepth"
:
4
,
"faultGameMaxDuration"
:
120
}
\ No newline at end of file
}
packages/contracts-bedrock/scripts/Chains.sol
View file @
4207a573
...
...
@@ -9,8 +9,8 @@ library Chains {
uint256 internal constant OPGoerli = 420;
uint256 internal constant Sepolia = 11155111;
uint256 internal constant OPSepolia = 11155420;
uint256 internal constant LocalDevnet = 90
1
;
uint256 internal constant OPLocalDevnet = 90
2
;
uint256 internal constant LocalDevnet = 90
0
;
uint256 internal constant OPLocalDevnet = 90
1
;
uint256 internal constant GethDevnet = 1337;
uint256 internal constant Hardhat = 31337;
}
packages/sdk/src/interfaces/types.ts
View file @
4207a573
...
...
@@ -16,7 +16,7 @@ export enum L1ChainID {
MAINNET
=
1
,
GOERLI
=
5
,
HARDHAT_LOCAL
=
31337
,
BEDROCK_LOCAL_DEVNET
=
90
1
,
BEDROCK_LOCAL_DEVNET
=
90
0
,
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment