Skip to content

Commit

Permalink
adding missing endpointV2
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Feb 13, 2024
1 parent aa07bb2 commit 5e22937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/networks/src/networks/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export const scroll: NetworkConfig = {
subgraph: {
endpoint:
'https://api.studio.thegraph.com/query/21867/unlock-protocol-scroll/version/latest',
endpointV2:
'https://api.studio.thegraph.com/query/21867/unlock-protocol-scroll/version/latest',
studioEndpoint: 'unlock-protocol-scroll',
},
tokens: [
Expand Down
2 changes: 2 additions & 0 deletions packages/networks/src/networks/zkevm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export const zkevm: NetworkConfig = {
subgraph: {
endpoint:
'https://api.studio.thegraph.com/query/21867/unlock-protocol-zkevm/latest',
endpointV2:
'https://api.studio.thegraph.com/query/21867/unlock-protocol-zkevm/latest',
networkName: 'polygon-zkevm',
},
tokens: [
Expand Down

0 comments on commit 5e22937

Please sign in to comment.