diff --git a/action-ids/plasma/action-ids.json b/action-ids/plasma/action-ids.json index 15dfffef9..8622568b7 100644 --- a/action-ids/plasma/action-ids.json +++ b/action-ids/plasma/action-ids.json @@ -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, diff --git a/addresses/plasma.json b/addresses/plasma.json index b8519f514..26387012c 100644 --- a/addresses/plasma.json +++ b/addresses/plasma.json @@ -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": [ { @@ -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": [ { diff --git a/deployment-txs/plasma.json b/deployment-txs/plasma.json index 46e19c190..fd716aab8 100644 --- a/deployment-txs/plasma.json +++ b/deployment-txs/plasma.json @@ -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" } \ No newline at end of file diff --git a/v3/scripts/20250411-balancer-registry-initializer-v2/output/plasma.json b/v3/scripts/20250411-balancer-registry-initializer-v2/output/plasma.json new file mode 100644 index 000000000..f706e45c0 --- /dev/null +++ b/v3/scripts/20250411-balancer-registry-initializer-v2/output/plasma.json @@ -0,0 +1,3 @@ +{ + "BalancerContractRegistryInitializer": "0x1702067424096F07A60e62cceE3dE9420068492D" +} \ No newline at end of file diff --git a/v3/scripts/20250411-balancer-registry-initializer-v2/readme.md b/v3/scripts/20250411-balancer-registry-initializer-v2/readme.md index c04d39973..0be06b1e0 100644 --- a/v3/scripts/20250411-balancer-registry-initializer-v2/readme.md +++ b/v3/scripts/20250411-balancer-registry-initializer-v2/readme.md @@ -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) diff --git a/v3/tasks/20250430-v3-protocol-fee-helper/output/plasma.json b/v3/tasks/20250430-v3-protocol-fee-helper/output/plasma.json deleted file mode 100644 index c99a2e008..000000000 --- a/v3/tasks/20250430-v3-protocol-fee-helper/output/plasma.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "ProtocolFeeHelper": "0x83E443EF4f9963C77bd860f94500075556668cb8" -} \ No newline at end of file diff --git a/v3/tasks/20250430-v3-protocol-fee-helper/readme.md b/v3/tasks/20250430-v3-protocol-fee-helper/readme.md index 0402f48c0..1a4aa24ed 100644 --- a/v3/tasks/20250430-v3-protocol-fee-helper/readme.md +++ b/v3/tasks/20250430-v3-protocol-fee-helper/readme.md @@ -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)