Skip to content

Commit

Permalink
comment out mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Jun 18, 2024
1 parent 8d6f7fa commit a3f8837
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/composable-cow-api/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export default createConfig({
chainId: 100,
transport: http(process.env.PONDER_RPC_URL_GNOSIS),
},
mainnet: {
chainId: 1,
transport: http(process.env.PONDER_RPC_URL_MAINNET),
},
// mainnet: {
// chainId: 1,
// transport: http(process.env.PONDER_RPC_URL_MAINNET),
// },
},
contracts: {
composable: {
Expand All @@ -30,9 +30,9 @@ export default createConfig({
gnosis: {
startBlock: 31005430,
},
mainnet: {
startBlock: 18937172,
},
// mainnet: {
// startBlock: 18937172,
// },
},
},
standaloneConstantProductFactoryAbi: {
Expand All @@ -46,10 +46,10 @@ export default createConfig({
startBlock: 33874317,
address: "0xdb1Cba3a87f2db53b6E1E6Af48e28Ed877592Ec0",
},
mainnet: {
startBlock: 19861952,
address: "0x40664207e3375fb4b733d4743ce9b159331fd034",
},
// mainnet: {
// startBlock: 19861952,
// address: "0x40664207e3375fb4b733d4743ce9b159331fd034",
// },
},
},
},
Expand Down

0 comments on commit a3f8837

Please sign in to comment.