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
Once #3788 is ready, we will have the ability to send transactions.
When the index is updated, we check if pinning is on and use state --send feature to update Unchained Index smart contract.
Questions:
When and how often do we want to update the smart contract? Updating after a single chunk is written might be wasting ETH on gas fees. Should we have a time based logic, e.g. update every day at 23:59?
Should we check not only if pinning is on, but if the new chunks and manifest file are pinned?
The text was updated successfully, but these errors were encountered:
tjayrush
changed the title
chifra init - updating the Unchained Index should be automated
chifra scrape - updating the Unchained Index should be automated
Jan 17, 2024
Once #3788 is ready, we will have the ability to send transactions.
When the index is updated, we check if pinning is on and use
state --send
feature to update Unchained Index smart contract.Questions:
The text was updated successfully, but these errors were encountered: