-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex.json
More file actions
51 lines (51 loc) · 2.56 KB
/
index.json
File metadata and controls
51 lines (51 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
{
"id": "hooks_exitfee",
"name": "ExitFee",
"description": "The exit fee hook",
"addresses": {
"11155111": ["0x2Aa9D4066DAe16ef001765efF2cA8F41Bde0b019"]
}
},
{
"id": "hooks_feetaking",
"name": "FeeTaking",
"description": "The fee taking hook",
"addresses": {
"11155111": ["0x790ae803b6c0467C6A4cbDc6d6d712DE34CfdB76"]
}
},
{
"id": "hooks_stablesurge",
"name": "StableSurge",
"description": "This hook helps defend the peg of new Stablecoin / LRT assets by applying a dynamic surge fee in times of volatility. LPs are rewarded with increased swap fee revenue and MEV protection.",
"learnMore": "https://medium.com/balancer-protocol/balancers-stablesurge-hook-09d2eb20f219",
"addresses": {
"11155111": [
"0x1adc55adb4caae71abb4c33f606493f4114d2091",
"0xc0cbcdd6b823a4f22aa6bbdde44c17e754266aef",
"0x30ce53fa38a1399f0ca158b5c38362c80e423ba9"
],
"8453": ["0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007", "0xDB8d758BCb971e482B2C45f7F8a7740283A1bd3A"],
"42161": ["0x0fa0f9990d7969a7ae6f9961d663e4a201ed6417", "0x7c1b7A97BfAcD39975dE53e989A16c7BC4C78275"],
"100": ["0xe4f1878ec9710846e2b529c1b5037f8ba94583b1", "0x90BD26fbb9dB17D75b56E4cA3A4c438FA7C93694"],
"1": ["0xb18fa0cb5de8cecb8899aae6e38b1b7ed77885da", "0xBDbADc891BB95DEE80eBC491699228EF0f7D6fF1"],
"10": ["0xf39ca6ede9bf7820a952b52f3c94af526bab9015"],
"146": ["0x8a83aa9bb7c4cff14ae0aecec0fb9ef234901c0c", "0x049919ae32e50aee5ea1a0998a841d175ec6f1b3"],
"43114": ["0x86705Ee19c0509Ff68F1118C55ee2ebdE383D122"],
"999": ["0x5dbad78818d4c8958eff2d5b95b28385a22113cd"],
"9745": ["0x6817149cb753bf529565b4d023d7507ed2ff4bc0"],
"143": ["0x6817149cb753bf529565b4d023d7507ed2ff4bc0"]
}
},
{
"id": "hooks_mevcapture",
"name": "MEV Capture",
"description": "This hook captures MEV and shares it proportionally with all LPs in this pool. It is achieved through a novel mechanism for MEV internalization called, ‘Priority Fee Auctions’.",
"learnMore": "https://medium.com/balancer-protocol/mev-internalization-through-priority-fee-taxes-coming-to-balancer-v3-on-base-q1-2025-f20b3e1b7295",
"addresses": {
"11155111": ["0x18b10fe9ec4815c31c4ab04fa6f91dce0695132f"],
"8453": ["0x7a2535f5fb47b8e44c02ef5d9990588313fe8f05"]
}
}
]