Skip to content

Commit

Permalink
Merge pull request #505 from BalancerMaxis/BIP-427-stab3l-gauge-OP
Browse files Browse the repository at this point in the history
BIP-427: Enable USDC-USDT-DAI-USDC.e stable pool gauge [optimism]
  • Loading branch information
Tritium-VLK authored Sep 17, 2023
2 parents bc111e8 + 9b70404 commit f106cf1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W37/BIP-427.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1694618286730,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.2",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0x0c48fd68d5bb43c7bfa3777d5267628ddd3cedaf213805ba71896394e01d4e06"
},
"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": "0x2e6Cd45581002C894Cac692DCE4a30632125EF99",
"gaugeType": "Optimism"
}
}
]
}
14 changes: 14 additions & 0 deletions BIPs/2023-W37/BIP-427.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
File name: BIPs/2023-W37/BIP-427.json
COMMIT: `fb7b8f7922b4a421264a32e3c7adbde021c89074`
CHAIN(S): `optimism`
```
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------------------+-------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+==========================+============================================+==================================================================+=================================================+=========+============+
| GaugeAdderV4/addGauge | 0x9da11ff60bfc5af527f58fd61679c3ac98d040d9000000000000000000000100 | bpt-stablebeets | 0x2e6Cd45581002C894Cac692DCE4a30632125EF99 | "USDC(0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85)", | "0x0000000000000000000000000000000000000000", | BIP-427 | 0 |
| | pool_address: 0x9Da11Ff60bfc5aF527f58fd61679c3AC98d040d9 | fee: 0.1, a-factor: 1000 | Style: L0 sidechain, cap: 100.0% | "USDC(0x7F5c764cBc14f9669B88837ca1490cCa17c31607)", | "0x0000000000000000000000000000000000000000", | | |
| | | | | "USDT(0x94b008aA00579c1307B0EF2c499aD98a8ce58e58)", | "0x0000000000000000000000000000000000000000", | | |
| | | | | "bpt-stablebeets(0x9Da11Ff60bfc5aF527f58fd61679c3AC98d040d9)", | "0x0000000000000000000000000000000000000000", | | |
| | | | | "DAI(0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1)" | "0x0000000000000000000000000000000000000000" | | |
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------------------+-------------------------------------------------+---------+------------+
```

0 comments on commit f106cf1

Please sign in to comment.