Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): update algosdk import to resolve CommonJS module issue (#259)
This commit changes the import of `Algodv2` from `algosdk` to use the default import syntax. This resolves a SyntaxError in consuming apps that use CommonJS modules. Closes #216
- Loading branch information