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
The text was updated successfully, but these errors were encountered:
pikonha
changed the title
Implement the external writing features on the Viem library
Implement the external writing feature on the Viem library
Feb 5, 2024
pikonha
changed the title
Implement the external writing feature on the Viem library
Implement the off-chain writing feature on the ENSDK library
Feb 5, 2024
The Viem library is currently capable of handling external reading features by redirecting the
OffChainLookup
revert to the given gateway URL, see https://viem.sh/docs/ens/actions/getEnsAddress#gatewayurls-optional.In order to implement a write feature, the library needs to handle the following revert errors accordingly:
StorageHandledByL2(chainId, contractAddress)
StorageHandledByOffChainDatabase(sender, url, data)
The text was updated successfully, but these errors were encountered: