Skip to content

Commit

Permalink
Merge pull request #1630 from Zen-Maxi/Continue-USDC-Incentives-2-mor…
Browse files Browse the repository at this point in the history
…e-weeks

Continue-USDC-Incentives-2-more-weeks
  • Loading branch information
Zen-Maxi authored Dec 30, 2024
2 parents 29f4082 + 3d17062 commit 5507c2d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
42 changes: 42 additions & 0 deletions MaxiOps/injectorScheduling/mainnet/injector-configurator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1735523311807,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": "0x1e603c7a82323"
},
"transactions": [
{
"to": "0x80D737BF3973D92a1B5FC4b166F89cb9e7445632",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "gaugeAddresses",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "amountsPerPeriod",
"type": "uint256[]",
"internalType": "uint256[]"
},
{ "name": "maxPeriods", "type": "uint8[]", "internalType": "uint8[]" }
],
"name": "setRecipientList",
"payable": false
},
"contractInputsValues": {
"gaugeAddresses": "[0xeEc405B834c90B59122Bcc2357f27110B2ADB4B7]",
"amountsPerPeriod": "[1923000000]",
"maxPeriods": "[2]"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FILENAME: `MaxiOps/injectorScheduling/mainnet/injector-configurator.json`
MULTISIG: `multisigs/maxi_omni (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)`
COMMIT: `0e956379582cb4b42c1a4d6fd85a77193e5f4004`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/014110d9-0299-4efc-898e-981fabfbc7af)

```
+------------------+------------------------------------------------------------------------------------+--------+----------------------------------------------------------------------------------+----------------------------+---------+------------------------------+----------+
| function | injector | symbol | gaugeList | amounts_per_period | periods | total_amount_first_period | tx_index |
+------------------+------------------------------------------------------------------------------------+--------+----------------------------------------------------------------------------------+----------------------------+---------+------------------------------+----------+
| setRecipientList | 0x80D737BF3973D92a1B5FC4b166F89cb9e7445632(maxiKeepers/gaugeRewardsInjectors/usdc) | USDC | [ | [ | [ | raw: 1923000000/1e6 = 1923.0 | 0 |
| | | | "0xeEc405B834c90B59122Bcc2357f27110B2ADB4B7 (gauges/Aave USDC-USDT-gauge-eec4)" | "1923000000/1e6 = 1923.0" | "2" | | |
| | | | ] | ] | ] | | |
+------------------+------------------------------------------------------------------------------------+--------+----------------------------------------------------------------------------------+----------------------------+---------+------------------------------+----------+
```

0 comments on commit 5507c2d

Please sign in to comment.