Skip to content

Commit

Permalink
Merge pull request #6 from Jeff-CCH/feat/support_Base_Metis_Optimism_…
Browse files Browse the repository at this point in the history
…Avalanche

Support Optimism, Base, Metis and Avalanche Info in API Package
  • Loading branch information
Jeff-CCH authored Oct 16, 2023
2 parents 4313213 + 650106d commit 90ea78b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .changeset/sharp-lamps-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@protocolink/api': patch
---

Updated dependencies
- @protocolink/common@0.3.3
- @protocolink/core@0.4.2
- @protocolink/logics@0.4.3
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"test:unit": "mocha --recursive src examples"
},
"dependencies": {
"@protocolink/common": "^0.3.0",
"@protocolink/core": "^0.4.1",
"@protocolink/logics": "^0.4.2",
"@protocolink/common": "^0.3.3",
"@protocolink/core": "^0.4.2",
"@protocolink/logics": "^0.4.3",
"@types/lodash": "^4.14.195",
"@types/uuid": "^9.0.2",
"@uniswap/permit2-sdk": "^1.2.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1080,14 +1080,14 @@
node-addon-api "^3.2.1"
node-gyp-build "^4.3.0"

"@protocolink/logics@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@protocolink/logics/-/logics-0.4.2.tgz#2657cc1ea8131b65a46a74e3fccc2a2d48542cc9"
integrity sha512-hKlPy266nztLEYiC7lraXP1o4/6W9C1QkPxjRrgKAdSIkNigawlFWtfh9iZcPXUk8tJfntR14HdYeKoTTcCsYA==
"@protocolink/logics@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@protocolink/logics/-/logics-0.4.3.tgz#c963a547823ac738da8eaf44fc7ba64e5b808c24"
integrity sha512-JMpkHSJ0LslJRU5Q03s5bXFH1VPzvLhmkkqdq60ICFmao3UEealnG9uvEZ6IZeOQsG+hVJWs3b8MFbuSQO19iA==
dependencies:
"@paraswap/sdk" "^6.2.2"
"@protocolink/common" "^0.3.0"
"@protocolink/core" "^0.4.0"
"@protocolink/common" "^0.3.3"
"@protocolink/core" "^0.4.2"
"@types/lodash" "^4.14.195"
"@uniswap/sdk-core" "^3.2.6"
"@uniswap/token-lists" "^1.0.0-beta.31"
Expand Down

0 comments on commit 90ea78b

Please sign in to comment.