For Authorized Pingers
An authorized pinger can update the Vault’s heartbeat on behalf of the owner. Here’s how:
Verify Authorization:
The owner must have called
setAuthorizedPingerwith your address and a valid ECDSA signature.Check the
authorizedPingeraddress via the Vault’s “Read Contract” section.
Update Heartbeat:
Call
pingByPingerto update thelastHeartbeattimestamp.Requirements: Vault unclaimed, caller is the authorized pinger.
How to Interact:
Navigate to the Vault’s address on a block explorer.
In the “Write Contract” section, connect your wallet (must be the authorized pinger address).
Call
pingByPingerand confirm the transaction.