Skip to content

Commit

Permalink
Merge pull request #1585 from BalancerMaxis/Send-Funds-to-Injectors-v…
Browse files Browse the repository at this point in the history
…3-Launch

Send-Funds-to-Injectors-v3-Launch
  • Loading branch information
Zen-Maxi authored Dec 12, 2024
2 parents c57376d + bf1583c commit c226c82
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 0 deletions.
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"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FILENAME: `MaxiOps/injectorScheduling/gnosis/SEND-USDC-to-v3-Launch-Injector.json`
MULTISIG: `multisigs/lm (gnosis:0x14969B55a675d13a1700F71A37511bc22D90155a)`
COMMIT: `45737dc517c0560398d66a0a86ebebdf964aec22`
CHAIN(S): `gnosis`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/8412937f-6c50-47c7-8a75-7066bade250d)

```
+----------+---------------------------------------------------+--------------------------------------------------------------------------+--------------------------+-----+----------+
| function | token_symbol | recipient | amount | bip | tx_index |
+----------+---------------------------------------------------+--------------------------------------------------------------------------+--------------------------+-----+----------+
| transfer | USDC.e:0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0 | maxiKeepers/injectorV2/USDC.e:0x4aC87aEa2A3A99f34Fec78A6A73Bc495893b2838 | 5750.0 (RAW: 5750000000) | N/A | 0 |
+----------+---------------------------------------------------+--------------------------------------------------------------------------+--------------------------+-----+----------+
```
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"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FILENAME: `MaxiOps/injectorScheduling/mainnet/SEND-BAL-USDC-to-Injectors-V3-Launch.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `45737dc517c0560398d66a0a86ebebdf964aec22`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/ee4b6055-5fb9-4514-91ff-b1341feadfd6)

```
+----------+-------------------------------------------------+-------------------------------------------------------------------------------------------+------------------------------------------+-----+----------+
| function | token_symbol | recipient | amount | bip | tx_index |
+----------+-------------------------------------------------+-------------------------------------------------------------------------------------------+------------------------------------------+-----+----------+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | maxiKeepers/gaugeRewardsInjectors/usdc:0x80D737BF3973D92a1B5FC4b166F89cb9e7445632 | 23056.0 (RAW: 23056000000) | N/A | 0 |
| transfer | BAL:0xba100000625a3754423978a60c9317c58a424e3D | maxiKeepers/gaugeRewardsInjectors/Balancer_BAL:0x5a18FE4D7a2bd5A39CCa4F9D05D073F21FAE28EE | 18918.919 (RAW: 18918919000000000000000) | N/A | 1 |
+----------+-------------------------------------------------+-------------------------------------------------------------------------------------------+------------------------------------------+-----+----------+
```

0 comments on commit c226c82

Please sign in to comment.