Skip to content

Commit

Permalink
fx use dan session
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Jul 8, 2024
1 parent 5a7e357 commit 9739f6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Modules/UseDanSession.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ const UseDanSession: React.FC<props> = ({ session }) => {
)

// Send the transactions using session params
const { wait } = await smartAccountWithSession.sendSessionTransaction(
[session, chain, null],
const { wait } = await smartAccountWithSession.sendTransaction(
nftMintTx,
withSponsorship
withSponsorship,
[null] // Uses the last session leaf and the default storage client
)

const {
Expand Down

0 comments on commit 9739f6a

Please sign in to comment.