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-354: Enable ETHx / bb-a-wETH Gauge [Ethereum] #363

Merged
merged 2 commits into from Jul 14, 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
40 changes: 40 additions & 0 deletions BIPs/2023-W28/BIP-354.json
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1689190547700,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.0",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0x49f626db5fa107f38a786017e558647d6f86f0df7ef5cd77f8947dc89d86770f"
},
"transactions": [
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "gauge",
"type": "address"
},
{
"internalType": "string",
"name": "gaugeType",
"type": "string"
}
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0x9e3f4FB69058244066801404e50889592d33cA11",
"gaugeType": "Ethereum"
}
}
]
}
10 changes: 10 additions & 0 deletions BIPs/2023-W28/BIP-354.report.txt
@@ -0,0 +1,10 @@
File name: BIPs/2023-W28/BIP-354.json
COMMIT: `a810f6ff9177a6260e2d4ec7cd71aefd506da61a`
CHAIN(S): `mainnet`
```
+----------+--------------------------------------------------------------------+-------------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+---------+---------+-------------------+
| function | pool_id | symbol | pool_address | aFactor | gauge_address | fee | cap | style | bip | transaction_index |
+----------+--------------------------------------------------------------------+-------------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+---------+---------+-------------------+
| addGauge | 0x4cbde5c4b4b53ebe4af4adb85404725985406163000000000000000000000595 | B-ETHx/bb-a-WETH | 0x4CbdE5C4B4B53EBE4aF4adB85404725985406163 | 1500 | 0x9e3f4FB69058244066801404e50889592d33cA11 | 0.04% | 100.0% | mainnet | BIP-354 | N/A |
+----------+--------------------------------------------------------------------+-------------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+---------+---------+-------------------+
```