Skip to content

Commit

Permalink
Disable molten because of slow RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkvi committed Apr 2, 2024
1 parent cb99dcc commit f030b6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ export default createConfig({
address: mustAddress(process.env.DISPATCHER_ADDRESS_OPTIMISM_SIMCLIENT),
startBlock: mustInt(process.env.DISPATCHER_ADDRESS_OPTIMISM_SIMCLIENT_START_BLOCK),
},
molten: {
address: mustAddress(process.env.DISPATCHER_ADDRESS_MOLTEN_SIMCLIENT),
startBlock: mustInt(process.env.DISPATCHER_ADDRESS_MOLTEN_SIMCLIENT_START_BLOCK),
},
},
},
DispatcherProof: {
Expand Down

0 comments on commit f030b6d

Please sign in to comment.