eth.store icon indicating copy to clipboard operation
eth.store copied to clipboard

fix: correctly interpret BaseFeePerGas as big-endian

Open lyfsn opened this issue 2 years ago • 0 comments

Before the fix, blockData.BaseFeePerGas was [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7], and baseFeePerGas would be 3166189940082864718613269121331309980362851143201109172953918312716374638592.

lyfsn avatar Mar 11 '24 14:03 lyfsn