Skip to content

Commit

Permalink
update cid of latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 19, 2023
1 parent d0f6301 commit a556c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gelato-web3-function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit a556c89

Please sign in to comment.