๐Ÿค–Automating eOracle consumption

This page details how to configure an automated Gelato task to update price feeds regularly.

Gelato - web3 automation

Gelato serves as the decentralized backend for web3, enabling developers to create enhanced smart contracts that are automated across all major EVM-compatible blockchains. Gelato offers Web3 Functions (W3F), which execute your smart contract's functions based on various triggers, on and off-chain.

Steps

  1. Head to https://app.gelato.network/functions/create and connect your wallet.

  1. For this guide, we will define a transaction to our consumer contract every three minutes.

  1. Input the consumer contract address (must be verified on Etherscan for ABI fetching) and select the function you wish to automate.

  1. Create the task and approve the transaction through your wallet.

  1. You can see the task by going to https://app.gelato.network/functions?type=tasks and selecting the task. Note you will have to fund the task with 1balance. You can acquire it at https://app.gelato.network/1balance.

  1. After selecting the task, you can see the task activity.

Last updated