Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP-487: Balancer <> Across Add more BAL to LP #630

Merged
merged 2 commits into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
65 changes: 65 additions & 0 deletions BIPs/2023-W46/BIP-487.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1700060382520,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0xe2a1a188abefb990e3c04032a8d51a6c6e6b1c515198741fa926562cc0e10868"
},
"transactions": [
{
"to": "0xba100000625a3754423978a60c9317c58a424e3D",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "spender",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"name": "approve",
"payable": false
},
"contractInputsValues": {
"spender": "0xc186fA914353c44b2E33eBE05f21846F1048bEda",
"amount": "40000000000000000000000"
}
},
{
"to": "0xc186fA914353c44b2E33eBE05f21846F1048bEda",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "l1Token",
"type": "address",
"internalType": "address"
},
{
"name": "l1TokenAmount",
"type": "uint256",
"internalType": "uint256"
}
],
"name": "addLiquidity",
"payable": true
},
"contractInputsValues": {
"l1Token": "0xba100000625a3754423978a60c9317c58a424e3D",
"l1TokenAmount": "40000000000000000000000"
}
}
]
}
22 changes: 22 additions & 0 deletions BIPs/2023-W46/BIP-487.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
File name: BIPs/2023-W46/BIP-487.json
COMMIT: `679848a0ce5adcfefe2912d9268bfc6b14b7e891`
CHAIN(S): `1`
```
+--------------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+
| fx_name | to | value | inputs | bip_number | tx_index |
+==============+=========================================================+=========+================================================================+==============+============+
| approve | 0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) | 0 | { | BIP-487 | N/A |
| | | | "spender": [ | | |
| | | | "0xc186fA914353c44b2E33eBE05f21846F1048bEda (N/A) " | | |
| | | | ], | | |
| | | | "amount": "40000000000000000000000" | | |
| | | | } | | |
+--------------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+
| addLiquidity | 0xc186fA914353c44b2E33eBE05f21846F1048bEda (Not Found) | 0 | { | BIP-487 | N/A |
| | | | "l1Token": [ | | |
| | | | "0xba100000625a3754423978a60c9317c58a424e3D (tokens/BAL) " | | |
| | | | ], | | |
| | | | "l1TokenAmount": "40000000000000000000000" | | |
| | | | } | | |
+--------------+---------------------------------------------------------+---------+----------------------------------------------------------------+--------------+------------+
```