hyperlane-xyz / hyperlane-explorer

Web app for the Hyperlane Explorer
https://explorer.hyperlane.xyz
Other
81 stars 52 forks source link

Possible bug: explorer saying recipient address is not a contract when the message just reverts #31

Open tkporter opened 1 year ago

tkporter commented 1 year ago

From https://discord.com/channels/935678348330434570/961710804011458621/1085799205391568906

Explorer told me that the recipient address is not a contract, but on Goerli network, this address is indeed a HyperERC721 contract "0xcb6ddab87576373cd973c5b6a01def668bb9cd69 "

The actual problem was that the message was reverting on the destination, which it seems was not correctly surfaced to the user. Not sure if there's a bug or what but we should do a quick poke around and see if anything stands out