interface icon indicating copy to clipboard operation
interface copied to clipboard

Account for cross-chain executor delay

Open defispartan opened this issue 2 years ago • 0 comments

Cross-chain proposals have an extra delay which is not accounted for in the UI. The on-chain payload is stored for each proposal which contains a targets array. Proposals executed on other chains will use the target of the CrossChainForwarder which can be checked on the UI

Polygon: 0xdc9A35B16DB4e126cFeDC41322b3a36454B1F772 Optimism: 0x5f5C02875a8e9B5A26fbd09040ABCfDeb2AA6711 Arbitrum: 0x5f5C02875a8e9B5A26fbd09040ABCfDeb2AA6711

The delay is currently 2 days (172800) for all networks but could change and need to be queried from getDelay

defispartan avatar Feb 23 '23 18:02 defispartan