-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.toml
More file actions
43 lines (36 loc) · 1.12 KB
/
wrangler.toml
File metadata and controls
43 lines (36 loc) · 1.12 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name = "deviantclaw-api"
main = "worker/index.js"
compatibility_date = "2024-01-01"
routes = [
{ pattern = "deviantclaw.art", custom_domain = true }
]
[observability]
enabled = false
head_sampling_rate = 1
[observability.logs]
enabled = true
head_sampling_rate = 1
persist = true
invocation_logs = true
[observability.traces]
enabled = false
persist = true
head_sampling_rate = 1
[vars]
# Base Mainnet production collection contract
CONTRACT_ADDRESS = "0x5D1e6C2BF147a22755C1C7d7182434c69f0F0847"
# Current owner / treasury / gallery custody wallet
DEPLOYER_ADDRESS = "0xEc11EEa22DCaA37A31b441FB7d2b503e842F6E50"
GALLERY_CUSTODY_ADDRESS = "0xEc11EEa22DCaA37A31b441FB7d2b503e842F6E50"
# Live relayer/operator wallet on Base mainnet
DELEGATION_RELAYER_ADDRESS = "0xf1f36A991c4E04C7022248c8De31eEda2A379BB6"
BASE_RPC = "https://base-rpc.publicnode.com"
STATUS_SEPOLIA_RPC = "https://public.sepolia.rpc.status.network"
[[d1_databases]]
binding = "DB"
database_name = "deviantclaw"
database_id = "c2c2c64f-ca80-4059-b2a7-560927b9d384"
migrations_dir = "migrations"
[[r2_buckets]]
binding = "PIECE_IMAGES"
bucket_name = "deviantclaw-piece-images"