Skip to content

Commit

Permalink
Merge pull request #251 from 0xcodercrane/fix/pancakeswap-v3
Browse files Browse the repository at this point in the history
feat/pancakeswap v3 price calculation.
  • Loading branch information
fengtality authored Jan 7, 2024
2 parents d4c0594 + 595aae5 commit f7b0981
Show file tree
Hide file tree
Showing 9 changed files with 412 additions and 174 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
"@ethersproject/networks": "5.7.0",
"@ethersproject/providers": "5.7.0",
"@ethersproject/solidity": "5.7.0",
"@injectivelabs/sdk-ts": "^1.10.58",
"@harmony-js/core": "^0.1.57",
"@harmony-js/utils": "^0.1.56",
"@improbable-eng/grpc-web": "^0.13.0",
"@pancakeswap/sdk": "^2.4.5",
"@injectivelabs/sdk-ts": "^1.10.58",
"@pancakeswap/sdk": "^4.0.0",
"@pancakeswap/smart-router": "^4.2.1",
"@pancakeswap/tokens": "^0.1.6",
"@pancakeswap/swap-sdk-core": "^1.0.0",
"@pancakeswap/v3-core": "^1.0.2",
"@pancakeswap/v3-periphery": "^1.0.2",
Expand Down Expand Up @@ -77,6 +79,7 @@
"express": "^4.17.1",
"express-winston": "^4.1.0",
"fs-extra": "^10.0.0",
"graphql-request": "^6.1.0",
"http-status-codes": "2.2.0",
"immutable": "^4.2.4",
"js-yaml": "^4.1.0",
Expand All @@ -97,8 +100,8 @@
"web3": "^1.7.3",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"xsswap-sdk": "^1.0.1",
"xrpl": "^2.7.0",
"xsswap-sdk": "^1.0.1",
"yarn": "^1.22.17"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f7b0981

Please sign in to comment.