File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added Trust Wallet Support for ` sendCalls ` with ` experimental_fallback ` .
Original file line number Diff line number Diff line change @@ -168,7 +168,10 @@ export async function sendCalls<
168168 . includes ( 'account upgraded to unsupported contract' ) ||
169169 error . details . toLowerCase ( ) . includes ( 'eip-7702 not supported' ) ||
170170 error . details . toLowerCase ( ) . includes ( 'unsupported wc_ method' ) ||
171- error . details . toLowerCase ( ) . includes ( 'feature toggled misconfigured' ) )
171+ // magic.link
172+ error . details . toLowerCase ( ) . includes ( 'feature toggled misconfigured' ) ||
173+ // Trust Wallet
174+ error . details . toLowerCase ( ) . includes ( 'jsonrpcengine: response has no error or result for request' ) )
172175 ) {
173176 if ( capabilities ) {
174177 const hasNonOptionalCapability = Object . values ( capabilities ) . some (
You can’t perform that action at this time.
0 commit comments