File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ First, download the op-reth binary:
88$ go run main.go artifacts op-reth
99``` 
1010
11- This will download the op-reth binary and save it under ` $HOME/.playground/op-reth-v1.3.1  ` .
11+ This will download the op-reth binary and save it under ` $HOME/.playground/op-reth-v1.3.12  ` .
1212
1313Second, we can deploy the Op Stack with rollup-boost:
1414
@@ -35,7 +35,7 @@ The `--external-builder` flag is used to specify the URL of the external block b
3535Third, we can start the ` op-reth `  binary as the external block builder:
3636
3737``` bash 
38- $ $HOME /.playground/op-reth-v1.3.1  node --authrpc.port 4444 --authrpc.jwtsecret ./output /jwtsecret --chain ./output /l2-genesis.json --datadir /tmp/builder --disable-discovery --port 30333 --trusted-peers enode://3479db4d9217fb5d7a8ed4d61ac36e120b05d36c2eefb795dc42ff2e971f251a2315f5649ea1833271e020b9adc98d5db9973c7ed92d6b2f1f2223088c3d852f@127.0.0.1:30304
38+ $ $HOME /.playground/op-reth-v1.3.12  node --http --http.port 2222 -- authrpc.port 4444 --authrpc.jwtsecret $HOME /.playground/devnet /jwtsecret --chain $HOME /.playground/devnet /l2-genesis.json --datadir /tmp/builder --disable-discovery --port 30333 --trusted-peers enode://3479db4d9217fb5d7a8ed4d61ac36e120b05d36c2eefb795dc42ff2e971f251a2315f5649ea1833271e020b9adc98d5db9973c7ed92d6b2f1f2223088c3d852f@127.0.0.1:30304
3939``` 
4040
4141The command above starts op-reth as an external block builder with the following key parameters:
Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ func (o *OpReth) ReleaseArtifact() *release {
524524		Name :    "op-reth" ,
525525		Repo :    "reth" ,
526526		Org :     "paradigmxyz" ,
527- 		Version : "v1.3.4 " ,
527+ 		Version : "v1.3.12 " ,
528528		Arch : func (goos , goarch  string ) string  {
529529			if  goos  ==  "linux"  {
530530				return  "x86_64-unknown-linux-gnu" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments