-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[DO NOT MERGE] Gnosis dencun0 devnet configs #8465
Closed
Closed
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1147af4
Add gnosis dencun0 configs
6267ed3
Merge branch 'devel' into docker_gno_dencun_devnet_0
1a0ad8e
FIx genesis
7766bf8
Add devnet prefix
3ea6148
Add 2 other blob params
725f64f
Add cancunTime
9778277
Merge branch 'devel' into docker_gno_dencun_devnet_0
9b7b372
Merge branch 'devel' into docker_gno_dencun_devnet_0
79016a8
Fix ttd
cdb5d73
Update hash and root
f069a16
Merge branch 'devel' into docker_gno_dencun_devnet_0
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 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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,51 @@ | ||
|
||
{ | ||
"ChainName": "gno_dencun_0", | ||
"chainId": 10209, | ||
"consensus": "aura", | ||
"homesteadBlock": 0, | ||
"eip150Block": 0, | ||
"eip155Block": 0, | ||
"byzantiumBlock": 0, | ||
"constantinopleBlock": 0, | ||
"petersburgBlock": 0, | ||
"istanbulBlock": 0, | ||
"berlinBlock": 0, | ||
"londonBlock": 0, | ||
"eip1559FeeCollectorTransition": 0, | ||
"eip1559FeeCollector": "0x1559000000000000000000000000000000000000", | ||
"terminalTotalDifficulty": 340282366920938463463374607431768211454, | ||
"shanghaiTime": 1696271800, | ||
"cancunTime": 1696272200, | ||
"minBlobGasPrice": 1000000000, | ||
yperbasis marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"maxBlobGasPerBlock": 262144, | ||
"targetBlobGasPerBlock": 131072, | ||
"blobGasPriceUpdateFraction": 1112826, | ||
"aura": { | ||
"stepDuration": 5, | ||
"blockReward": 0, | ||
"maximumUncleCountTransition": 0, | ||
"maximumUncleCount": 0, | ||
"validators": { | ||
"multi": { | ||
"0": { | ||
"list": [ | ||
"0x14747a698Ec1227e6753026C08B29b4d5D3bC484" | ||
] | ||
} | ||
} | ||
}, | ||
"blockRewardContractAddress": "0x2000000000000000000000000000000000000001", | ||
"blockRewardContractTransition": 0, | ||
"randomnessContractAddress": { | ||
"0": "0x3000000000000000000000000000000000000001" | ||
}, | ||
"withdrawalContractAddress": "0xbabe2bed00000000000000000000000000000003", | ||
"twoThirdsMajorityTransition": 0, | ||
"posdaoTransition": 0, | ||
"blockGasLimitContractTransitions": { | ||
"0": "0x4000000000000000000000000000000000000001" | ||
}, | ||
"registrar": "0x6000000000000000000000000000000000000000" | ||
} | ||
} |
This file contains 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
terminalTotalDifficulty should be 0