diff --git a/src/api.ts b/src/api.ts index 01f238d..ac5cf3d 100644 --- a/src/api.ts +++ b/src/api.ts @@ -271,6 +271,7 @@ export interface ConnectionsRequest extends ToolConfiguration { toChain?: number | string toToken?: string allowSwitchChain?: boolean // (default: true) the connections that require chain switch (muiltiple signatures) are included by default + allowDestinationCall?: boolean // (default: true) the connections that includes destination calls are included by default chainTypes?: ChainType[] }