Skip to content

Commit

Permalink
feat (quipuswap): add tests for quipuswap class and controller
Browse files Browse the repository at this point in the history
Signed-off-by: OjusWiZard <[email protected]>
  • Loading branch information
OjusWiZard committed Dec 19, 2023
1 parent cbd0c56 commit fcb4eb5
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@pancakeswap/v3-sdk": "^3.7.0",
"@pangolindex/sdk": "^1.1.0",
"@perp/sdk-curie": "^1.16.0",
"@quipuswap/tokens-whitelist": "^1.1.22",
"@quipuswap/tokens-whitelist": "^1.1.24",
"@sushiswap/sdk": "^5.0.0-canary.116",
"@taquito/rpc": "^17.0.0",
"@taquito/signer": "^17.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/connectors/quipuswap/quipuswap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class QuipuSwap extends QuipuBase {
* @param baseToken Token output from the transaction
* @param quoteToken Token input for the transaction
* @param amount Amount of `baseToken` desired from the transaction
* @param allowedSlippage (Optional) should be of the form '1/10'.
*/
public estimateBuyTrade(
baseToken: string,
Expand Down
Loading

0 comments on commit fcb4eb5

Please sign in to comment.