Skip to content

Commit 57f82c0

Browse files
authored
fix: update validator reward address (#350)
This used to be the first address in the prefunded accounts; when we updated the keys we forgot to update this
1 parent 99b5913 commit 57f82c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_io/constants.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CLIENT_TYPES = struct(
2929
validator="validator",
3030
)
3131

32-
VALIDATING_REWARDS_ACCOUNT = "0x878705ba3f8Bc32FCf7F4CAa1A35E72AF65CF766"
32+
VALIDATING_REWARDS_ACCOUNT = "0x8943545177806ED17B9F23F0a21ee5948eCaa776"
3333
MAX_ENR_ENTRIES = 20
3434
MAX_ENODE_ENTRIES = 20
3535

0 commit comments

Comments
 (0)