Skip to content

Commit

Permalink
fix ChainSpecBasedSpecProviderTests
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke26 committed Jan 21, 2025
1 parent ae96e22 commit 255ec4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private static void VerifyCancunSpecificsForMainnetAndHoleskyAndSepolia(IRelease
{
Assert.That(spec.BlobBaseFeeUpdateFraction, Is.EqualTo((UInt256)3338477));
Assert.That(spec.MaxBlobCount * Eip4844Constants.GasPerBlob, Is.EqualTo(786432));
Assert.That(Eip4844Constants.MinBlobGasPrice, Is.EqualTo(1.Wei()));
Assert.That(Eip4844Constants.MinBlobGasPrice, Is.EqualTo(1.GWei()));
Assert.That(spec.TargetBlobCount * Eip4844Constants.GasPerBlob, Is.EqualTo(393216));
});
}
Expand Down

0 comments on commit 255ec4f

Please sign in to comment.