Skip to content

Commit

Permalink
Merge pull request #585 from BalancerMaxis/issue/584
Browse files Browse the repository at this point in the history
BIP-460: Enable rETH/WETH gauge [zkEVM]
  • Loading branch information
Tritium-VLK committed Oct 25, 2023
2 parents d00affd + a9e0bd7 commit ee494e6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
38 changes: 38 additions & 0 deletions BIPs/2023-W43/BIP-460.json
@@ -0,0 +1,38 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1698158272014,
"meta": {
"name": "Transactions Batch",
"description": "Enable rETH/WETH gauge [zkEVM]",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"author": "gosuto.eth"
},
"transactions": [
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "gauge",
"type": "address",
"internalType": "address"
},
{
"name": "gaugeType",
"type": "string",
"internalType": "string"
}
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0x42a3290a65CA16Adaf161c6FfAfDBE0913A169F4",
"gaugeType": "PolygonZkEvm"
}
}
]
}
11 changes: 11 additions & 0 deletions BIPs/2023-W43/BIP-460.report.txt
@@ -0,0 +1,11 @@
File name: BIPs/2023-W43/BIP-460.json
COMMIT: `a11173f3e5060cc37b7b3e298fffd4511aca205f`
CHAIN(S): `zkevm`
```
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+==========================+============================================+======================================================+==================+=========+============+
| GaugeAdderV4/addGauge | 0xb1557cfea06de5a1601a7f0ccf3b515ef431a50d000200000000000000000059 | ECLP-wETH-rETH | 0x42a3290a65CA16Adaf161c6FfAfDBE0913A169F4 | "WETH(0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9)", | | BIP-460 | 0 |
| | pool_address: 0xb1557CFEA06De5a1601a7F0cCF3b515EF431A50d | fee: 0.01, a-factor: N/A | Style: L0 sidechain, cap: 100.0% | "rETH(0xb23C20EFcE6e24Acca0Cef9B7B7aA196b84EC942)" | | | |
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------+---------+------------+
```

0 comments on commit ee494e6

Please sign in to comment.