Patch Changes
-
#4873
ccdf9a02c14d569bfde9cd1840bea59548f798cfThanks @decofe! - AddedAddresses.validatorV2for the Tempo Validator Config V2 precompile. -
#4856
109ef0f8af627131dfb055e99bf43ec06625199aThanks @ibruno! - Updated Polygon Amoy's deprecated default RPC URL. -
#4900
3b78e9b78f8052da0ed20be6264c35e39e7f62f9Thanks @cristianizzo! - FixedformatUserOperationRequestencoding an EIP-7702 authorizationyParityof0as a 32-byte zero value instead of0x00. -
#4846
0e6c671284aa9530142ccb3b17f697807b423890Thanks @m4ttw4n! - Updated EDU Chain and EDU Chain Testnet RPC URLs, block explorer URLs, and added multicall3 contract to EDU Chain mainnet -
#4861
31f47493a18f9699d0c2d3d78ad09204a870c8fdThanks @wriches! - Updated 0G Testnet native currency to0Gand 0G explorer names, per ethereum-lists/chains. -
#4862
e5a4ac4e96859f3aaad1eab8dde67ef584917b22Thanks @Kropiunig! - FixedestimateFeesPerGas(andfillTransaction) rounding the base fee multiplier up viaMath.ceil, which overshot the intended value for multipliers such as1.09(applied as1.1) due to floating-point error. The multiplier is now recovered withMath.round. -
#4903
a20fc674487d32640c1ea5b1422e2fddc53f7723Thanks @nishant-uxs! - Fixed missing{"type":"module"}marker in the emitted_types/folder so declaration files resolve correctly under TypeScriptnodenext.