Skip to content

Commit

Permalink
Merge pull request #1556 from BalancerMaxis/reth-weeth-fee-update
Browse files Browse the repository at this point in the history
rETH-weETH pool fee update
  • Loading branch information
zekraken-bot authored Dec 9, 2024
2 parents c7b24e0 + 2484ea2 commit f5cd66f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1733497384882,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.1",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0xf4d17dbf1bdb8c6168befbb4ab141bd612d0fdfedd7e4cbcbd04a5038c47b370"
},
"transactions": [
{
"to": "0x05ff47AFADa98a98982113758878F9A8B9FddA0a",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "uint256",
"name": "swapFeePercentage",
"type": "uint256"
}
],
"name": "setSwapFeePercentage",
"payable": false
},
"contractInputsValues": { "swapFeePercentage": "100000000000000" }
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FILENAME: `MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/reth-weeth-fee-update-4bp-1bp.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `e2ccff30bce929a94adec9592291bb316a05a97d`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/5e93ca76-bdd1-4b34-b0f7-426b3d2ea00b)

```
+----------------------+--------------------------------------------------------------------+-------+--------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+----------------------+--------------------------------------------------------------------+-------+--------------------------+------------+----------+
| setSwapFeePercentage | 0x05ff47AFADa98a98982113758878F9A8B9FddA0a (pools/weETH/rETH-05ff) | 0 | { | N/A | N/A |
| | | | "swapFeePercentage": [ | | |
| | | | "100000000000000" | | |
| | | | ] | | |
| | | | } | | |
+----------------------+--------------------------------------------------------------------+-------+--------------------------+------------+----------+
```

0 comments on commit f5cd66f

Please sign in to comment.