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-459: Enable New Tetubal Gauge #579

Merged
merged 4 commits into from
Oct 25, 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
30 changes: 30 additions & 0 deletions BIPs/2023-W43/BIP-459.json
@@ -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
@@ -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" | | |
+-----------------------+---------------------------------------------------------------------+------------------------+--------------------------------------------+------------------------------------------------------------------+-------------------------------------------------+---------+------------+
```