Commit 860f0aa8 authored by Andreas Bigger's avatar Andreas Bigger

Revert cannon readme update

parent 9fa619e7
...@@ -39,24 +39,25 @@ make cannon ...@@ -39,24 +39,25 @@ make cannon
# Note: # Note:
# - The L2 RPC is an archive L2 node on OP goerli. # - The L2 RPC is an archive L2 node on OP goerli.
# - The L1 RPC is a non-archive RPC, also change `--l1.rpckind` to reflect the correct L1 RPC type. # - The L1 RPC is a non-archive RPC, also change `--l1.rpckind` to reflect the correct L1 RPC type.
./bin/cannon run \ ./bin/cannon run
--pprof.cpu \ --pprof.cpu
--info-at '%10000000' \ --info-at '%10000000'
--proof-at never \ --proof-at never
--input ./state.json \ --input ./state.json
-- ../op-program/bin/op-program \ --
--l2 http://127.0.0.1:8745 \ ../op-program/bin/op-program
--l1 http://127.0.0.1:8645 \ --l2 http://127.0.0.1:8745
--l1.trustrpc \ --l1 http://127.0.0.1:8645
--l1.rpckind debug_geth \ --l1.trustrpc
--log.format terminal \ --l1.rpckind debug_geth
--network goerli \ --log.format terminal
--l1.head 0x204f815790ca3bb43526ad60ebcc64784ec809bdc3550e82b54a0172f981efab \ --l2.head 0xedc79de4d616a9100fdd42192224580daee81ea3d6303de8089d48a6c1bf4816
--l2.head 0xedc79de4d616a9100fdd42192224580daee81ea3d6303de8089d48a6c1bf4816 \ --network goerli
--l2.claim 0x530658ab1b1b3ff4829731fc8d5955f0e6b8410db2cd65b572067ba58df1f2b9 \ --l1.head 0x204f815790ca3bb43526ad60ebcc64784ec809bdc3550e82b54a0172f981efab
--l2.blocknumber 8813570 \ --l2.claim 0x530658ab1b1b3ff4829731fc8d5955f0e6b8410db2cd65b572067ba58df1f2b9
--datadir /tmp/fpp-database \ --l2.blocknumber 8813570
--server --datadir /tmp/fpp-database
--server
# Add --proof-at '=12345' (or pick other pattern, see --help) # Add --proof-at '=12345' (or pick other pattern, see --help)
# to pick a step to build a proof for (e.g. exact step, every N steps, etc.) # to pick a step to build a proof for (e.g. exact step, every N steps, etc.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment