Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazia authored and github-actions[bot] committed Oct 23, 2023
1 parent 908ffe6 commit fae6aa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/actions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ export type ActionParams =
export interface IActionPlugin {
pluginId: string
getSupportedChainIds: (task?: ActionType) => Promise<number[]>
getSupportedTokenAddresses: (chainId: number, task?: ActionType) => Promise<Address[]>
getSupportedTokenAddresses: (
chainId: number,
task?: ActionType,
) => Promise<Address[]>
bridge: (
params: BridgeActionParams,
) => Promise<TransactionFilter> | Promise<PluginActionNotImplementedError>
Expand Down

0 comments on commit fae6aa5

Please sign in to comment.