Skip to content

Commit

Permalink
index scroll round strategies for v1 (#506)
Browse files Browse the repository at this point in the history
index scroll strategies
  • Loading branch information
boudra authored Mar 21, 2024
1 parent 8045251 commit 2cd7d26
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1413,6 +1413,21 @@ const CHAINS: Chain[] = [
address: "0x545B282A50EaeA01A619914d44105437036CbB36",
fromBlock: 2683205,
},
{
contractName: "AlloV1/DirectPayoutStrategyFactory/V2",
address: "0xc7722909fEBf7880E15e67d563E2736D9Bb9c1Ab",
fromBlock: 2683205,
},
{
contractName: "AlloV1/MerklePayoutStrategyFactory/V2",
address: "0x7ac74Be34b1A27E48a2525259719F877a57B2Aa4",
fromBlock: 2683205,
},
{
contractName: "AlloV1/QuadraticFundingVotingStrategyFactory/V2",
address: "0x5b55728e41154562ee80027C1247B13382692e5C",
fromBlock: 2683205,
},
// Allo V2
{
address: "0x4aacca72145e1df2aec137e1f3c5e3d75db8b5f3",
Expand Down

0 comments on commit 2cd7d26

Please sign in to comment.