From a556c89cb62a5eef2c13996704a6b362e9e216d4 Mon Sep 17 00:00:00 2001 From: Jan-Felix Date: Thu, 19 Oct 2023 15:28:13 +0200 Subject: [PATCH] update cid of latest version --- packages/gelato-web3-function/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gelato-web3-function/README.md b/packages/gelato-web3-function/README.md index adab2c6..825b1c4 100644 --- a/packages/gelato-web3-function/README.md +++ b/packages/gelato-web3-function/README.md @@ -2,7 +2,7 @@ This Gelato web3 function can be started for a Delay mod to automatically execute enqueued transactions as soon as the cooldown period has passed. -The latest version is deployed at IPFS CID: `QmYpE74tFz59XLNLu9MSHJejsPHryZsUMcuDjBzfgz5WQk` +The latest version is deployed at IPFS CID: `QmYcfTe7pMaSEHpVAUvTQp6BjofXc8rAz5mnvgUR9t2bkm` ## How to run @@ -15,7 +15,7 @@ const automate = new AutomateSDK(chainId, wallet); const { taskId, tx } = await automate.createBatchExecTask({ name: "Web3Function - Delay dispatch", - web3FunctionHash: "QmYpE74tFz59XLNLu9MSHJejsPHryZsUMcuDjBzfgz5WQk", + web3FunctionHash: "QmYcfTe7pMaSEHpVAUvTQp6BjofXc8rAz5mnvgUR9t2bkm", web3FunctionArgs: { delayMod: "0x...", // address of the Delay mod to watch gasAllowance: 1_000_000, // total gas that can be spent per interval