Skip to content

Commit

Permalink
Merge pull request #1217 from BalancerMaxis/BIP-669-80BAL-20WETH-WETH…
Browse files Browse the repository at this point in the history
…-POL-mainnet

[BIP-669] Provide 80BAL-20WETH:WETH POL on [Ethereum]
  • Loading branch information
Tritium-VLK authored Aug 13, 2024
2 parents e171d0e + 257dd89 commit 4ca9302
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
65 changes: 65 additions & 0 deletions BIPs/2024-W33/BIP-669.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1722936911634,
"meta": {
"name": "Transactions Batch",
"description": "80BAL-20WETH:WETH POL Mainnet",
"txBuilderVersion": "1.13.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": ""
},
"transactions": [
{
"to": "0xba100000625a3754423978a60c9317c58a424e3D",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"to": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"value": "21978000000000000000000"
}
},
{
"to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "dst",
"type": "address"
},
{
"internalType": "uint256",
"name": "wad",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"dst": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"wad": "24450000000000000000"
}
}
]
}
13 changes: 13 additions & 0 deletions BIPs/2024-W33/BIP-669.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FILENAME: `BIPs/2024-W33/BIP-669.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `21db2cf35e8d4814b9ac2d07937b0c26ed673098`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/7a84751c-d6f3-46a6-9e9d-6f70feaea1f2)
```
+----------+-------------------------------------------------+---------------------------------------------------------+----------------------------------------+---------+----------+
| function | token_symbol | recipient | amount | bip | tx_index |
+----------+-------------------------------------------------+---------------------------------------------------------+----------------------------------------+---------+----------+
| transfer | BAL:0xba100000625a3754423978a60c9317c58a424e3D | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 21978.0 (RAW: 21978000000000000000000) | BIP-669 | 0 |
| transfer | WETH:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 | multisigs/lm:0xc38c5f97B34E175FFd35407fc91a937300E33860 | 24.45 (RAW: 24450000000000000000) | BIP-669 | 1 |
+----------+-------------------------------------------------+---------------------------------------------------------+----------------------------------------+---------+----------+
```

0 comments on commit 4ca9302

Please sign in to comment.