From 131ecf5bb41a908f940c7b0bc4b0c8bc668ee870 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 25 Sep 2023 03:22:52 +0530 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f03990a..4a0a3d4 100644 --- a/index.html +++ b/index.html @@ -3044,7 +3044,7 @@ }).then((res) => { if (!res) return buttonLoader('trigger_contract_button', true) - floBlockchainAPI.writeData(contractAddress, floData, triggerPrivateKey, contractAddress).then((txid) => { + floBlockchainAPI.writeData(triggerAddress, floData, triggerPrivateKey, contractAddress).then((txid) => { showTransactionResult(true, txid, { title: 'Contract trigger initiated', })