Skip to content

Commit

Permalink
set hardfork admin addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsai committed Jul 8, 2021
1 parent 1a78dcf commit 9b7ae45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion consensus/congress/systemcontract/address_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var (
devAdmin = common.HexToAddress("")
devAdmin = common.HexToAddress("0x6a0e7ae8eded108a4ec0e88d355d9279fad93fce")
devAdminTestnet = common.HexToAddress("0x0dA5ac74D30D5b3c5ca9167A8666Ca98Fd58d9fb")
)

Expand Down
2 changes: 1 addition & 1 deletion consensus/congress/systemcontract/sysgov.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var (
govAdmin = common.HexToAddress("")
govAdmin = common.HexToAddress("0x2F7ef2ab933E5057c3aFc6be6e4867f320E4E6a3")
govAdminTestnet = common.HexToAddress("0x0dA5ac74D30D5b3c5ca9167A8666Ca98Fd58d9fb")
)

Expand Down
2 changes: 1 addition & 1 deletion consensus/congress/systemcontract/validators_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var (
validatorV1Admin = common.HexToAddress("")
validatorV1Admin = common.HexToAddress("0xD849fa4D5475276568eC21f6deBf1C8A889Aa81B")
validatorV1AdminTestnet = common.HexToAddress("0x0dA5ac74D30D5b3c5ca9167A8666Ca98Fd58d9fb")
)

Expand Down

0 comments on commit 9b7ae45

Please sign in to comment.