Skip to content

Commit

Permalink
feat: update to latest alex-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang1992 committed Dec 11, 2024
1 parent 43a6a1a commit f691399
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@stacks/network": "^7.0.2",
"@stacks/stacks-blockchain-api-types": "^7.14.1",
"@stacks/transactions": "^7.0.2",
"alex-sdk": "3.0.0-beta.4",
"alex-sdk": "3.0.0",
"c32check": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function App() {
try {
const stxAddress = userData!.profile.stxAddress.mainnet;
if (useSponsorTx) {
const tx = await alex.runSwapForSponsorTx(
const tx = await alex.runSwapForSponsoredTx(
stxAddress,
from!,
to!,
Expand Down

0 comments on commit f691399

Please sign in to comment.