- In the
tetu-io/tetu-strategies-matic
repository, edit constant and runscripts/utils/the-best-block-for-snapshot.ts
.
- Edit constants in
createBal
script - Set
DEPLOYER_MNEMONIC
variable (will use default derivation path) - Run
./createBal -d
and check output - Run
./createBal
to create round
- In the
tetubal-bribes
repsitory, runscripts/createEpoch -p <snapshot proposal id> -r <round number> -d <deadline>
. For examplescripts/createEpoch -p 0x8bbcfa519547de8f5ea6e5f99b914683860a6bf6c736cd9c7b9b2aba1266b400 -r 20 -d 1684206000
. This will send a transaction on the Polygon blockchain from the account that you configured earlier.
- In the
tetu-community
repository, updatesrc/lib/consts.ts
to reflect the new round. Push to the main branch, which will automatically deploy to vercel.