Skip to content

Commit

Permalink
Update to new goldsky deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
neokry committed Jul 27, 2023
1 parent aeadc21 commit 462bd92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/subgraph/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"zora-testnet": {
"Manager": {
"address": "0xd36c922dd2e0c8af68c8a6a609268b20c2526302",
"startBlock": 834400
"address": "0xc521f85613985b7e417fccd5b348f64263d79397",
"startBlock": 597700
}
},
"base-testnet": {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/constants/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export const PUBLIC_SUBGRAPH_URL = {
[CHAIN_ID.BASE_GOERLI]:
'https://api.studio.thegraph.com/query/49279/nouns-builder-base-goerli/version/latest',
[CHAIN_ID.ZORA]:
'https://api.goldsky.com/api/public/project_clhk16b61ay9t49vm6ntn4mkz/subgraphs/nouns-builder-zora/stable/gn',
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-zora-mainnet/1.0.0/gn',
[CHAIN_ID.ZORA_GOERLI]:
'https://api.goldsky.com/api/public/project_clhk16b61ay9t49vm6ntn4mkz/subgraphs/nouns-builder-zora-goerli/stable/gn',
'https://api.goldsky.com/api/public/project_clkk1ucdyf6ak38svcatie9tf/subgraphs/nouns-builder-zora-testnet/1.0.1/gn',
[CHAIN_ID.FOUNDRY]:
'https://api.thegraph.com/subgraphs/name/neokry/nouns-builder-mainnet',
}

0 comments on commit 462bd92

Please sign in to comment.