From 1d63596992450d375382ee202ef5fa95c684dd32 Mon Sep 17 00:00:00 2001 From: ZeKraken <79888567+zekraken-bot@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:51:37 -0500 Subject: [PATCH 1/2] chore: add payload file --- ...ff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json diff --git a/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json b/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json new file mode 100644 index 000000000..6231d69c3 --- /dev/null +++ b/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json @@ -0,0 +1 @@ +{"version":"1.0","chainId":"999","createdAt":1771455089230,"meta":{"name":"Transactions Batch","description":"Set max surge fee to 9% for pool 0xff43d5f795c5cb3c864139b665463044c18923c9","createdFromSafeAddress":"0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e"},"transactions":[{"to":"0x5dbad78818d4c8958eff2d5b95b28385a22113cd","value":"0","data":null,"contractMethod":{"inputs":[{"internalType":"address","name":"pool","type":"address"},{"internalType":"uint256","name":"newMaxSurgeSurgeFeePercentage","type":"uint256"}],"name":"setMaxSurgeFeePercentage","payable":false},"contractInputsValues":{"pool":"0xff43d5f795c5cb3c864139b665463044c18923c9","newMaxSurgeSurgeFeePercentage":"90000000000000000"}}]} \ No newline at end of file From c018cfa8460d5b5e192dc005090bc69259aecc21 Mon Sep 17 00:00:00 2001 From: zekraken-bot Date: Wed, 18 Feb 2026 22:53:32 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- ...139b665463044c18923c9-2026-02-18_1751.json | 34 ++++++++++++++++++- ...5463044c18923c9-2026-02-18_1751.report.txt | 20 +++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.report.txt diff --git a/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json b/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json index 6231d69c3..2372ff4fe 100644 --- a/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json +++ b/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json @@ -1 +1,33 @@ -{"version":"1.0","chainId":"999","createdAt":1771455089230,"meta":{"name":"Transactions Batch","description":"Set max surge fee to 9% for pool 0xff43d5f795c5cb3c864139b665463044c18923c9","createdFromSafeAddress":"0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e"},"transactions":[{"to":"0x5dbad78818d4c8958eff2d5b95b28385a22113cd","value":"0","data":null,"contractMethod":{"inputs":[{"internalType":"address","name":"pool","type":"address"},{"internalType":"uint256","name":"newMaxSurgeSurgeFeePercentage","type":"uint256"}],"name":"setMaxSurgeFeePercentage","payable":false},"contractInputsValues":{"pool":"0xff43d5f795c5cb3c864139b665463044c18923c9","newMaxSurgeSurgeFeePercentage":"90000000000000000"}}]} \ No newline at end of file +{ + "version": "1.0", + "chainId": "999", + "createdAt": 1771455089230, + "meta": { + "name": "Transactions Batch", + "description": "Set max surge fee to 9% for pool 0xff43d5f795c5cb3c864139b665463044c18923c9", + "createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e" + }, + "transactions": [ + { + "to": "0x5dbad78818d4c8958eff2d5b95b28385a22113cd", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "pool", "type": "address" }, + { + "internalType": "uint256", + "name": "newMaxSurgeSurgeFeePercentage", + "type": "uint256" + } + ], + "name": "setMaxSurgeFeePercentage", + "payable": false + }, + "contractInputsValues": { + "pool": "0xff43d5f795c5cb3c864139b665463044c18923c9", + "newMaxSurgeSurgeFeePercentage": "90000000000000000" + } + } + ] +} diff --git a/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.report.txt b/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.report.txt new file mode 100644 index 000000000..8c7f3056a --- /dev/null +++ b/MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.report.txt @@ -0,0 +1,20 @@ +FILENAME: `MaxiOps/PoolParameterChanges/PoolStableSurgeParams/HyperEVM/stable-surge-params-0xff43d5f795c5cb3c864139b665463044c18923c9-2026-02-18_1751.json` +MULTISIG: `multisigs/omni (hyperevm:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)` +COMMIT: `1d63596992450d375382ee202ef5fa95c684dd32` +CHAIN(S): `hyperevm` +TENDERLY: `🟪 SKIPPED (ValueError({'error': {'id': '4aff493b-af3d-468f-b9f5-4be902e9b68a', 'slug': 'internal_server_error', 'message': 'Internal server error'}}))` + +``` ++--------------------------+-----------------------------------------------------------------------------------------------+-------+--------------------------------------------------------+------------+----------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++--------------------------+-----------------------------------------------------------------------------------------------+-------+--------------------------------------------------------+------------+----------+ +| setMaxSurgeFeePercentage | 0x5dbad78818d4c8958eff2d5b95b28385a22113cd (20250403-v3-stable-surge-hook-v2/StableSurgeHook) | 0 | { | N/A | N/A | +| | | | "pool": [ | | | +| | | | "0xff43d5f795c5cb3c864139b665463044c18923c9 (N/A)" | | | +| | | | ], | | | +| | | | "newMaxSurgeSurgeFeePercentage": [ | | | +| | | | "90000000000000000" | | | +| | | | ] | | | +| | | | } | | | ++--------------------------+-----------------------------------------------------------------------------------------------+-------+--------------------------------------------------------+------------+----------+ +```