Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:hop-protocol/hop into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Nov 13, 2024
2 parents 99db554 + 02f6e67 commit d7c4775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/stats-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hop-protocol/stats-worker",
"version": "0.0.18",
"version": "0.0.19",
"description": "Hop Protocol Stats Worker",
"author": "Authereum Labs, Inc.",
"license": "MIT",
Expand Down
8 changes: 5 additions & 3 deletions packages/stats-worker/src/data/bonder_profits.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
},
"ETH": {
"0x710bDa329b2a6224E4B44833DE30F38E7f81d564": {
"totalStaked": "5465.11",
"totalStaked": "4723.44",
"initialCanonicalAmounts": {},
"initialNativeAmounts": {
"ETH": {
Expand Down Expand Up @@ -281,7 +281,8 @@
"2024-08-07": "20.00",
"2024-09-07": ["100.00", "112.50"],
"2024-10-25": ["1200.00", "200.00"],
"2024-11-04": "425.00"
"2024-11-04": "425.00",
"2024-11-13": ["100.00", "100.00", "100.00", "441.67"]
},
"unstakedEthAmounts": {},
"restakedProfits": {},
Expand All @@ -302,7 +303,8 @@
"2024-09-07": "212.5",
"2024-10-23": "5.8",
"2024-10-25": "1290.00",
"2024-11-04": "425.00"
"2024-11-04": "425.00",
"2024-11-03": "741.67"
}
}
},
Expand Down

0 comments on commit d7c4775

Please sign in to comment.