fix: Beethovenx graphql endpoint (#383)
This commit is contained in:
parent
9b2e5a3adb
commit
76c7eb7c3e
@ -5,6 +5,10 @@
|
|||||||
{
|
{
|
||||||
"note": "`UniswapV3` support for `Polygon`",
|
"note": "`UniswapV3` support for `Polygon`",
|
||||||
"pr": 382
|
"pr": 382
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Update `Beethoven` Graphql url",
|
||||||
|
"pr": 383
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1695,9 +1695,9 @@ export const BALANCER_V2_SUBGRAPH_URL_BY_CHAIN = valueByChainId<string>(
|
|||||||
|
|
||||||
export const BEETHOVEN_X_SUBGRAPH_URL_BY_CHAIN = valueByChainId<string>(
|
export const BEETHOVEN_X_SUBGRAPH_URL_BY_CHAIN = valueByChainId<string>(
|
||||||
{
|
{
|
||||||
[ChainId.Fantom]: 'https://graph-node.beets-ftm-node.com/subgraphs/name/beethovenx-v4',
|
[ChainId.Fantom]: 'https://graph-node.beets-ftm-node.com/subgraphs/name/beethovenx',
|
||||||
},
|
},
|
||||||
'https://graph-node.beets-ftm-node.com/subgraphs/name/beethovenx-v4',
|
'https://graph-node.beets-ftm-node.com/subgraphs/name/beethovenx',
|
||||||
);
|
);
|
||||||
|
|
||||||
export const UNISWAPV3_CONFIG_BY_CHAIN_ID = valueByChainId(
|
export const UNISWAPV3_CONFIG_BY_CHAIN_ID = valueByChainId(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user