Bridge back to Sepolia
Request withdraw of your tokens from layer to sepolia. In this example, the layer address is
tellor1suuc9d5dr5stps5tzjv5d95ur02827ardn5
and the ethereum address that we want to withdraw to is0x7660794eF8f978Ea0922DC29B4d93e1fc94A
:
Copy the transaction hash of this withdraw-tokens transaction. We need to query the tx and copy two pieces of information: the
query_id
and thewithdraw_id
Save these in a safe place to be used later.
Wait 12 hours.
While you were waiting, your withdraw request was reported to the layer oracle. We need to get the timestamp of that report.
To find the query Id, use the queryIdBuilder app here. Use
TRBBridge
for the type and add two arguments: boolfalse
and uint2563
To find the timestamp:
This will print information about the report. Copy the timestamp for the next step.
Request attestations for your withdraw request report:
Once the reporters/validators attest to your withdraw request, all that is left is to wait for the relayer to prove your withdraw and the bridge contract will send the tokens to your sepolia address!
Last updated