Skip to content

Commit

Permalink
chore(host): jq format config files
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Feb 17, 2025
1 parent 6d7e1de commit ff87f2c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
40 changes: 20 additions & 20 deletions host/config/config.devnet.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"network": "taiko_dev",
"l1_network": "taiko_dev_l1",
"prover": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"graffiti": "8008500000000000000000000000000000000000000000000000000000000000",
"prover": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"graffiti": "8008500000000000000000000000000000000000000000000000000000000000",
"sgx": {
"instance_id": 10,
"setup": true,
"bootstrap": true,
"prove": true,
"input_path": null
"setup": true,
"bootstrap": true,
"prove": true,
"input_path": null
},
"risc0": {
"bonsai": true,
"snark": true,
"profile": false,
"execution_po2": 20
},
"sp1": {
"recursion": "core",
"prover": "network",
"verify": false
},
"native" : {
"json_guest_input": null
}
"risc0": {
"bonsai": true,
"snark": true,
"profile": false,
"execution_po2": 20
},
"sp1": {
"recursion": "core",
"prover": "network",
"verify": false
},
"native": {
"json_guest_input": null
}
}
56 changes: 28 additions & 28 deletions host/config/config.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"network": "taiko_a7",
"l1_network": "holesky",
"cache_path": "/tmp/raiko/",
"prover": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"graffiti": "8008500000000000000000000000000000000000000000000000000000000000",
"proof_type": "risc0",
"blob_proof_type": "proof_of_equivalence",
"sgx": {
"instance_id": 1,
"setup": true,
"bootstrap": true,
"prove": true,
"input_path": null
},
"risc0": {
"bonsai": true,
"snark": true,
"profile": false,
"execution_po2": 20
},
"sp1": {
"recursion": "core",
"prover": "network",
"verify": false
},
"native" : {
"json_guest_input": null
}
"network": "taiko_a7",
"l1_network": "holesky",
"cache_path": "/tmp/raiko/",
"prover": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
"graffiti": "8008500000000000000000000000000000000000000000000000000000000000",
"proof_type": "risc0",
"blob_proof_type": "proof_of_equivalence",
"sgx": {
"instance_id": 1,
"setup": true,
"bootstrap": true,
"prove": true,
"input_path": null
},
"risc0": {
"bonsai": true,
"snark": true,
"profile": false,
"execution_po2": 20
},
"sp1": {
"recursion": "core",
"prover": "network",
"verify": false
},
"native": {
"json_guest_input": null
}
}

0 comments on commit ff87f2c

Please # to comment.