Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 0 additions & 11 deletions action-ids/plasma/action-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,17 +215,6 @@
}
}
},
"20250430-v3-protocol-fee-helper": {
"ProtocolFeeHelper": {
"useAdaptor": false,
"actionIds": {
"addPools(address[])": "0x7da01995a41e58160884c3dce13a52c4f836ac2027063699529106ae58752d32",
"removePools(address[])": "0xe66729dbf88847d3745eb0908a7adb08a738e224c5962b99af9ba1e039be2248",
"setProtocolSwapFeePercentage(address,uint256)": "0xd714e1dfa5f708f1c38629de73e2231f884e7cc444e34ef8c4881b76fa2372b1",
"setProtocolYieldFeePercentage(address,uint256)": "0x15ba6194e053620a16440107475f1c4e937c24b04bde27362e7fd0d75e9390bd"
}
}
},
"20250502-v3-fee-percentages-provider": {
"ProtocolFeePercentagesProvider": {
"useAdaptor": false,
Expand Down
20 changes: 10 additions & 10 deletions addresses/plasma.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,16 @@
"status": "ACTIVE",
"version": "v3"
},
"20250411-balancer-registry-initializer-v2": {
"contracts": [
{
"name": "BalancerContractRegistryInitializer",
"address": "0x1702067424096F07A60e62cceE3dE9420068492D"
}
],
"status": "SCRIPT",
"version": "v3"
},
"20250418-v3-wrapped-bpt": {
"contracts": [
{
Expand Down Expand Up @@ -265,16 +275,6 @@
"status": "DEPRECATED",
"version": "v3"
},
"20250430-v3-protocol-fee-helper": {
"contracts": [
{
"name": "ProtocolFeeHelper",
"address": "0x83E443EF4f9963C77bd860f94500075556668cb8"
}
],
"status": "ACTIVE",
"version": "v3"
},
"20250502-v3-fee-percentages-provider": {
"contracts": [
{
Expand Down
4 changes: 2 additions & 2 deletions deployment-txs/plasma.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"0x6f4aBDD0Cd5B9F2b96C19A5A07AA02154f4aEf3B": "0x8c07e136f71bfbfac43445ba3963fa981390ec00449273b718fd5f466dd38eae",
"0x7A2535f5fB47b8e44c02Ef5D9990588313fe8F05": "0xa522975466f27a6f88608c0099f068f8279e6942d38d43a67c58d015887673f0",
"0x96484f2aBF5e58b15176dbF1A799627B53F13B6d": "0x622ce0e439994f10048453c991ad86562b00cfffa6255f5176621933ab250bbc",
"0x83E443EF4f9963C77bd860f94500075556668cb8": "0xafcdd1d859b102c2d12f3e5e7a6cf7fab2434861197b7ba65fe3e1e445fc0ecc",
"0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd": "0x6c1aac747e3f0b318a71a2addf891faa6ed79dc24b435bb8a1ed9bf399559e50",
"0x3f170631ed9821Ca51A59D996aB095162438DC10": "0x6c4683e514095027928e052c7ae280d15adb1228d6737588f493a392b7e69caa",
"0x662112B8CB18889e81459b92CA0f894a2ef2c1B8": "0xbf90e3d23391db07527f465de2bdd932bdc8ed8c4433680ad72db7c0f7fdf5df",
"0x59c01c86EF7ABE01f6C228401C071c00B0337287": "0xfd56378c333825eea5b847c62ed0bda42b6d470aa9da021f3d56424b9e143f84",
"0x25EA7b202CD8447e8E6F4A7C59b19C66DfEf1925": "0xa142a5f0d1e2c94432f2e70a36e623100cd4fb57fa16bf3473af02796f4bc8b2"
"0x25EA7b202CD8447e8E6F4A7C59b19C66DfEf1925": "0xa142a5f0d1e2c94432f2e70a36e623100cd4fb57fa16bf3473af02796f4bc8b2",
"0x1702067424096F07A60e62cceE3dE9420068492D": "0xb37dbb73ebae6adaba2079da7b32e4b2a8f4d934e5566d71d5b8c2a669854c19"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"BalancerContractRegistryInitializer": "0x1702067424096F07A60e62cceE3dE9420068492D"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ This updates the StablePool and StableSurgePool factories to V2, and adds the Gy
- [Optimism mainnet addresses](./output/optimism.json)
- [Avalanche mainnet addresses](./output/avalanche.json)
- [Hyperevm mainnet addresses](./output/hyperevm.json)
- [Plasma mainnet addresses](./output/plasma.json)
- [`BalancerContractRegistryInitializer` artifact](./artifact/BalancerContractRegistryInitializer.json)
3 changes: 0 additions & 3 deletions v3/tasks/20250430-v3-protocol-fee-helper/output/plasma.json

This file was deleted.

1 change: 0 additions & 1 deletion v3/tasks/20250430-v3-protocol-fee-helper/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ The Protocol Fee Helper contract enables granular control over the power to set
## Useful Files

- [Code](https://github.com/balancer/balancer-v3-monorepo/commit/ab48d59c4a922327a127a2959470a8161409559d)
- [Plasma mainnet addresses](./output/plasma.json)
- [`ProtocolFeeHelper` artifact](./artifact/ProtocolFeeHelper.json)
Loading