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