Skip to content

Commit

Permalink
build: use local sdk-router in FE and rest-api [REVERT IN PROD]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 4, 2024
1 parent ed870e1 commit 0064ba7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "5.7.0",
"@synapsecns/sdk-router": "^0.11.8",
"@synapsecns/sdk-router": "file:../sdk-router",
"@synapsecns/synapse-constants": "^1.8.5",
"bignumber": "^1.1.0",
"cross-fetch": "^4.0.0",
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 @@ -40,7 +40,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.11.8",
"@synapsecns/sdk-router": "file:../sdk-router",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9006,6 +9006,30 @@
ts-jest "^29.0.5"
yargs "^17.6.2"

"@synapsecns/sdk-router@file:packages/sdk-router":
version "0.11.8"
dependencies:
"@babel/core" "^7.20.12"
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
"@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 "^25.2.6"
big.js "^5.2.2"
decimal.js-light "^2.5.1"
ethers "^5.7.2"
jest "^29.7.0"
jsbi "^4.3.0"
node-cache "^5.1.2"
tiny-invariant "^1.2.0"
toformat "^2.0.0"
ts-xor "^1.1.0"
uuidv7 "^1.0.1"

"@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 0064ba7

Please sign in to comment.