Skip to content

Commit

Permalink
Merge pull request #1562 from BalancerMaxis/test/sdbal_vester_test_de…
Browse files Browse the repository at this point in the history
…posit

test: vest 1sdbal for 14days for deployer
  • Loading branch information
gosuto-inzasheru authored Dec 13, 2024
2 parents 8e28557 + fe4ebb4 commit ae3c810
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
53 changes: 53 additions & 0 deletions MaxiOps/sdBAL_vesters/test_deposit_for_deployer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1733547183223,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.1",
"createdFromSafeAddress": "0x166f54F44F271407f24AA1BE415a730035637325",
"createdFromOwnerAddress": "",
"checksum": "0x10714117d4eea2f9d3d0b89a90ed62bbd6ae4b35f2171504d7b610cf340dc9f9"
},
"transactions": [
{
"to": "0x3E8C72655e48591d93e6dfdA16823dB0fF23d859",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "_spender", "type": "address" },
{ "name": "_value", "type": "uint256" }
],
"name": "approve",
"payable": false
},
"contractInputsValues": {
"_spender": "0x8aB61e36265c162345b60cBAC8517e7d5dCE8381",
"_value": "1000000000000000000"
}
},
{
"to": "0x8aB61e36265c162345b60cBAC8517e7d5dCE8381",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "internalType": "uint256", "name": "_amount", "type": "uint256" },
{
"internalType": "uint256",
"name": "_vestingPeriod",
"type": "uint256"
}
],
"name": "deposit",
"payable": false
},
"contractInputsValues": {
"_amount": "1000000000000000000",
"_vestingPeriod": "1209600"
}
}
]
}
28 changes: 28 additions & 0 deletions MaxiOps/sdBAL_vesters/test_deposit_for_deployer.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
FILENAME: `MaxiOps/sdBAL_vesters/test_deposit_for_deployer.json`
MULTISIG: `multisigs/maxi_ops (mainnet:0x166f54F44F271407f24AA1BE415a730035637325)`
COMMIT: `47b393eee5b0cfc62c1caf4f9ee23cd8473b1c65`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/1b85ce9e-403f-4a5b-8932-cc17682649cb)

```
+---------+-----------------------------------------------------------------------------+-------+-------------------------------------------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+---------+-----------------------------------------------------------------------------+-------+-------------------------------------------------------------------------+------------+----------+
| approve | 0x3E8C72655e48591d93e6dfdA16823dB0fF23d859 (stake_dao/sdBAL_gauge_contract) | 0 | { | N/A | N/A |
| | | | "_spender": [ | | |
| | | | "0x8aB61e36265c162345b60cBAC8517e7d5dCE8381 (N/A)" | | |
| | | | ], | | |
| | | | "_value": [ | | |
| | | | "raw:1000000000000000000, 18 decimals:1, 6 decimals: 1000000000000" | | |
| | | | ] | | |
| | | | } | | |
| deposit | 0x8aB61e36265c162345b60cBAC8517e7d5dCE8381 (Not Found) | 0 | { | N/A | N/A |
| | | | "_amount": [ | | |
| | | | "raw:1000000000000000000, 18 decimals:1, 6 decimals: 1000000000000" | | |
| | | | ], | | |
| | | | "_vestingPeriod": [ | | |
| | | | "1209600" | | |
| | | | ] | | |
| | | | } | | |
+---------+-----------------------------------------------------------------------------+-------+-------------------------------------------------------------------------+------------+----------+
```

0 comments on commit ae3c810

Please sign in to comment.