Skip to content

Commit

Permalink
Update ponder config chainUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi committed Oct 5, 2023
1 parent f1fa5ba commit 7899b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/config/ponder/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const config: Config = {
nitro: {
privateKey: process.env.PONDER_NITRO_PK!,
chainPrivateKey: process.env.PONDER_NITRO_CHAIN_PK!,
chainURL: process.env.PONDER_NITRO_CHAIN_URL!,
chainUrl: process.env.PONDER_NITRO_CHAIN_URL!,
contractAddresses,
relayMultiAddr: process.env.RELAY_MULTIADDR!,
store: "./.ponder/nitro-db",
Expand Down

0 comments on commit 7899b94

Please sign in to comment.