Skip to content

Commit

Permalink
fix testnet xalgo pool app id (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
gidonkatten authored Dec 16, 2024
1 parent fd8fdce commit c149f70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-swans-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@folks-finance/algorand-sdk": patch
---

fix testnet xalgo pool app id
2 changes: 1 addition & 1 deletion src/lend/constants/testnet-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const TestnetPools: Record<TestnetPoolKey, Pool> = {
},
},
xALGO: {
appId: 168152517,
appId: 730786369,
assetId: 730430700,
fAssetId: 730786397,
frAssetId: 730786398,
Expand Down

0 comments on commit c149f70

Please sign in to comment.