Skip to content

Commit 32b0920

Browse files
committed
mtc_worker: Define shard3
1 parent 469dec2 commit 32b0920

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

crates/mtc_worker/config.bootstrap-mtca.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"cosigner_id": "44363.48.6",
1515
"submission_url": "https://bootstrap-mtca.cloudflareresearch.com/logs/shard2/",
1616
"monitoring_url": "https://bootstrap-mtca-shard2.cloudflareresearch.com"
17+
},
18+
"shard3": {
19+
"description": "Cloudflare bootstrap MTCA shard 3",
20+
"log_id": "44363.48.8",
21+
"cosigner_id": "44363.48.9",
22+
"submission_url": "https://bootstrap-mtca.cloudflareresearch.com/logs/shard3/",
23+
"monitoring_url": "https://bootstrap-mtca-shard3.cloudflareresearch.com"
1724
}
1825
}
1926
}

crates/mtc_worker/wrangler.jsonc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
{
9696
"bucket_name": "bootstrap-mtca-shard2",
9797
"binding": "public_shard2"
98+
},
99+
{
100+
"bucket_name": "bootstrap-mtca-shard3",
101+
"binding": "public_shard3"
98102
}
99103
],
100104
"durable_objects": {

0 commit comments

Comments
 (0)