Skip to content

Commit

Permalink
Add Dijkstra to validator payout
Browse files Browse the repository at this point in the history
  • Loading branch information
valentunn authored Oct 28, 2024
1 parent 469e4d5 commit f6fe92f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ export const config = new Config([
votersAccounts: ['15cfSaBcTxNr8rV59cbhdMNCRagFr3GE6B3zZRsCp4QHHKPu'],
voteAmount: 1,
voteEnabled: false
},
{
address: '15yWjJfhPwiBECjVezPTA42EFpcrxmRUjzPN6nf3azvZ5wDX',
votersAccounts: ['15cfSaBcTxNr8rV59cbhdMNCRagFr3GE6B3zZRsCp4QHHKPu'],
voteAmount: 1,
voteEnabled: false
}
]
),
Expand Down

0 comments on commit f6fe92f

Please sign in to comment.