Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Jul 24, 2024
1 parent aebf66c commit 26ecd9c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/sdk-router/src/operations/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export async function allBridgeQuotes(
tokenOut,
amountIn
)
console.log('routes: ', routes)

// Filter out routes with zero minAmountOut and finalize the rest
return Promise.all(
routes
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@reduxjs/toolkit": "^1.9.5",
"@rtk-query/graphql-request-base-query": "^2.2.0",
"@segment/analytics-next": "^1.53.0",
"@synapsecns/sdk-router": "^0.9.0",
"@synapsecns/sdk-router": "file:../sdk-router",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
Expand Down
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9194,6 +9194,27 @@
ts-jest "^29.0.5"
yargs "^17.6.2"

"@synapsecns/sdk-router@file:packages/sdk-router":
version "0.9.0"
dependencies:
"@babel/core" "^7.20.12"
"@ethersproject/abi" "^5.7.0"
"@ethersproject/abstract-provider" "^5.7.0"
"@ethersproject/address" "^5.7.0"
"@ethersproject/bignumber" "^5.7.0"
"@ethersproject/bytes" "^5.7.0"
"@ethersproject/constants" "^5.7.0"
"@ethersproject/contracts" "^5.7.0"
babel-jest "^29.4.1"
big.js "^5.2.2"
decimal.js-light "^2.5.1"
ethers "^5.7.2"
jsbi "^4.3.0"
node-cache "^5.1.2"
tiny-invariant "^1.2.0"
toformat "^2.0.0"
ts-xor "^1.1.0"

"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
Expand Down

0 comments on commit 26ecd9c

Please sign in to comment.