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
6363To run op-rbuilder with flashtestations:
6464
6565``` bash
66- cargo run -p op-rbuilder --bin op-rbuilder --features=flashtestations -- node \
66+ cargo run -p op-rbuilder --bin op-rbuilder -- node \
6767 --chain /path/to/chain-config.json \
6868 --http \
6969 --authrpc.port 9551 \
@@ -73,7 +73,7 @@ cargo run -p op-rbuilder --bin op-rbuilder --features=flashtestations -- node \
7373 --flashtestations.funding-amount 0.01 \ # amount in ETH to fund the TEE generated key
7474 --flashtestations.funding-key secret-key \ # funding key for the TEE key
7575 --flashtestations.registry-address 0xFlashtestationsRegistryAddress \
76- flashtestations.builder-policy-address 0xBuilderPolicyAddress
76+ -- flashtestations.builder-policy-address 0xBuilderPolicyAddress
7777```
7878
7979Note 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 {
3333 let report_data_hex = hex:: encode ( report_data) ;
3434 let url = format ! ( "{}/{}" , self . service_url, report_data_hex) ;
3535
36- info ! ( target: "flashtestations" , url = url, "fetching quote in debug mode " ) ;
36+ info ! ( target: "flashtestations" , url = url, "fetching quote from remote attestation provider " ) ;
3737
3838 let response = self
3939 . client
You can’t perform that action at this time.
0 commit comments