-
Notifications
You must be signed in to change notification settings - Fork 3
Feat(chainspec): adding xlayer-devnet chainspec #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
9ee3960
feat(chainspec): xlayer-devnet chainspec
dloghin 2508a01
read genesis hash from file for devnet chainspec
dloghin 0fb7cfe
generate constant files at init time and remove them from git
dloghin d3e9357
improve test coverage
dloghin 7d387ea
Merge branch 'main' into dumi/devnet-specs
dloghin cf6a5bc
Merge branch 'main' into dumi/devnet-specs
dloghin eb2d27e
prefix hex strings with 0x and format
dloghin 744984f
fix testnet-devnet name in lib.rs
dloghin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "config": { | ||
| "chainId": 195, | ||
| "homesteadBlock": 0, | ||
| "daoForkSupport": false, | ||
| "eip150Block": 0, | ||
| "eip155Block": 0, | ||
| "eip158Block": 0, | ||
| "byzantiumBlock": 0, | ||
| "constantinopleBlock": 0, | ||
| "petersburgBlock": 0, | ||
| "istanbulBlock": 0, | ||
| "muirGlacierBlock": 0, | ||
| "berlinBlock": 0, | ||
| "londonBlock": 0, | ||
| "arrowGlacierBlock": 0, | ||
| "grayGlacierBlock": 0, | ||
| "mergeNetsplitBlock": 0, | ||
| "shanghaiTime": 0, | ||
| "cancunTime": 0, | ||
| "pragueTime": 0, | ||
| "terminalTotalDifficulty": 0, | ||
| "terminalTotalDifficultyPassed": false, | ||
| "bedrockBlock": 0, | ||
| "canyonTime": 0, | ||
| "ecotoneTime": 0, | ||
| "fjordTime": 0, | ||
| "graniteTime": 0, | ||
| "holoceneTime": 0, | ||
| "isthmusTime": 0, | ||
| "jovianTime": 0, | ||
| "legacyXLayerBlock": 18696116, | ||
| "optimism": { | ||
| "eip1559Denominator": 100000000, | ||
| "eip1559DenominatorCanyon": 100000000, | ||
| "eip1559Elasticity": 1 | ||
| }, | ||
| "regolithTime": 0, | ||
| "depositContractAddress": "0x0000000000000000000000000000000000000000" | ||
| }, | ||
| "nonce": "0x0", | ||
| "timestamp": "0x699d723d", | ||
| "extraData": "0x01000000fa000000060000000000000000", | ||
| "gasLimit": "0xbebc200", | ||
| "difficulty": "0x0", | ||
| "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
| "coinbase": "0x4200000000000000000000000000000000000011", | ||
| "baseFeePerGas": "0x5fc01c5", | ||
| "excessBlobGas": "0x0", | ||
| "blobGasUsed": "0x0", | ||
| "number": "0x11d47b4", | ||
| "parentHash": "0xa3a639b09fea244d577c7e7ed7bcc4eb1adb0c5b54441cd29d9949e417dfa355" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.