Skip to content

Commit

Permalink
Merge pull request #94 from manumonti/main
Browse files Browse the repository at this point in the history
New Merkle Distribution for Nov 1st 23
  • Loading branch information
pdyraga authored Nov 3, 2023
2 parents f40207d + f3c3a6a commit c86c689
Show file tree
Hide file tree
Showing 8 changed files with 10,873 additions and 5 deletions.
3,926 changes: 3,926 additions & 0 deletions distributions/2023-11-01/MerkleDist.json

Large diffs are not rendered by default.

658 changes: 658 additions & 0 deletions distributions/2023-11-01/MerkleInputBonusRewards.json

Large diffs are not rendered by default.

1,050 changes: 1,050 additions & 0 deletions distributions/2023-11-01/MerkleInputPreRewards.json

Large diffs are not rendered by default.

602 changes: 602 additions & 0 deletions distributions/2023-11-01/MerkleInputTbtcv2Rewards.json

Large diffs are not rendered by default.

1,058 changes: 1,058 additions & 0 deletions distributions/2023-11-01/MerkleInputTotalRewards.json

Large diffs are not rendered by default.

3,573 changes: 3,573 additions & 0 deletions distributions/2023-11-01/tBTCv2-rewards-details/1696118400-1698796800.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions distributions/distributions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"LatestCumulativeAmount": "593880963299388518452439316",
"LatestCumulativeAmount": "629110104280766546988133843",
"CumulativeAmountByDistribution": {
"2022-07-15": "124734992091552235627767774",
"2022-09-01": "183365680150625789032093616",
Expand All @@ -15,6 +15,7 @@
"2023-07-01": "493313335337405502900161222",
"2023-08-01": "526319513034927349035189082",
"2023-09-01": "560462938437958253216409831",
"2023-10-01": "593880963299388518452439316"
"2023-10-01": "593880963299388518452439316",
"2023-11-01": "629110104280766546988133843"
}
}
6 changes: 3 additions & 3 deletions src/scripts/gen_rewards_dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const MerkleDist = require("./merkle_dist/merkle_dist.js")
const bonusWeight = 0.0
const preWeight = 0.25
const tbtcv2Weight = 0.75
const startTime = new Date("2023-09-01T00:00:00+00:00").getTime() / 1000
const endTime = new Date("2023-10-01T00:00:00+00:00").getTime() / 1000
const lastDistribution = "2023-09-01"
const startTime = new Date("2023-10-01T00:00:00+00:00").getTime() / 1000
const endTime = new Date("2023-11-01T00:00:00+00:00").getTime() / 1000
const lastDistribution = "2023-10-01"

const etherscanApiKey = process.env.ETHERSCAN_TOKEN
const subgraphApiKey = process.env.SUBGRAPH_API_KEY
Expand Down

0 comments on commit c86c689

Please sign in to comment.