Skip to content

Commit

Permalink
composable-cow-api: undo changes to ponder.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Jun 15, 2024
1 parent c9bc8a2 commit c1f5ecb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions apps/composable-cow-api/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ export default createConfig({
sepolia: {
startBlock: 5245332,
},
// gnosis: {
// startBlock: 31005430,
// },
// mainnet: {
// startBlock: 18937172,
// },
gnosis: {
startBlock: 31005430,
},
mainnet: {
startBlock: 18937172,
},
},
},
standaloneConstantProductFactoryAbi: {
Expand All @@ -42,14 +42,14 @@ export default createConfig({
startBlock: 5874562,
address: "0xb808E8183e3a72d196457D127c7fd4bEfa0D7Fd3",
},
// gnosis: {
// startBlock: 33874317,
// address: "0xdb1Cba3a87f2db53b6E1E6Af48e28Ed877592Ec0",
// },
// mainnet: {
// startBlock: 19861952,
// address: "0x40664207e3375fb4b733d4743ce9b159331fd034",
// },
gnosis: {
startBlock: 33874317,
address: "0xdb1Cba3a87f2db53b6E1E6Af48e28Ed877592Ec0",
},
mainnet: {
startBlock: 19861952,
address: "0x40664207e3375fb4b733d4743ce9b159331fd034",
},
},
},
},
Expand Down

0 comments on commit c1f5ecb

Please sign in to comment.