Skip to content

Commit

Permalink
fix: update validator reward address (#350)
Browse files Browse the repository at this point in the history
This used to be the first address in the prefunded accounts; when we
updated the keys we forgot to update this
  • Loading branch information
h4ck3rk3y committed Nov 3, 2023
1 parent 99b5913 commit 57f82c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CLIENT_TYPES = struct(
validator="validator",
)

VALIDATING_REWARDS_ACCOUNT = "0x878705ba3f8Bc32FCf7F4CAa1A35E72AF65CF766"
VALIDATING_REWARDS_ACCOUNT = "0x8943545177806ED17B9F23F0a21ee5948eCaa776"
MAX_ENR_ENTRIES = 20
MAX_ENODE_ENTRIES = 20

Expand Down

0 comments on commit 57f82c0

Please sign in to comment.