Created
July 14, 2023 23:35
-
-
Save protolambda/630d4a8e9f784229cf5c0778714ca963 to your computer and use it in GitHub Desktop.
extracted optimism chain configs
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
{ | |
"chainId": 420, | |
"homesteadBlock": 0, | |
"eip150Block": 0, | |
"eip155Block": 0, | |
"eip158Block": 0, | |
"byzantiumBlock": 0, | |
"constantinopleBlock": 0, | |
"petersburgBlock": 0, | |
"istanbulBlock": 0, | |
"muirGlacierBlock": 0, | |
"berlinBlock": 0, | |
"londonBlock": 4061224, | |
"arrowGlacierBlock": 4061224, | |
"grayGlacierBlock": 4061224, | |
"mergeNetsplitBlock": 4061224, | |
"bedrockBlock": 4061224, | |
"regolithTime": 1679079600, | |
"terminalTotalDifficulty": 0, | |
"terminalTotalDifficultyPassed": true, | |
"optimism": { | |
"eip1559Elasticity": 10, | |
"eip1559Denominator": 50 | |
} | |
} |
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
{ | |
"chainId": 10, | |
"homesteadBlock": 0, | |
"eip150Block": 0, | |
"eip155Block": 0, | |
"eip158Block": 0, | |
"byzantiumBlock": 0, | |
"constantinopleBlock": 0, | |
"petersburgBlock": 0, | |
"istanbulBlock": 0, | |
"muirGlacierBlock": 0, | |
"berlinBlock": 3950000, | |
"londonBlock": 105235063, | |
"arrowGlacierBlock": 105235063, | |
"grayGlacierBlock": 105235063, | |
"mergeNetsplitBlock": 105235063, | |
"bedrockBlock": 105235063, | |
"regolithTime": 0, | |
"terminalTotalDifficulty": 0, | |
"terminalTotalDifficultyPassed": true, | |
"optimism": { | |
"eip1559Elasticity": 6, | |
"eip1559Denominator": 50 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment