Skip to content

Commit

Permalink
Merge pull request #85 from emmaodia/master
Browse files Browse the repository at this point in the history
Fixed: isAccountDeployed Error
  • Loading branch information
Rahat-ch authored Oct 24, 2023
2 parents 51ff2af + 4d79f6b commit 9d8cb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/React_vite/sdk-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async function setupSmartAccount() {
activeValidationModule: module
})
console.log("address: ", await biconomySmartAccount.getAccountAddress())
console.log("deployed: ", await biconomySmartAccount.isAccountDeployed())
console.log("deployed: ", await biconomySmartAccount.isAccountDeployed(smartAccount.accountAddress))

setSmartAccount(biconomySmartAccount)
setLoading(false)
Expand Down

0 comments on commit 9d8cb29

Please sign in to comment.