Skip to content

Commit

Permalink
Merge pull request #10647 from nicolas-zozol/goldsky-update
Browse files Browse the repository at this point in the history
update: swaap and swaap-earn update from thegraph to goldsky
  • Loading branch information
waynebruce0x authored Jun 14, 2024
2 parents c132b4e + 69bcef0 commit fb7a6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion projects/swaap-earn/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
}

const config = {
arbitrum: { endpoint: sdk.graph.modifyEndpoint('DHZvo3KRhryqHH9zj9sK8n9sjXvg3ddmDoVdLZcZQMJg'), },
arbitrum: { endpoint: 'https://api.goldsky.com/api/public/project_clws2t7g7ae9c01xsbnu80a51/subgraphs/swaap-earn-arbitrum/1.0.0/gn', },
ethereum: { endpoint: 'https://api.goldsky.com/api/public/project_clws2t7g7ae9c01xsbnu80a51/subgraphs/swaap-earn-ethereum/1.0.0/gn', },
}

Object.keys(config).forEach(chain => {
Expand Down
2 changes: 1 addition & 1 deletion projects/swaap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const configV1 = {
startBlock: 29520285,
blockDelay: 30,
theGraph: {
endpoint: sdk.graph.modifyEndpoint('A1ibaGVUkqdLeBG7VeeSB8jm9QNmS8phSz8iooXR8puv'),
endpoint: 'https://api.goldsky.com/api/public/project_clws2t7g7ae9c01xsbnu80a51/subgraphs/swaapv1/1.0.0/gn',
query: `pools: pools(orderBy: liquidity, orderDirection: desc) {
id
tokens {
Expand Down

0 comments on commit fb7a6d3

Please sign in to comment.