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 4, 2024
2 parents 430e82b + b50bdc2 commit 99db554
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.17",
"version": "0.0.18",
"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": "5890.11",
"totalStaked": "5465.11",
"initialCanonicalAmounts": {},
"initialNativeAmounts": {
"ETH": {
Expand Down Expand Up @@ -280,7 +280,8 @@
"2024-08-05": ["1.00", "311.50"],
"2024-08-07": "20.00",
"2024-09-07": ["100.00", "112.50"],
"2024-10-25": ["1200.00", "200.00"]
"2024-10-25": ["1200.00", "200.00"],
"2024-11-04": "425.00"
},
"unstakedEthAmounts": {},
"restakedProfits": {},
Expand All @@ -300,7 +301,8 @@
"2024-08-07": "100.00",
"2024-09-07": "212.5",
"2024-10-23": "5.8",
"2024-10-25": "1290.00"
"2024-10-25": "1290.00",
"2024-11-04": "425.00"
}
}
},
Expand Down

0 comments on commit 99db554

Please sign in to comment.