Skip to content

Commit

Permalink
[R4R] N-01 Typographical Errors (#124)
Browse files Browse the repository at this point in the history
* style: N-01 Typographical Errors

* style: N-01 Typographical Errors
  • Loading branch information
DevDynamo2024 committed Mar 6, 2024
1 parent 1d51547 commit 222a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-chain-ops/genesis/setters.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func setProxies(db vm.StateDB, proxyAdminAddr common.Address, namespace *big.Int
}

for i := uint64(0); i <= count; i++ {
// ignore dev L1's L1_MANTLE_TOEKN address for 0x6900000000000000000000000000000000000020 and the 20 for hexadecimal means 32 in 10 hex.
// ignore dev L1's L1_MANTLE_TOKEN address for 0x6900000000000000000000000000000000000020 and the 20 for hexadecimal means 32 in 10 hex.
if i == uint64(32) && namespace == bigL1PredeployNamespace {
bigAddr := new(big.Int).Or(namespace, new(big.Int).SetUint64(i))
addr := common.BigToAddress(bigAddr)
Expand Down

0 comments on commit 222a678

Please sign in to comment.