We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cf397 commit 1c8e219Copy full SHA for 1c8e219
docs/guides/evm/migration.md
@@ -135,6 +135,10 @@ jq '.config.chainId = <NEW_CHAIN_ID> |
135
.config.istanbulBlock = 0 |
136
.config.berlinBlock = 0 |
137
.config.londonBlock = 0 |
138
+ .config.shanghaiTime = 0 |
139
+ .config.cancunTime = 0 |
140
+ .config.pragueTime = 0 |
141
+ .config.osakaTime = 0 |
142
.timestamp = <NEW_GENESIS_TIMESTAMP>' \
143
genesis-export.json > genesis-new.json
144
```
0 commit comments