Skip to content

Commit

Permalink
adding newton to reward (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Jul 29, 2024
1 parent 34446d3 commit 4870652
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 @@ -135,6 +135,12 @@ export const config = new Config([
votersAccounts: ['Day71GSJAxUUiFic8bVaWoAczR3Ue3jNonBZthVHp2BKzyJ'],
voteAmount: 10_000_000_000_000,
voteEnabled: false
},
{
address: 'D991k2qmiWrVZzkehGP2QYSLdGH3s2gBvHZzpxQrzX4KSvn',
votersAccounts: ['Day71GSJAxUUiFic8bVaWoAczR3Ue3jNonBZthVHp2BKzyJ'],
voteAmount: 10_000_000_000_000,
voteEnabled: false
}
]
),
Expand Down

0 comments on commit 4870652

Please sign in to comment.