Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #316 from radixdlt/fix/epoch-fork-number
Browse files Browse the repository at this point in the history
Fix/epoch fork number
  • Loading branch information
shambupujar authored Jun 9, 2021
2 parents 04ead3c + 938e323 commit 09d899d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ForkConfig betanetV2() {
}

@ProvidesIntoMap
@EpochMapKey(epoch = 570L)
@EpochMapKey(epoch = 584L)
ForkConfig betanetV3() {
final CMAtomOS v3 = new CMAtomOS(Set.of(TokenDefinitionUtils.getNativeTokenShortCode()));
v3.load(new ValidatorConstraintScrypt()); // load before TokensConstraintScrypt due to dependency
Expand Down

0 comments on commit 09d899d

Please sign in to comment.