We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122ecbe commit ade3c92Copy full SHA for ade3c92
fees/syncswap.ts
@@ -4,7 +4,7 @@ import { CHAIN } from "../helpers/chains";
4
import { getGraphDimensions2 } from "../helpers/getUniSubgraph";
5
6
const endpoints = {
7
- [CHAIN.ERA]: sdk.graph.modifyEndpoint('3PCPSyJXMuC26Vi37w7Q6amJdEJgMDYppfW9sma91uhj'),
+ [CHAIN.ERA]: sdk.graph.modifyEndpoint('5zkMe9YoZHMG8FzzKDB5n1jLfGx4JYmRozZsngRtGPdw'),
8
[CHAIN.LINEA]: sdk.graph.modifyEndpoint('9R6uvVYXn9V1iAxkTLXL1Ajka75aD7mmHRj86DbXnyYQ'),
9
[CHAIN.SCROLL]: 'https://graph1.syncswap.xyz/subgraphs/name/syncswap/syncswap-scroll',
10
[CHAIN.SOPHON]: 'https://graph1.syncswap.xyz/subgraphs/name/syncswap/syncswap-sophon',
0 commit comments