From e063c0b3381b6f74c7b741e6ae16215fce68bb3a Mon Sep 17 00:00:00 2001 From: varun-doshi Date: Wed, 8 Oct 2025 13:27:26 +0530 Subject: [PATCH] introduce chainID in ExecutingDescriptor --- specs/interop/supervisor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/interop/supervisor.md b/specs/interop/supervisor.md index 52b8b9f77..075581bed 100644 --- a/specs/interop/supervisor.md +++ b/specs/interop/supervisor.md @@ -108,6 +108,7 @@ Object: - `timeout`: `HexUint64` - optional, requests verification to still hold at `timestamp+timeout` (inclusive). The message expiry-window may invalidate messages. Default interpretation is a `0` timeout: what is valid at `timestamp` may not be valid at `timestamp+1`. +- `chainId`: `ChainID` - optional, the chain ID of the executing message. #### `HexUint64`