-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated processing of Payload PR (validations, transformations, and…
… reports) + reformat JSON
- Loading branch information
1 parent
e2ccff3
commit 2484ea2
Showing
2 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
33 changes: 32 additions & 1 deletion
33
MaxiOps/PoolParameterChanges/PoolSwapFeeChanges/Mainnet/reth-weeth-fee-update-4bp-1bp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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"}}]} | ||
{ | ||
"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" } | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.../PoolParameterChanges/PoolSwapFeeChanges/Mainnet/reth-weeth-fee-update-4bp-1bp.report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | | | | ||
| | | | ] | | | | ||
| | | | } | | | | ||
+----------------------+--------------------------------------------------------------------+-------+--------------------------+------------+----------+ | ||
``` |