Skip to content

Commit

Permalink
Merge pull request #1588 from BalancerMaxis/zekraken-bot-patch-1
Browse files Browse the repository at this point in the history
reth-weeth-and-sfrxeth-wsteth-reth pool fee update
  • Loading branch information
zekraken-bot authored Dec 17, 2024
2 parents 206e6fb + 2c8f417 commit 5db1750
Show file tree
Hide file tree
Showing 4 changed files with 105 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_part2.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `4a75db2687f781c582f1a8c6266728018651964d`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/1729f236-84de-49dd-9971-1e513f813f15)

```
+----------------------+--------------------------------------------------------------------+-------+--------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+----------------------+--------------------------------------------------------------------+-------+--------------------------+------------+----------+
| setSwapFeePercentage | 0x05ff47AFADa98a98982113758878F9A8B9FddA0a (pools/weETH/rETH-05ff) | 0 | { | N/A | N/A |
| | | | "swapFeePercentage": [ | | |
| | | | "100000000000000" | | |
| | | | ] | | |
| | | | } | | |
+----------------------+--------------------------------------------------------------------+-------+--------------------------+------------+----------+
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1734125468826,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.1",
"createdFromSafeAddress": "0xf4A80929163C5179Ca042E1B292F5EFBBE3D89e6",
"createdFromOwnerAddress": "",
"checksum": "0x2ced6c8d0074ae084d09f2cda72de7101499ab4aa4c63ad1c6cf4e4e15ef9150"
},
"transactions": [
{
"to": "0xE4a8ed6c1D8d048bD29A00946BFcf2DB10E7923B",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address[]",
"name": "addresses",
"type": "address[]"
},
{ "internalType": "uint256[]", "name": "fees", "type": "uint256[]" }
],
"name": "setSwapFees",
"payable": false
},
"contractInputsValues": {
"addresses": "[0x5aEe1e99fE86960377DE9f88689616916D5DcaBe]",
"fees": "[200000000000000]"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FILENAME: `MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/sfrxETH-rETH-wstETH-fee-update-less-than-1-bp-to-2bps.json`
MULTISIG: `multisigs/feeManager (mainnet:0xf4A80929163C5179Ca042E1B292F5EFBBE3D89e6)`
COMMIT: `4a75db2687f781c582f1a8c6266728018651964d`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/8f6221ca-d5f0-4d89-8852-b5ab8c745cbe)

```
+-------------+-------------------------------------------------------------------------+-------+---------------------------------------------------------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+-------------+-------------------------------------------------------------------------+-------+---------------------------------------------------------------------------------------+------------+----------+
| setSwapFees | 0xE4a8ed6c1D8d048bD29A00946BFcf2DB10E7923B (gauntlet/GauntletFeeSetter) | 0 | { | N/A | N/A |
| | | | "addresses": [ | | |
| | | | "0x5aEe1e99fE86960377DE9f88689616916D5DcaBe (pools/wstETH-rETH-sfrxETH-BPT-5aee)" | | |
| | | | ], | | |
| | | | "fees": [ | | |
| | | | "200000000000000" | | |
| | | | ] | | |
| | | | } | | |
+-------------+-------------------------------------------------------------------------+-------+---------------------------------------------------------------------------------------+------------+----------+
```

0 comments on commit 5db1750

Please sign in to comment.