Skip to content

Commit

Permalink
Merge pull request DefiLlama#2146 from wombat-exchange/fix/wombat
Browse files Browse the repository at this point in the history
fix: update wombat subgraph urls
  • Loading branch information
dtmkeng authored Nov 28, 2024
2 parents b92b95b + 2231eff commit fdbc2e7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dexs/wombat-exchange/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ type TEndpoint = {
// Updated using studio
const endpoints: TEndpoint = {
[CHAIN.BSC]:
sdk.graph.modifyEndpoint('DPuFUNkRpW5AG2HBWyRhzvYCodocb1H8vjVLijyEJyGE'),
sdk.graph.modifyEndpoint('3jEHqbiN3BQn7pyMDzkDcBwm5EYFtpMpXaeryRDGPKA7'),
[CHAIN.ARBITRUM]:
sdk.graph.modifyEndpoint('HADLg9LFYHJupr3xvWdmp7piPpwjGEwjbCknkSVrfyDQ'),
sdk.graph.modifyEndpoint('5YPaz7z5iYgboKtoShdvZYPohUKtrDLibcLSLzaC424M'),
[CHAIN.ETHEREUM]:
sdk.graph.modifyEndpoint('3S2iHctknomx91fcAcyqrPvCcGfnuhKdEKBs2xThoCvJ'),
sdk.graph.modifyEndpoint('CzchnYPzkEoc75nPMEN3ydtSdxZ5fqhQhCmCz3tvHn8V'),
[CHAIN.SCROLL]:
"https://api.studio.thegraph.com/query/56564/wombat-exchange-scroll/version/latest",
sdk.graph.modifyEndpoint('8RfP8c7r9WY2EBHopY52khqniHtzhTbEfj5hTF1esetS'),
[CHAIN.AVAX]:
sdk.graph.modifyEndpoint('6PbnpSVfrWgVeRiTbbM4yFNAiYacLjGLg1ztzasxqxGf'),
sdk.graph.modifyEndpoint('CoQESay2omXqeXf2irxDoPnggR9ULC9SeM7jPeSNgEVT'),
[CHAIN.BASE]:
"https://api.studio.thegraph.com/query/56564/wombat-exchange-base/version/latest",
sdk.graph.modifyEndpoint('9VTwC8JsHkdgJPjG1RZC7v2trmpq57JKrY4Vj74rSHoM'),
[CHAIN.OPTIMISM]:
sdk.graph.modifyEndpoint('4phYPx7RdkSSKFuoFBRZFFbPMkRCnYLfi8bENyQf4NA6'),
sdk.graph.modifyEndpoint('56EaG7Hfw4oPK6CaatX9vuhKFKqh7ztThEkJ7Ya1yh2t'),
};

const fetchVolume = (chain: Chain) => {
Expand Down

0 comments on commit fdbc2e7

Please sign in to comment.