Skip to content

Commit 45975e6

Browse files
authored
Update cli.py
1 parent 0813499 commit 45975e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kevm-pyk/src/kevm_pyk/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ class EVMChainOptions(Options):
480480
@staticmethod
481481
def default() -> dict[str, Any]:
482482
return {
483-
'schedule': 'PRAGUE',
483+
'schedule': 'CANCUN',
484484
'chainid': 1,
485485
'mode': 'NORMAL',
486486
'usegas': True,

0 commit comments

Comments
 (0)