Skip to content

Commit

Permalink
Tagging more ETH stakers (duneanalytics#5639)
Browse files Browse the repository at this point in the history
* tagging copper

* rm wrongly tagged cumberland
  • Loading branch information
hildobby authored Mar 25, 2024
1 parent d8db118 commit 9995761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ FROM
, (0xe0c8df4270f4342132ec333f6048cb703e7a9c77, 'Swell', 'Swell 1', 'Liquid Restaking')
, (0xb3d9cf8e163bbc840195a97e81f8a34e295b8f39, 'Swell', 'Swell 2', 'Liquid Restaking')
, (0x5e6342d8090665be14eeb8154c8a87b7249a4889, 'Swell', 'Swell 3', 'Liquid Restaking')
, (0x63952722f3b57a18a792e9e5d98b40e9f89ac8bf, 'Cumberland', 'Cumberland 1', 'CEX')
, (0x68bd0309ba98d65285a290c923ed6830ceaf2666, 'Galaxy Digital', 'Galaxy Digital', 'CEX')
, (0x5180db0237291a6449dda9ed33ad90a38787621c, 'Frax Finance', 'Frax Finance Investor Custodian', 'Liquid Staking')
, (0x234ee9e35f8e9749a002fc42970d570db716453b, 'Gate.io', 'Gate.io 1', 'CEX')
Expand Down Expand Up @@ -115,6 +114,7 @@ FROM
, (0xe8239B17034c372CDF8A5F8d3cCb7Cf1795c4572, 'RockX', 'RockX 2', 'Staking Pool')
, (0xea674fdde714fd979de3edf0f56aa9716b898ec8, 'Ethermine', 'Ethermine', 'Staking Pool')
, (0x25e821b7197b146f7713c3b89b6a4d83516b912d, 'ether.fi', 'ether.fi', 'Liquid Restaking')
, (0x7ef5d450be41fcbc6191cb09789c5783da53f3fc, 'Copper.co', 'Copper.co', 'Staking Pool')
, (0x44894aeee56c2dd589c1d5c8cb04b87576967f97, 'Upbit', 'Upbit 1', 'CEX')
, (0xcf95237ce34d4b5bf1e7de4474ee1dcc01f24ca9, 'Upbit', 'Upbit 2', 'CEX')
, (0x3085140568d02b7dca5db4070375040a6b2ece5b, 'Upbit', 'Upbit 3', 'CEX')
Expand Down
1 change: 1 addition & 0 deletions models/staking/ethereum/staking_ethereum_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ FROM (VALUES
, ('Renzo', 'RenzoProtocol')
, ('Cumberland', 'CumberlandSays')
, ('Galaxy Digital', 'GalaxyHQ')
, ('Copper.co', 'CopperHQ')
) AS temp_table (entity, x_username)

0 comments on commit 9995761

Please sign in to comment.