Minor Changes
-
#1110
74c7d276
Thanks @jxom! - AmendedChain
type to allow arbitrarycontracts
(as well as contracts that could be dependant on chain). -
#1136
16699c8c
Thanks @jxom! - Handle CAIP-25 "User Rejected" errors. -
#1120
0e4d9320
Thanks @polygomic! - Added Plinga chain -
#1108
2327aa07
Thanks @simonzg! - Added Meter chain and Meter Testnet chain -
#1128
e1728054
Thanks @karangoraniya! - Added opBNB Mainnet and Testnet chains. -
#1117
a637ba2b
Thanks @rkalis! - AddeddomainSeparator
to calculate domain separator from an EIP712 domain.
Patch Changes
-
#1137
4159c997
Thanks @jxom! - Fixed an issue where non-standard "user rejected" errors where being coalesced into anUnknownNodeError
. -
8605c1f1
Thanks @jxom! - Handle-32603
RPC error codes when deriving aContractFunctionRevertedError
. -
#1109
0a242120
Thanks @jxom! - Removed hardcodeddefaultPriorityFee
on OP Stack chains in favor of fetching it frometh_maxPriorityFeePerGas
. -
#1112
7da52244
Thanks @RexCloud! - Added multicall3 for Scroll Sepolia -
#1139
86230caf
Thanks @jxom! - FixedVerifyMessageParameters
to accept araw
property. -
#1138
101c94f2
Thanks @jxom! - Amended Base chainnativeCurreny.name
to "Ether". -
#1048
f33086ef
Thanks @brianathere! - Convertedisomorphic-ws
to a synchronous import.