Skip to content

Commit 07f2e5b

Browse files
committed
doc: add comment to fix the hardcoded spec
1 parent b9f8a34 commit 07f2e5b

File tree

1 file changed

+2
-0
lines changed
  • guest-builder/sp1/guest-asm/src

1 file changed

+2
-0
lines changed

guest-builder/sp1/guest-asm/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ fn main() {
1010
let spec = hardcoded_spec();
1111
process_asm_stf(&Sp1ZkVmEnv, &spec)
1212
}
13+
14+
// FIXME: Remove hardcoded spec https://alpenlabs.atlassian.net/browse/STR-2717
1315
const SUBPROTOCOLS_JSON: &str = r#"
1416
[
1517
{"Admin":{"strata_administrator":{"keys":["02bedfa2fa42d906565519bee43875608a09e06640203a6c7a43569150c7cbe7c5"],"threshold":1},"strata_sequencer_manager":{"keys":["03cf59a1a5ef092ced386f2651b610d3dd2cc6806bb74a8eab95c1f3b2f3d81772","02343edde4a056e00af99aa49de60df03859d1b79ebbc4f3f6da8fbd0053565de3"],"threshold":1},"confirmation_depth":144,"max_seqno_gap":10}},

0 commit comments

Comments
 (0)