Commit c0fc64ed authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: update deploy config

Update the deploy config with the governance token params.
The value of the owner is not changing and was fetched with
the following command.

```bash
$ cast call --rpc-url https://goerli.optimism.io \
    0x4200000000000000000000000000000000000042 'owner()(address)'
```

View the contract on etherscan: https://goerli-optimism.etherscan.io/address/0x038a8825A3C3B0c08d52Cc76E5E361953Cf6Dc76
The governance token can be found here: https://goerli-optimism.etherscan.io/address/0x4200000000000000000000000000000000000042
parent 83d4d553
...@@ -23,6 +23,10 @@ ...@@ -23,6 +23,10 @@
"proxyAdminOwner": "0x62790eFcB3a5f3A5D398F95B47930A9Addd83807", "proxyAdminOwner": "0x62790eFcB3a5f3A5D398F95B47930A9Addd83807",
"governanceTokenName": "Optimism",
"governanceTokenSymbol": "OP",
"governanceTokenOwner": "0x038a8825A3C3B0c08d52Cc76E5E361953Cf6Dc76",
"l2GenesisBlockGasLimit": "0x17D7840", "l2GenesisBlockGasLimit": "0x17D7840",
"l2GenesisBlockCoinbase": "0x4200000000000000000000000000000000000011", "l2GenesisBlockCoinbase": "0x4200000000000000000000000000000000000011",
"l2GenesisBlockBaseFeePerGas": "0x3b9aca00", "l2GenesisBlockBaseFeePerGas": "0x3b9aca00",
......
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
"l2CrossDomainMessengerOwner": "DUMMY", "l2CrossDomainMessengerOwner": "DUMMY",
"governanceTokenName": "Optimism",
"governanceTokenSymbol": "OP",
"governanceTokenOwner": "0x038a8825A3C3B0c08d52Cc76E5E361953Cf6Dc76",
"gasPriceOracleOverhead": 2100, "gasPriceOracleOverhead": 2100,
"gasPriceOracleScalar": 1000000, "gasPriceOracleScalar": 1000000,
"eip1559Denominator": 50, "eip1559Denominator": 50,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment