Skip to content

Commit

Permalink
Scroll graph deploy (#36)
Browse files Browse the repository at this point in the history
* deploy scroll mainnet graph

* update start block
  • Loading branch information
codenamejason authored Jan 22, 2024
1 parent f26ef7a commit 7a30c94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion round/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,18 @@ The following sections document the hosted services where the subgraph is deploy
<td><a href="https://api.studio.thegraph.com/query/45391/grants-round-base/version/latest">Link</a></td>
<td><a href="https://api.studio.thegraph.com/query/45391/grants-round-base/v0.0.1">Link</a></td>
</tr>
<tr>
<tr>
<td>Scroll Sepolia</td>
<td>Studio - Safe Login</td>
<td><a href="https://api.studio.thegraph.com/query/45391/grants-round-scroll-sepolia/version/latest">Link</a></td>
<td><a href="https://api.studio.thegraph.com/query/45391/grants-round-scroll-sepolia/v0.0.1">Link</a></td>
</tr>
<tr>
<td>Scroll Mainnet</td>
<td>Studio - Safe Login</td>
<td><a href="https://api.studio.thegraph.com/query/45391/grants-round-scroll/version/latest">Link</a></td>
<td><a href="https://api.studio.thegraph.com/query/45391/grants-round-scroll/v0.0.2">Link</a></td>
</tr>
</tbody>
</table>

Expand Down
12 changes: 6 additions & 6 deletions round/config/scroll.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"network": "scroll",
"startBlock": 0,
"programFactoryAddress": "0x",
"roundFactoryAddress": "0x",
"merklePayoutStrategyFactoryAddress": "0x",
"alloSettingsAddress": "0x",
"directPayoutStrategyFactoryAddress": "0x"
"startBlock": 2684000,
"programFactoryAddress": "0x545B282A50EaeA01A619914d44105437036CbB36",
"roundFactoryAddress": "0x29aAF7D4E83A778DAee08Fe04B0712c4C2989AD1",
"merklePayoutStrategyFactoryAddress": "0x7ac74Be34b1A27E48a2525259719F877a57B2Aa4",
"alloSettingsAddress": "0x0c33c9dEF7A3d9961b802C6C6402d306b7D48135",
"directPayoutStrategyFactoryAddress": "0xc7722909fEBf7880E15e67d563E2736D9Bb9c1Ab"
}

0 comments on commit 7a30c94

Please sign in to comment.