diff --git a/src/Nethermind/Nethermind.Specs.Test/ChainSpecStyle/ChainSpecBasedSpecProviderTests.cs b/src/Nethermind/Nethermind.Specs.Test/ChainSpecStyle/ChainSpecBasedSpecProviderTests.cs index f5fda4c5308..015fb82ac90 100644 --- a/src/Nethermind/Nethermind.Specs.Test/ChainSpecStyle/ChainSpecBasedSpecProviderTests.cs +++ b/src/Nethermind/Nethermind.Specs.Test/ChainSpecStyle/ChainSpecBasedSpecProviderTests.cs @@ -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)); }); }