-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 1.08 KB
/
Copy path.env.example
File metadata and controls
28 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# deployer wallet private key (the wallet that owns the contract and pays gas)
DEPLOYER_PRIVATE_KEY=0xYOUR_PRIVATE_KEY_HERE
# monad network selection -- must be "testnet" or "mainnet" (no silent fallback)
MONAD_NETWORK=testnet
# monad rpc endpoints
MONAD_TESTNET_RPC=https://testnet-rpc.monad.xyz
MONAD_MAINNET_RPC=https://rpc.monad.xyz
# deployed contract address (filled in after deployment)
PIZZA_POAP_CONTRACT=0xYOUR_CONTRACT_ADDRESS_HERE
# google sheets - attendance sheet (per-call, e.g. "2026-02-15")
# the sheet id is the long string in the url: docs.google.com/spreadsheets/d/{THIS_PART}/edit
ATTENDANCE_SHEET_ID=your-attendance-sheet-id-here
ATTENDANCE_TAB_NAME=Sheet1
# google sheets - crew sheet ("PizzaDAO Crew" with wallet addresses)
CREW_SHEET_ID=your-crew-sheet-id-here
CREW_TAB_NAME=Sheet1
# google service account credentials
GOOGLE_SERVICE_ACCOUNT_EMAIL=your-service-account@project.iam.gserviceaccount.com
GOOGLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_KEY_HERE\n-----END PRIVATE KEY-----"
# which event id to mint for (set before each dispense run)
DISPENSE_EVENT_ID=0