Skip to content

Commit

Permalink
Automated processing of Payload PR (validations, transformations, and…
Browse files Browse the repository at this point in the history
… reports) + reformat JSON
  • Loading branch information
zekraken-bot authored and actions-user committed Dec 6, 2024
1 parent e2ccff3 commit 2484ea2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
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" }
}
]
}
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 2484ea2

Please sign in to comment.