Skip to content

Commit

Permalink
fix register online abi
Browse files Browse the repository at this point in the history
  • Loading branch information
gidonkatten committed Dec 24, 2024
1 parent 9731bdc commit 52cf71b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-bees-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@folks-finance/algorand-sdk": patch
---

fix register online abi for new distributor
1 change: 1 addition & 0 deletions src/algo-liquid-governance/v2/constants/abi-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const abiDistributor = new ABIContract({
name: "register_online",
desc: "",
args: [
{ type: "pay", name: "send_algo", desc: "" },
{ type: "account", name: "escrow", desc: "" },
{ type: "address", name: "vote_key", desc: "" },
{ type: "address", name: "sel_key", desc: "" },
Expand Down

0 comments on commit 52cf71b

Please sign in to comment.