添加 LINK 到 Chainlink Keeper 维护

Add LINK to a Chainlink Keeper Upkeep

我在 Chainlink Keeper 网络上有一份工作,我有一个收集 LINK 代币的系统。

是否可以在不经历 UI 的情况下为我的守门员工作提供资金?

是的,任何人都可以调用 keeper registry contract 上的 addFunds 函数。

  function addFunds(
    uint256 id,
    uint96 amount
  )

您只需要传入 keeper jobId 和您想要为其提供资金的金额。