Skip to content

Commit

Permalink
Merge pull request #1573 from BalancerMaxis/chore/set-v3-global-fees
Browse files Browse the repository at this point in the history
chore: add v3 global fees payload json
  • Loading branch information
gosuto-inzasheru authored Dec 11, 2024
2 parents 33b2dc4 + 3c1344f commit fa96117
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 0 deletions.
53 changes: 53 additions & 0 deletions MaxiOps/PoolParameterChanges/v3-global-fees-gnosis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"version": "1.0",
"chainId": "100",
"createdAt": 1733834947717,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.1",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": "0x247998e7f8db5522446a29508d075ab3e9319586dda7875e51d188f483010114"
},
"transactions": [
{
"to": "0xa731C23D7c95436Baaae9D52782f966E1ed07cc8",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "uint256",
"name": "newProtocolSwapFeePercentage",
"type": "uint256"
}
],
"name": "setGlobalProtocolSwapFeePercentage",
"payable": false
},
"contractInputsValues": {
"newProtocolSwapFeePercentage": "500000000000000000"
}
},
{
"to": "0xa731C23D7c95436Baaae9D52782f966E1ed07cc8",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "uint256",
"name": "newProtocolYieldFeePercentage",
"type": "uint256"
}
],
"name": "setGlobalProtocolYieldFeePercentage",
"payable": false
},
"contractInputsValues": {
"newProtocolYieldFeePercentage": "100000000000000000"
}
}
]
}
22 changes: 22 additions & 0 deletions MaxiOps/PoolParameterChanges/v3-global-fees-gnosis.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FILENAME: `MaxiOps/PoolParameterChanges/v3-global-fees-gnosis.json`
MULTISIG: `multisigs/maxi_omni (gnosis:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)`
COMMIT: `b01d77f5ee76bd8b7c98f72ec97ebc5be3f15057`
CHAIN(S): `gnosis`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/015a6475-45de-4771-8297-5174f25c3b0b)

```
+-------------------------------------+--------------------------------------------------------------------------------------+-------+--------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+-------------------------------------+--------------------------------------------------------------------------------------+-------+--------------------------------------+------------+----------+
| setGlobalProtocolSwapFeePercentage | 0xa731C23D7c95436Baaae9D52782f966E1ed07cc8 (20241204-v3-vault/ProtocolFeeController) | 0 | { | N/A | N/A |
| | | | "newProtocolSwapFeePercentage": [ | | |
| | | | "500000000000000000" | | |
| | | | ] | | |
| | | | } | | |
| setGlobalProtocolYieldFeePercentage | 0xa731C23D7c95436Baaae9D52782f966E1ed07cc8 (20241204-v3-vault/ProtocolFeeController) | 0 | { | N/A | N/A |
| | | | "newProtocolYieldFeePercentage": [ | | |
| | | | "100000000000000000" | | |
| | | | ] | | |
| | | | } | | |
+-------------------------------------+--------------------------------------------------------------------------------------+-------+--------------------------------------+------------+----------+
```
53 changes: 53 additions & 0 deletions MaxiOps/PoolParameterChanges/v3-global-fees.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1733831271579,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.1",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": "0x7aecc300d16b52077b9604f0ae5337bb8b6e692fa740cae1fd9ae6171994cdd5"
},
"transactions": [
{
"to": "0xa731C23D7c95436Baaae9D52782f966E1ed07cc8",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "uint256",
"name": "newProtocolSwapFeePercentage",
"type": "uint256"
}
],
"name": "setGlobalProtocolSwapFeePercentage",
"payable": false
},
"contractInputsValues": {
"newProtocolSwapFeePercentage": "500000000000000000"
}
},
{
"to": "0xa731C23D7c95436Baaae9D52782f966E1ed07cc8",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "uint256",
"name": "newProtocolYieldFeePercentage",
"type": "uint256"
}
],
"name": "setGlobalProtocolYieldFeePercentage",
"payable": false
},
"contractInputsValues": {
"newProtocolYieldFeePercentage": "100000000000000000"
}
}
]
}
22 changes: 22 additions & 0 deletions MaxiOps/PoolParameterChanges/v3-global-fees.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FILENAME: `MaxiOps/PoolParameterChanges/v3-global-fees.json`
MULTISIG: `multisigs/maxi_omni (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)`
COMMIT: `b01d77f5ee76bd8b7c98f72ec97ebc5be3f15057`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/5080163a-1483-489a-8936-9c4dff26d6d0)

```
+-------------------------------------+--------------------------------------------------------------------------------------+-------+--------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+-------------------------------------+--------------------------------------------------------------------------------------+-------+--------------------------------------+------------+----------+
| setGlobalProtocolSwapFeePercentage | 0xa731C23D7c95436Baaae9D52782f966E1ed07cc8 (20241204-v3-vault/ProtocolFeeController) | 0 | { | N/A | N/A |
| | | | "newProtocolSwapFeePercentage": [ | | |
| | | | "500000000000000000" | | |
| | | | ] | | |
| | | | } | | |
| setGlobalProtocolYieldFeePercentage | 0xa731C23D7c95436Baaae9D52782f966E1ed07cc8 (20241204-v3-vault/ProtocolFeeController) | 0 | { | N/A | N/A |
| | | | "newProtocolYieldFeePercentage": [ | | |
| | | | "100000000000000000" | | |
| | | | ] | | |
| | | | } | | |
+-------------------------------------+--------------------------------------------------------------------------------------+-------+--------------------------------------+------------+----------+
```

0 comments on commit fa96117

Please sign in to comment.