Skip to content

Commit

Permalink
Add publishSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkvi committed Apr 27, 2024
1 parent 3a99dfc commit 77d39d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ let RANGE = parseInt(process.env.RANGE ?? "100000");
let maxBlockRange = parseInt(process.env.MAX_BLOCK_RANGE ?? "1000");

export default createConfig({
database: {
kind: "postgres",
publishSchema: "public", // Default: undefined
},
networks: {
base: {
chainId: 84532,
Expand Down

0 comments on commit 77d39d8

Please sign in to comment.