kleros/dispute-resolver

Goerli cross-chain support

Closed this issue · 0 comments

There is a cross-chain proxy for Polygon which I'm currently testing on Goerli-Mumbai. I managed to do successfull bridging and create a dispute, however this dispute isn't loaded properly on DisputeResolver page https://resolve.kleros.io/cases/22 (Goerli) which is needed for appeal funding. Currently it shows "Failed to load metaevidence, thus the dispute summary. This might be an issue with the IPFS access."
I suspect the issue might be because DR currently doesn't support Mumbai/Polygon.

Note that we already have another cross-chain proxy for Kovan-Sokol/Mainnet-XDai. Here is an example of a mainnet crosschain dispute that is displayed properly by DR's UI https://resolve.kleros.io/cases/1125, so it should already have a cross-chain support

Also note that the court itself currently doesn't have Polygon/Mumbai support. For now it's only implemented as a draft PR https://github.com/kleros/court/pull/297/files. The RPC links used there are just for testing and will be changed to proper links later