Skip to content

Commit

Permalink
Comment out Cancun check
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola committed Aug 28, 2023
1 parent 44bcb48 commit 4841494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public void Can_load_holesky()
chainSpec.LondonBlockNumber.Should().Be(0);
chainSpec.ShanghaiTimestamp.Should().Be(HoleskySpecProvider.ShanghaiTimestamp);
chainSpec.ShanghaiTimestamp.Should().Be(HoleskySpecProvider.Instance.TimestampFork);
chainSpec.CancunTimestamp.Should().Be(HoleskySpecProvider.CancunTimestamp);
// chainSpec.CancunTimestamp.Should().Be(HoleskySpecProvider.CancunTimestamp);
}

[Test]
Expand Down

0 comments on commit 4841494

Please sign in to comment.