-
Couldn't load subscription status.
- Fork 179
Description
Bug Description
Seems like the deployer address for L1BLock Deployment and GasPriceOracle Deployment are the same in Jovian
specs/specs/protocol/jovian/derivation.md
Line 58 in 7c4cb3a
| - `from`: `0x4210000000000000000000000000000000000006` |
specs/specs/protocol/jovian/derivation.md
Line 143 in 7c4cb3a
| - `from`: `0x4210000000000000000000000000000000000006` |
Which means for nonce=0 both would output the same address: 0x3Ba4007f5C922FBb33C454B41ea7a1f11E83df2C
as per:
specs/specs/protocol/jovian/derivation.md
Line 72 in 7c4cb3a
| cast compute-address --nonce=0 0x4210000000000000000000000000000000000006 |
specs/specs/protocol/jovian/derivation.md
Line 157 in 7c4cb3a
| 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