Skip to content

Commit

Permalink
Add Turing to payouts (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentunn authored Nov 15, 2024
1 parent 012fe61 commit f334a7b
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 @@ -165,6 +165,12 @@ export const config = new Config([
votersAccounts: ['15cfSaBcTxNr8rV59cbhdMNCRagFr3GE6B3zZRsCp4QHHKPu'],
voteAmount: 1,
voteEnabled: false
},
{
address: '151oCCvw1aZS8TZHzvAj6J3zJec7ZLEKRj6FVWhzVGbTXTG1',
votersAccounts: ['15cfSaBcTxNr8rV59cbhdMNCRagFr3GE6B3zZRsCp4QHHKPu'],
voteAmount: 1,
voteEnabled: false
}
]
),
Expand Down

0 comments on commit f334a7b

Please sign in to comment.