Skip to content

Commit

Permalink
Update Subgraph URL (#13003)
Browse files Browse the repository at this point in the history
Co-authored-by: paoloswap <[email protected]>
  • Loading branch information
Adonis2115 and paoloswap authored Jan 7, 2025
1 parent b83c5e7 commit 967a6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/swapsicle-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ const contracts = {
const config = {
mantle: {
endpoint:
"https://subgraph-api.mantle.xyz/subgraphs/name/cryptoalgebra/analytics",
"https://subgraph-api.mantle.xyz/api/public/f077c8d4-0d6c-42d4-9bbd-050948dc5c86/subgraphs/swapsicle/analytics/prod/gn",
},
telos: {
endpoint:
"https://test.telos.subgraph.swapsicle.io/subgraphs/name/cryptoalgebra/analytics",
"https://api.telos.0xgraph.xyz/api/public/f59149ee-c99a-41d0-afe4-1c86170a98b0/subgraphs/swapsicle/analytics/prod/gn",
},
taiko: {
endpoint:
Expand Down Expand Up @@ -120,4 +120,4 @@ Object.keys(config).forEach((chain) => {
(api) => (chain !== 'taiko' ? ZombieVanStake(api) : 0),
(api) => (chain !== 'taiko' ? ICZStake(api) : 0),
]);
});
});

0 comments on commit 967a6f5

Please sign in to comment.