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 Jan 8, 2025
2 parents 78b8c6a + 8707bb5 commit 6410100
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.21",
"version": "0.0.22",
"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": "4723.44",
"totalStaked": "4473.44",
"initialCanonicalAmounts": {},
"initialNativeAmounts": {
"ETH": {
Expand Down Expand Up @@ -282,7 +282,8 @@
"2024-09-07": ["100.00", "112.50"],
"2024-10-25": ["1200.00", "200.00"],
"2024-11-04": "425.00",
"2024-11-13": ["100.00", "100.00", "100.00", "441.67"]
"2024-11-13": ["100.00", "100.00", "100.00", "441.67"],
"2025-01-08": "250.00"
},
"unstakedEthAmounts": {},
"restakedProfits": {},
Expand All @@ -304,7 +305,8 @@
"2024-10-23": "5.8",
"2024-10-25": "1290.00",
"2024-11-04": "425.00",
"2024-11-13": "741.67"
"2024-11-13": "741.67",
"2025-01-08": "300.00"
}
}
},
Expand Down

0 comments on commit 6410100

Please sign in to comment.