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
Bug Description
Seems like the deployer address for
L1BLock DeploymentandGasPriceOracle Deploymentare the same in Jovianspecs/specs/protocol/jovian/derivation.md
Line 58 in 7c4cb3a
specs/specs/protocol/jovian/derivation.md
Line 143 in 7c4cb3a
Which means for
nonce=0both would output the same address:0x3Ba4007f5C922FBb33C454B41ea7a1f11E83df2Cas per:
specs/specs/protocol/jovian/derivation.md
Line 72 in 7c4cb3a
specs/specs/protocol/jovian/derivation.md
Line 157 in 7c4cb3a
From looking at the Isthmus specs, I assume the last digit of a deployer address increases monotonically i.e. the correct deployer for
GasPriceOracle Deploymentin Jovian should be0x4210000000000000000000000000000000000007Please correct me if I'm mistaken