Skip to content

Commit 65b893e

Browse files
committed
proper activation epochs
1 parent 5c418fd commit 65b893e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

enableEpochs.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,25 +313,25 @@
313313
UseGasBoundedShouldFailExecutionEnableEpoch = 1512
314314

315315
# DynamicESDTEnableEpoch represents the epoch when dynamic NFT feature is enabled
316-
DynamicESDTEnableEpoch = 9999999
316+
DynamicESDTEnableEpoch = 1575
317317

318318
# EGLDInMultiTransferEnableEpoch represents the epoch when EGLD in multitransfer is enabled
319-
EGLDInMultiTransferEnableEpoch = 9999999
319+
EGLDInMultiTransferEnableEpoch = 1575
320320

321321
# CryptoOpcodesV2EnableEpoch represents the epoch when BLSMultiSig, Secp256r1 and other opcodes are enabled
322-
CryptoOpcodesV2EnableEpoch = 9999999
322+
CryptoOpcodesV2EnableEpoch = 1575
323323

324324
# UnjailCleanupEnableEpoch represents the epoch when the cleanup of the unjailed nodes is enabled
325-
UnJailCleanupEnableEpoch = 9999999
325+
UnJailCleanupEnableEpoch = 1575
326326

327327
# FixRelayedBaseCostEnableEpoch represents the epoch when the fix for relayed base cost will be enabled
328-
FixRelayedBaseCostEnableEpoch = 9999999
328+
FixRelayedBaseCostEnableEpoch = 1575
329329

330330
# MultiESDTNFTTransferAndExecuteByUserEnableEpoch represents the epoch when enshrined sovereign cross chain opcodes are enabled
331331
MultiESDTNFTTransferAndExecuteByUserEnableEpoch = 9999999
332332

333333
# FixRelayedMoveBalanceToNonPayableSCEnableEpoch represents the epoch when the fix for relayed move balance to non payable sc will be enabled
334-
FixRelayedMoveBalanceToNonPayableSCEnableEpoch = 9999999
334+
FixRelayedMoveBalanceToNonPayableSCEnableEpoch = 1575
335335

336336
# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
337337
BLSMultiSignerEnableEpoch = [

0 commit comments

Comments
 (0)