Skip to content

Commit

Permalink
chore: support multicall
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Mar 7, 2024
1 parent bd7e075 commit 6653de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/src/connector/windowObject/tokenboundAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class UnimplementedSigner implements SignerInterface {
}

override execute = async (
calls: Call
calls: Call[]
) => {
try{
const transactions = Array.isArray(calls) ? calls : [calls];
Expand Down

0 comments on commit 6653de4

Please sign in to comment.