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
by following the code, it seems the problem is the data doesn't exist in the mt.rht table when GetClaimProof() is called
it took me a while to realize that I was setting L2PolygonBridgeAddresses incorrectly in the config. I was using the bridge implementation address in the genesis file. Instead, i should be using the proxy address.
Suggestion
The containers logs don't really help much in debugging this issue. I'd suggest adding more logs to help debug such problems in the future
The text was updated successfully, but these errors were encountered:
Context
So I spent lots of time debugging a bridging tx that got stuck.
The API shows
The claim_tx_hash of the deposit in the http response is empty. In the server logs I found:
by following the code, it seems the problem is the data doesn't exist in the
mt.rht
table whenGetClaimProof()
is calledit took me a while to realize that I was setting
L2PolygonBridgeAddresses
incorrectly in the config. I was using the bridge implementation address in the genesis file. Instead, i should be using the proxy address.Suggestion
The containers logs don't really help much in debugging this issue. I'd suggest adding more logs to help debug such problems in the future
The text was updated successfully, but these errors were encountered: