Skip to content

Commit 47a55ec

Browse files
committed
change enable epochs
1 parent a7e9d11 commit 47a55ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

enableEpochs.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,10 @@
340340
RelayedTransactionsV3FixESDTTransferEnableEpoch = 3117
341341

342342
# AndromedaEnableEpoch represents the epoch when the equivalent messages and fix order for consensus features are enabled
343-
AndromedaEnableEpoch = 9999999
343+
AndromedaEnableEpoch = 3677
344344

345345
# CheckBuiltInCallOnTransferValueAndFailEnableRound represents the ROUND when the check on transfer value fix is activated
346-
CheckBuiltInCallOnTransferValueAndFailEnableRound = 999999999 # THIS MUST BE A ROUND
346+
CheckBuiltInCallOnTransferValueAndFailEnableRound = 8887440 # THIS MUST BE A ROUND
347347

348348
# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
349349
BLSMultiSignerEnableEpoch = [
@@ -369,5 +369,5 @@
369369
{ StartEpoch = 0, FileName = "gasScheduleV1.toml" },
370370
{ StartEpoch = 1, FileName = "gasScheduleV7.toml" },
371371
{ StartEpoch = 1709, FileName = "gasScheduleV8.toml" },
372-
{ StartEpoch = 9999999, FileName = "gasScheduleV9.toml" },
372+
{ StartEpoch = 3677, FileName = "gasScheduleV9.toml" },
373373
]

0 commit comments

Comments
 (0)