Skip to content

Commit

Permalink
Gelato subgraph fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
canarydeveloper committed Jan 22, 2025
1 parent 5be0846 commit 50d9f00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@honeycomb-finance/sar": "1.0.4",
"@honeycomb-finance/shared": "1.0.3",
"@honeycomb-finance/state-hooks": "1.0.3",
"@honeycomb-finance/swap": "1.0.6",
"@honeycomb-finance/swap": "1.0.7",
"@honeycomb-finance/token-drawer": "1.0.4",
"@honeycomb-finance/wallet-connectors": "1.0.4",
"@honeycomb-finance/walletmodal": "1.0.7",
Expand Down
1 change: 1 addition & 0 deletions src/pages/Beta/Swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const Swap = () => {
return (
<Provider store={galetoStore}>
<GelatoProvider
subgraphUrl={'https://api.studio.thegraph.com/query/59684/limit-orders/version/latest'}
library={ethersLibrary}
chainId={chainId}
account={account ?? undefined}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2898,10 +2898,10 @@
lodash.flatmap "4.5.0"
react-query "3.39.3"

"@honeycomb-finance/swap@1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@honeycomb-finance/swap/-/swap-1.0.6.tgz#528539dc1ffa9cb6e71b15dbb5caddfebe8d6834"
integrity sha512-mxrPRcJRkp9MuD96xxw76QWQciQJqB+5yeZaBrS/tjmgXJO1mTCGaFv6Ocr7RHBnD0vCuh/Xh/Zd9x9pmasqsw==
"@honeycomb-finance/swap@1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@honeycomb-finance/swap/-/swap-1.0.7.tgz#3a5e5bf66e55364bd49cffe84555964466e1ec07"
integrity sha512-lOmniNDXiq61qEUVxWCGzZ2aU8ij+Gy4GTbx4hbdLciBzDFyCjmqrp0JLLsni8DK3ebo7ewwI+eF+umiYjq2xA==
dependencies:
"@ethersproject/providers" "5.6.8"
"@gelatonetwork/limit-orders-react" "2.8.2"
Expand Down

0 comments on commit 50d9f00

Please sign in to comment.