File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crates/op-rbuilder/src/flashtestations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ This will increment the flashblock number before the start of every flashblock a
63
63
To run op-rbuilder with flashtestations:
64
64
65
65
``` bash
66
- cargo run -p op-rbuilder --bin op-rbuilder --features=flashtestations -- node \
66
+ cargo run -p op-rbuilder --bin op-rbuilder -- node \
67
67
--chain /path/to/chain-config.json \
68
68
--http \
69
69
--authrpc.port 9551 \
@@ -73,7 +73,7 @@ cargo run -p op-rbuilder --bin op-rbuilder --features=flashtestations -- node \
73
73
--flashtestations.funding-amount 0.01 \ # amount in ETH to fund the TEE generated key
74
74
--flashtestations.funding-key secret-key \ # funding key for the TEE key
75
75
--flashtestations.registry-address 0xFlashtestationsRegistryAddress \
76
- flashtestations.builder-policy-address 0xBuilderPolicyAddress
76
+ -- flashtestations.builder-policy-address 0xBuilderPolicyAddress
77
77
```
78
78
79
79
Note that ` --rollup.builder-secret-key ` must be set and funded in order for the flashtestations key to be funded and submit the attestation on-chain.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ impl RemoteAttestationProvider {
33
33
let report_data_hex = hex:: encode ( report_data) ;
34
34
let url = format ! ( "{}/{}" , self . service_url, report_data_hex) ;
35
35
36
- info ! ( target: "flashtestations" , url = url, "fetching quote in debug mode " ) ;
36
+ info ! ( target: "flashtestations" , url = url, "fetching quote from remote attestation provider " ) ;
37
37
38
38
let response = self
39
39
. client
You can’t perform that action at this time.
0 commit comments