diff --git a/examples/with-foundry/.env.example b/examples/with-foundry/.env.example new file mode 100644 index 000000000..b44d37edc --- /dev/null +++ b/examples/with-foundry/.env.example @@ -0,0 +1,5 @@ +# Base RPC URL used for fetching blockchain data. Alchemy is recommended. +PONDER_RPC_URL_8453=https://base-mainnet.g.alchemy.com/v2/... + +# (Optional) Postgres database URL. If not provided, SQLite will be used. +DATABASE_URL= \ No newline at end of file