Skip to content

Commit

Permalink
chore: add optional allowDestinationCall param to connections request (
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa authored Jun 7, 2024
1 parent 7c4e120 commit 04a4d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
}

Expand Down

0 comments on commit 04a4d3a

Please sign in to comment.