Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#188 from redhdx/feature/update_q…
Browse files Browse the repository at this point in the history
…anet_info

feat: update qanet config
  • Loading branch information
bnoieh authored Apr 28, 2024
2 parents 02b1ede + baec0e4 commit f618e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/chaincfg/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ var OPBNBTestnet = rollup.Config{
var OPBNBQANet = rollup.Config{
Genesis: rollup.Genesis{
L1: eth.BlockID{
Hash: common.HexToHash("0xed201904d66dcf479bd75821e9e3e76d52818be4290e54cd723497dd404ff82e"),
Hash: common.HexToHash("0x74685f5b86e938c4fd51e4e1350a516ce5adf5078356e5055c04059730d1c2ed"),
Number: 366555,
},
L2: eth.BlockID{
Expand Down

0 comments on commit f618e0c

Please sign in to comment.