Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
67a3214
init files
emduc Jul 18, 2025
b92dfa9
rename for eETH
emduc Jul 19, 2025
f13464b
some permissions more
emduc Jul 24, 2025
37e783d
progress
emduc Jul 28, 2025
f5908da
start of etherfirestaking permissions
emduc Jul 31, 2025
ec2e9a3
stash
emduc Aug 2, 2025
4a16b26
save progress
emduc Aug 4, 2025
6145e6b
LiquidityPool
emduc Aug 9, 2025
d528fd5
EtherFiAdmin
emduc Aug 9, 2025
b2c8ff2
draft and todos
emduc Aug 13, 2025
69ea67d
upgradeability section
emduc Aug 15, 2025
f48aeb2
upgr
emduc Aug 20, 2025
09ff6f8
EtherFiNodes
emduc Aug 21, 2025
b3528d9
upgradeability, autonomy part 1, governance
emduc Aug 26, 2025
3b489b5
StakigManager updated permissions
emduc Aug 29, 2025
266943e
diagram and technical text
emduc Aug 29, 2025
cf69e2b
cleaning up
emduc Aug 31, 2025
f73739d
autonomy and notes
emduc Sep 2, 2025
6a4a1d4
precisions and cursive language
emduc Sep 2, 2025
a81dc4a
Update src/content/protocols/etherfi-stake/ethereum.md
emduc Sep 4, 2025
2f1f852
Update src/content/protocols/etherfi-stake/ethereum.md
emduc Sep 4, 2025
ac71738
Update src/content/protocols/etherfi-stake/ethereum.md
emduc Sep 4, 2025
b4b3f8b
name fix
emduc Sep 4, 2025
668d5b4
typo
emduc Sep 4, 2025
7ecafb9
additional reviewer note
emduc Sep 4, 2025
a243a24
additional reviewer note
emduc Sep 4, 2025
a822c18
liquidvault permissions
emduc Sep 10, 2025
db5c88a
correct dependencies
emduc Sep 10, 2025
9c2d139
more permissions
emduc Sep 10, 2025
5dd17b5
adding diagram for vaults
emduc Sep 12, 2025
38f3c32
address some feedback
emduc Sep 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/_protocol_template/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "lowercase name of the protocol appended by the version if multiple versions exist (use an '-' and no whitespace)",
"id": "lowercase name of the protocol appended by the version if multiple versions exist (use an '-' and no whitespace). This should be equal to the folder name",
"protocol": "name of the protocol appended by the version if multiple versions exist (can use whitespace if needed)",
"website": "https://...",
"defillama_slug": ["the slug used by https://defillama.com"],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/content/protocols/etherfi-stake/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "etherfi-stake",
"protocol": "EtherFi Staking",
"website": "https://www.ether.fi/app/weeth",
"defillama_slug": ["ether.fi-stake"],
"socials": {
"x": "https://x.com/ether_fi"
},
"github": ["https://github.com/project_github"]
}
Loading