Skip to content

Commit

Permalink
chore: update owner address and contract byte code
Browse files Browse the repository at this point in the history
  • Loading branch information
samlior committed Jun 13, 2023
1 parent c1f77d8 commit dc3405d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
27 changes: 16 additions & 11 deletions packages/common/src/hardforks/devnet-hf-3.json

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion packages/common/src/hardforks/mainnet-hf-3.json

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion packages/common/src/hardforks/testnet-hf-3.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/contracts/src/Config_mainnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import "./interfaces/IConfig.sol";
*/
contract Config is Ownable, IConfig {
constructor() public {
// TODO:
transferOwnership(0x513E20C58FfB430dbEBd685513e142D5468bA4D3);
transferOwnership(0x35b03e47cE2Dd3BcA0089Be20367cF11586479B3);
}

address public override stakeManager = 0x0000000000000000000000000000000000001001;
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/Config_testnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "./interfaces/IConfig.sol";
*/
contract Config_testnet is Ownable, IConfig {
constructor() public {
transferOwnership(0x4779Af7e65c055979C8100f2183635E5d28c78f5);
transferOwnership(0x616eC418Df3A0DB8Ba8c3538133fC214236Ba314);
}

address public override stakeManager = 0x0000000000000000000000000000000000001001;
Expand Down

0 comments on commit dc3405d

Please sign in to comment.