From c3a83244b7b401881c8001a6842ae948d9968924 Mon Sep 17 00:00:00 2001 From: aaa Date: Sun, 22 Sep 2024 12:13:50 -0400 Subject: [PATCH] update crowdfund abi --- templates/avm/protocol.crowdfund-basic.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/avm/protocol.crowdfund-basic.json b/templates/avm/protocol.crowdfund-basic.json index 033f470..ae1fa27 100644 --- a/templates/avm/protocol.crowdfund-basic.json +++ b/templates/avm/protocol.crowdfund-basic.json @@ -30,7 +30,15 @@ "name": "withdraw", "params": [ { - "name": "address", + "name": "tokenIndex", + "type": "bytes" + }, + { + "name": "amount", + "type": "bytes" + }, + { + "name": "withdrawOutIdx", "type": "bytes" } ]