Skip to content

Commit

Permalink
Merge pull request #350 from ethstorage/l2-beta
Browse files Browse the repository at this point in the history
Boot node and RPC for L2 beta testnet
  • Loading branch information
qzhodl authored Dec 25, 2024
2 parents 48a4237 + 3bdf9ea commit f533a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion init-l2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@


./init.sh \
--l1.rpc http://65.109.20.29:8545 \
--l1.rpc http://5.9.87.214:8545 \
--storage.l1contract 0x64003adbdf3014f7E38FC6BE752EB047b95da89A \
$@
6 changes: 3 additions & 3 deletions run-l2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

./run.sh \
--storage.l1contract 0x64003adbdf3014f7E38FC6BE752EB047b95da89A \
--l1.rpc http://65.109.20.29:8545 \
--l1.rpc http://5.9.87.214:8545 \
--l1.block_time 2 \
--da.url http://65.109.20.29:8888 \
--da.url http://5.9.87.214:8888 \
--randao.url http://88.99.30.186:8545 \
--p2p.bootnodes enr:-Li4QA-fcxSHHu68uzHxsGnR8Q8lnvPir8L3cb5-RSq5fvU7cmxukZinZ9N-XRcnvWauQl6KK2tnlD3RZTwOxI4KgIaGAZC-hjTfimV0aHN0b3JhZ2XbAYDY15RkADrb3zAU9-OPxr51LrBHuV2omsGAgmlkgnY0gmlwhEFtcySJc2VjcDI1NmsxoQNY8raIsHIGPniQ738UiNmIvifax5L6R51YLPoflGzix4N0Y3CCJAaDdWRwgnZh \
--p2p.bootnodes enr:-Li4QFWB-bdjo4EVuvJmJ4GmMuwa0RcFdtdpA6yUxTdU0QE8aG_q8eZa9B4vu2LGPTbspqFtMBCuJpjG0q178SY7H1yGAZP7b35dimV0aHN0b3JhZ2XbAYDY15RkADrb3zAU9-OPxr51LrBHuV2omsGAgmlkgnY0gmlwhEFtMpGJc2VjcDI1NmsxoQMw4i1lk4EjCD_4os-PSrC9y1BrDim_olfCCPNBoXSkWIN0Y3CCJAaDdWRwgnZh
$@

0 comments on commit f533a6f

Please sign in to comment.