Skip to content

Commit

Permalink
Revert "config adjustments in hopes of resolving rpc request issues"
Browse files Browse the repository at this point in the history
This reverts commit 24db1e3.
  • Loading branch information
frolic committed Jan 22, 2025
1 parent 7d6a011 commit ec97dd5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/ponder/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ export default createConfig({
},
contracts: {
FileStore: {
address: "0xFe1411d6864592549AdE050215482e4385dFa0FB",
abi: FileStoreAbi,
network: {
mainnet: {
address: "0xFe1411d6864592549AdE050215482e4385dFa0FB",
startBlock: 18898263,
},
mainnet: { startBlock: 18898263 },
},
},
},
Expand Down

0 comments on commit ec97dd5

Please sign in to comment.