Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Remove unused apiKey parameter
Browse files Browse the repository at this point in the history
Addresses review comment #162 (comment)
  • Loading branch information
feuGeneA committed Apr 9, 2020
1 parent 4ac9c75 commit 98202d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export interface GetSwapQuoteRequestParams {
gasPrice?: BigNumber;
excludedSources?: ERC20BridgeSource[];
affiliateAddress?: string;
apiKey?: string;
intentOnFilling?: boolean;
}

Expand Down

0 comments on commit 98202d9

Please sign in to comment.