We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0514607 commit f8bc9c5Copy full SHA for f8bc9c5
test/LibBlob.t.sol
@@ -278,7 +278,7 @@ contract LibBlobTest is Test {
278
}
279
280
function testDecodeTokenCreditRate() public view {
281
- bytes memory data = hex"a16472617465820184001ab34b9f101a7bc907151a00c097ce";
+ bytes memory data = hex"a1647261746584001ab34b9f101a7bc907151a00c097ce";
282
uint256 rate = LibBlob.decodeTokenCreditRate(data);
283
assertEq(rate, 1000000000000000000000000000000000000);
284
0 commit comments