Skip to content

Commit 50d9f00

Browse files
Gelato subgraph fixed
1 parent 5be0846 commit 50d9f00

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@honeycomb-finance/sar": "1.0.4",
3030
"@honeycomb-finance/shared": "1.0.3",
3131
"@honeycomb-finance/state-hooks": "1.0.3",
32-
"@honeycomb-finance/swap": "1.0.6",
32+
"@honeycomb-finance/swap": "1.0.7",
3333
"@honeycomb-finance/token-drawer": "1.0.4",
3434
"@honeycomb-finance/wallet-connectors": "1.0.4",
3535
"@honeycomb-finance/walletmodal": "1.0.7",

src/pages/Beta/Swap/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const Swap = () => {
1515
return (
1616
<Provider store={galetoStore}>
1717
<GelatoProvider
18+
subgraphUrl={'https://api.studio.thegraph.com/query/59684/limit-orders/version/latest'}
1819
library={ethersLibrary}
1920
chainId={chainId}
2021
account={account ?? undefined}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,10 +2898,10 @@
28982898
lodash.flatmap "4.5.0"
28992899
react-query "3.39.3"
29002900

2901-
"@honeycomb-finance/[email protected].6":
2902-
version "1.0.6"
2903-
resolved "https://registry.yarnpkg.com/@honeycomb-finance/swap/-/swap-1.0.6.tgz#528539dc1ffa9cb6e71b15dbb5caddfebe8d6834"
2904-
integrity sha512-mxrPRcJRkp9MuD96xxw76QWQciQJqB+5yeZaBrS/tjmgXJO1mTCGaFv6Ocr7RHBnD0vCuh/Xh/Zd9x9pmasqsw==
2901+
"@honeycomb-finance/[email protected].7":
2902+
version "1.0.7"
2903+
resolved "https://registry.yarnpkg.com/@honeycomb-finance/swap/-/swap-1.0.7.tgz#3a5e5bf66e55364bd49cffe84555964466e1ec07"
2904+
integrity sha512-lOmniNDXiq61qEUVxWCGzZ2aU8ij+Gy4GTbx4hbdLciBzDFyCjmqrp0JLLsni8DK3ebo7ewwI+eF+umiYjq2xA==
29052905
dependencies:
29062906
"@ethersproject/providers" "5.6.8"
29072907
"@gelatonetwork/limit-orders-react" "2.8.2"

0 commit comments

Comments
 (0)