-
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.
Final step to send rewards to all planned incentives pools. More which are configured to be added to schedule at a later date via injectors. Due to trust of v1 injector we send all incentives to respective addresses on mainnet. For v2 injector on gnosis only 2 weeks worth of funds for now.
- Loading branch information
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
MaxiOps/injectorScheduling/gnosis/SEND-USDC-to-v3-Launch-Injector.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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "100", | ||
"createdAt": 1734029598677, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.17.1", | ||
"createdFromSafeAddress": "0x14969B55a675d13a1700F71A37511bc22D90155a", | ||
"createdFromOwnerAddress": "", | ||
"checksum": "0x44f3656c790f6a06ac7ab54ac3d179b76c9a66688bbd0e606a054fb1e4ca7951" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "internalType": "address", "name": "to", "type": "address" }, | ||
{ "internalType": "uint256", "name": "value", "type": "uint256" } | ||
], | ||
"name": "transfer", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x4aC87aEa2A3A99f34Fec78A6A73Bc495893b2838", | ||
"value": "5750000000" | ||
} | ||
} | ||
] | ||
} |
49 changes: 49 additions & 0 deletions
49
MaxiOps/injectorScheduling/mainnet/SEND-BAL-USDC-to-Injectors-V3-Launch.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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "1", | ||
"createdAt": 1734029403695, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.17.1", | ||
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", | ||
"createdFromOwnerAddress": "", | ||
"checksum": "0xa4a9444e50a69ff5a4e215c1ce29dc010d74089abfaddff254e7d812bd2a41f3" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "name": "to", "type": "address", "internalType": "address" }, | ||
{ "name": "value", "type": "uint256", "internalType": "uint256" } | ||
], | ||
"name": "transfer", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0x80D737BF3973D92a1B5FC4b166F89cb9e7445632", | ||
"value": "23056000000" | ||
} | ||
}, | ||
{ | ||
"to": "0xba100000625a3754423978a60c9317c58a424e3D", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "name": "recipient", "type": "address", "internalType": "address" }, | ||
{ "name": "amount", "type": "uint256", "internalType": "uint256" } | ||
], | ||
"name": "transfer", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"recipient": "0x5a18FE4D7a2bd5A39CCa4F9D05D073F21FAE28EE", | ||
"amount": "18918919000000000000000" | ||
} | ||
} | ||
] | ||
} |