Skip to content

Commit

Permalink
Updated kopernikus genesis to update the starttime to now-61 days
Browse files Browse the repository at this point in the history
  • Loading branch information
evlekht committed Aug 7, 2024
1 parent 9e3ac98 commit 43fcd1f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions genesis/genesis_kopernikus.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var (
MaxValidatorStake: 2 * units.KiloAvax,
MinDelegatorStake: 0 * units.Avax,
MinDelegationFee: 0, // 0%
MinStakeDuration: 24 * time.Hour,
MaxStakeDuration: 365 * 24 * time.Hour,
MinStakeDuration: 5 * time.Minute,
MaxStakeDuration: 5 * 365 * 24 * time.Hour,
RewardConfig: reward.Config{
MaxConsumptionRate: 0,
MinConsumptionRate: 0,
Expand Down
23 changes: 19 additions & 4 deletions tools/genesis/generated/genesis_kopernikus.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"networkID": 1002,
"allocations": null,
"startTime": 1667217600,
"startTime": 1715348670,
"initialStakeDuration": 0,
"initialStakeDurationOffset": 3600,
"initialStakedFunds": null,
Expand Down Expand Up @@ -265,7 +265,7 @@
{
"amount": 100000000000000,
"nodeID": "NodeID-YUy7DaNMhNe9mqdLX9PDsusaQFeRZKSy",
"validatorDuration": 31104000,
"validatorDuration": 157680000,
"depositDuration": 110376000,
"timestampOffset": 5270400,
"depositOfferMemo": "PreSale 3 Years 8%",
Expand Down Expand Up @@ -451,7 +451,7 @@
{
"amount": 100000000000000,
"nodeID": "NodeID-ErN1zp6C2abP2F8HL9TxLL8RwT6kTmnAN",
"validatorDuration": 62208000,
"validatorDuration": 157680000,
"depositDuration": 141912000,
"timestampOffset": 5270400,
"depositOfferMemo": "PreSale 4 Years 9%",
Expand Down Expand Up @@ -1152,7 +1152,7 @@
},
"platformAllocations": [
{
"amount": 730754200000000000,
"amount": 730744200000000000,
"memo": "ID: 49, Bucket: 99 TESTACCOUNT, Type: unlocked"
}
]
Expand Down Expand Up @@ -1201,6 +1201,21 @@
"memo": "ID: 52, Bucket: 99 TESTACCOUNT, Type: unlocked incentive"
}
]
},
{
"ethAddr": "0x0000000000000000000000000000000000000000",
"avaxAddr": "X-kopernikus1v8weslt4jr4n0m0jseupz9frk9rt83u6x9rsyj",
"xAmount": 0,
"addressStates": {
"consortiumMember": false,
"kycVerified": true
},
"platformAllocations": [
{
"amount": 10000000000000,
"memo": "ID: 53 custom, Bucket: 99 TESTACCOUNT, Type: unlocked incentive"
}
]
}
],
"initialMultisigAddresses": [
Expand Down

0 comments on commit 43fcd1f

Please sign in to comment.