deep-ink-ventures / elio-dao-service

Apache License 2.0
0 stars 0 forks source link

Create a hotwallet for finalization #2

Open deep-ink-ventures opened 1 year ago

deep-ink-ventures commented 1 year ago

When a proposal is past it's duration (you can fetch the duration from a getter that is created https://github.com/deep-ink-ventures/elio-dao-protocol/issues/35), we want to finalize it.

So please start monitoring active proposals that are past it's voting period and call finalize_proposal on them.

The private key should be stored encoded (@x-xo) in terraform and the wallet will be funded with only 1 dot in production to not make it an attack vector.