You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Airseeker checks the sponsor wallets specified in its config file at the start and discards the ones that are not funded api3dao/airseeker#309 This is especially useful for self-funded, Nodary-style usage where an Airseeker has hundreds and thousands of sponsor wallets.
This can be further improved by multi-calling the balanceOf() calls to the sponsor wallets, resulting in fewer RPC calls. Api3ServerV1 inherits ExtendedSelfMulticall, so the multicall can be done to that contract.
The text was updated successfully, but these errors were encountered:
Airseeker checks the sponsor wallets specified in its config file at the start and discards the ones that are not funded api3dao/airseeker#309 This is especially useful for self-funded, Nodary-style usage where an Airseeker has hundreds and thousands of sponsor wallets.
This can be further improved by multi-calling the
balanceOf()
calls to the sponsor wallets, resulting in fewer RPC calls. Api3ServerV1 inherits ExtendedSelfMulticall, so the multicall can be done to that contract.The text was updated successfully, but these errors were encountered: