Skip to content

Commit

Permalink
Merge pull request #579 from BalancerMaxis/bip-xxx-enable_new_tetubal…
Browse files Browse the repository at this point in the history
…_gauge

BIP-459: Enable New Tetubal Gauge
  • Loading branch information
Tritium-VLK committed Oct 25, 2023
2 parents c0e89c6 + ae24a67 commit 4d60525
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
30 changes: 30 additions & 0 deletions BIPs/2023-W43/BIP-459.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1698140461134,
"meta": {
"name": "Enable New Tetubal Gauge",
"txBuilderVersion": "1.16.3",
"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": "0xF6A814eD60653Cb0e36DA247B01E6309318328d4",
"gaugeType": "Polygon"
}
}
]
}
12 changes: 12 additions & 0 deletions BIPs/2023-W43/BIP-459.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
File name: BIPs/2023-W43/BIP-459.json
COMMIT: `d7220bde3600bd607b51cda71e581044680a6b40`
CHAIN(S): `polygon`
```
+-----------------------+---------------------------------------------------------------------+------------------------+--------------------------------------------+------------------------------------------------------------------+-------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+========================+============================================+==================================================================+=================================================+=========+============+
| GaugeAdderV4/addGauge | 0x7af62c1ebf97034b7542ccec13a2e79bbcf34380000000000000000000000c13 | tetuBAL-BALWETH | 0xF6A814eD60653Cb0e36DA247B01E6309318328d4 | "20WETH-80BAL(0x3d468AB2329F296e1b9d8476Bb54Dd77D8c2320f)", | "0x0000000000000000000000000000000000000000", | BIP-459 | 0 |
| | pool_address: 0x7aF62C1ebf97034B7542CcEC13a2e79BbcF34380 | fee: 0.3, a-factor: 20 | Style: L0 sidechain, cap: 15.0% | "tetuBAL-BALWETH(0x7aF62C1ebf97034B7542CcEC13a2e79BbcF34380)", | "0x0000000000000000000000000000000000000000", | | |
| | | | | "tetuBAL(0x7fC9E0Aa043787BFad28e29632AdA302C790Ce33)" | "0x0000000000000000000000000000000000000000" | | |
+-----------------------+---------------------------------------------------------------------+------------------------+--------------------------------------------+------------------------------------------------------------------+-------------------------------------------------+---------+------------+
```

0 comments on commit 4d60525

Please sign in to comment.