Skip to content

Commit 02ac898

Browse files
committed
Update useContractStore.ts
1 parent f18fd1a commit 02ac898

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

web_app/Source_webapp/src/store/contract/useContractStore.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,9 @@ export function createContractStore(walletProvider: any) {
211211
const tx = await (zkpContract.connect(signer) as any).storeZKP(
212212
nodeId,
213213
deviceId,
214-
deviceType,
215-
hardwareVersion,
216-
firmwareVersion,
214+
zkp_payload,
217215
data_payload,
218-
String(unixTimestamp),
219-
zkp_payload
216+
String(unixTimestamp)
220217
)
221218

222219
return tx

0 commit comments

Comments
 (0)