Skip to content

Commit

Permalink
Create the third Vesting plan on testnet (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzxyz authored Sep 27, 2023
1 parent c870750 commit 1b70fec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion publish/vesting.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"testnet": ["0x4D1d1d932388E5d3015BEf071FC994A370892DEb", "0xA7b88D860cE66D2849782F0fD1413E0b1D6089f0"],
"testnet": [
"0x4D1d1d932388E5d3015BEf071FC994A370892DEb",
"0xA7b88D860cE66D2849782F0fD1413E0b1D6089f0",
"0x901694bF30c351E233dE64661c52812C3913F028"
],
"kepler": [],
"mainnet": []
}
10 changes: 5 additions & 5 deletions scripts/config/startup.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
],
"amounts": [10000, 20000, 30000, 40000, 10000, 20000, 30000, 40000, 10000, 40000],
"vestingPlans": [
{"initPercentage": 20, "vestingPeriod": 604800, "lockPeriod": 86400},
{"initPercentage": 30, "vestingPeriod": 7776000, "lockPeriod": 86400},
{"initPercentage": 0, "vestingPeriod": 7776000, "lockPeriod": 86400},
{"initPercentage": 20, "vestingPeriod": 604800, "lockPeriod": 8640000},
{"initPercentage": 30, "vestingPeriod": 7776000, "lockPeriod": 8640000},
{"initPercentage": 0, "vestingPeriod": 7776000, "lockPeriod": 8640000},
{"initPercentage": 30, "vestingPeriod": 7776000, "lockPeriod": 0},
{"initPercentage": 30, "vestingPeriod": 0, "lockPeriod": 86400},
{"initPercentage": 100, "vestingPeriod": 7776000, "lockPeriod": 86400}
{"initPercentage": 30, "vestingPeriod": 0, "lockPeriod": 8640000},
{"initPercentage": 100, "vestingPeriod": 7776000, "lockPeriod": 8640000}
],
"planTemplates": [
{
Expand Down

0 comments on commit 1b70fec

Please sign in to comment.