Skip to content

Jovian: Same deployer address #797

@varun-doshi

Description

@varun-doshi

Bug Description

Seems like the deployer address for L1BLock Deployment and GasPriceOracle Deployment are the same in Jovian

- `from`: `0x4210000000000000000000000000000000000006`

- `from`: `0x4210000000000000000000000000000000000006`

Which means for nonce=0 both would output the same address: 0x3Ba4007f5C922FBb33C454B41ea7a1f11E83df2C

as per:

cast compute-address --nonce=0 0x4210000000000000000000000000000000000006

cast compute-address --nonce=0 0x4210000000000000000000000000000000000006

From looking at the Isthmus specs, I assume the last digit of a deployer address increases monotonically i.e. the correct deployer for GasPriceOracle Deployment in Jovian should be 0x4210000000000000000000000000000000000007

Please correct me if I'm mistaken

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions