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 Oct 25, 2024
2 parents 9b2dd52 + 3aa9343 commit b9a7585
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hop-protocol/frontend",
"version": "0.0.25",
"version": "0.0.26",
"description": "Hop Protocol Frontend",
"author": "Authereum Labs, Inc.",
"license": "MIT",
Expand Down
13 changes: 9 additions & 4 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": "7342.61",
"totalStaked": "5890.11",
"initialCanonicalAmounts": {},
"initialNativeAmounts": {
"ETH": {
Expand Down Expand Up @@ -254,7 +254,8 @@
"2023-11-21": ["25.00"], // special case where the 25 ETH sent to Linea for gas was sent back to L1 and staked
"2024-03-25": ["325.00", "325.00", "500.00", "21.00", "200.00"],
"2024-04-02": ["50.00", "300.00"],
"2024-04-03": ["470.00"]
"2024-04-03": ["470.00"],
"2024-10-25": ["160.00"]
},
"unstakedAmounts": {
"2021-12-15": "0.05",
Expand All @@ -277,7 +278,9 @@
"2024-04-03": ["150.00", "150.00", "150.00"],
"2024-06-24": "650.00",
"2024-08-05": ["1.00", "311.50"],
"2024-08-07": "20.00"
"2024-08-07": "20.00",
"2024-09-07": ["100.00", "112.50"],
"2024-10-25": ["1200.00", "200.00"]
},
"unstakedEthAmounts": {},
"restakedProfits": {},
Expand All @@ -294,7 +297,9 @@
"2024-03-09": "316",
"2024-06-24": "744.10",
"2024-08-05": "312.50",
"2024-08-07": "100.00"
"2024-08-07": "100.00",
"2024-09-07": "212.5",
"2024-10-25": "1290.00"
}
}
},
Expand Down

0 comments on commit b9a7585

Please sign in to comment.