Skip to content

Commit

Permalink
update transaction default
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Nov 15, 2024
1 parent 8731574 commit 323b49e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function TransactionDefaultDemo() {
chainId={chainId ?? 84532} // something breaks if we don't have default network?
{...(transactionType === TransactionTypes.Calls
? { calls }
: { contracts })}
: { calls: contracts })}
capabilities={capabilities}
onStatus={handleOnStatus}
disabled={!chainId && !transactionType}
Expand Down

0 comments on commit 323b49e

Please sign in to comment.