diff --git a/packages/siwe/core/utils/TypeUtils.ts b/packages/siwe/core/utils/TypeUtils.ts index a9e4c1a591..ee085485b4 100644 --- a/packages/siwe/core/utils/TypeUtils.ts +++ b/packages/siwe/core/utils/TypeUtils.ts @@ -24,6 +24,11 @@ export interface SIWECreateMessageArgs { iat?: string } export type SIWEMessageArgs = { + /** + * @deprecated - Chains are set based on the `networks` you provided to the `createAppKit` function. + * @see https://docs.reown.com/appkit/react/core/installation#implementation + */ + chains?: number[] methods?: string[] } & Omit // Signed Cacao (CAIP-74)