Skip to content

Commit

Permalink
Merge pull request #1597 from Xeonus/enable-eBTC-wbtc-gauge-mainet
Browse files Browse the repository at this point in the history
[BIP-745] Enable eBTC-WBTC Gauge [Ethereum]
  • Loading branch information
gosuto-inzasheru authored Dec 23, 2024
2 parents 411730e + 2dcb3af commit 5833fe8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
32 changes: 32 additions & 0 deletions BIPs/2024-W52/BIP-745.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1734425833918,
"meta": {
"name": "Transactions Batch",
"description": "Add new gauges",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": ""
},
"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": "0x5d0aa3b7f4429e999c95d392e6c50c6555cd7816",
"gaugeType": "Ethereum"
}
}
]
}
22 changes: 22 additions & 0 deletions BIPs/2024-W52/BIP-745.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FILENAME: `BIPs/2024-W52/BIP-745.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `010451e329c3e4b642beeac7482fb5474f02de3c`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/a67fca75-a0aa-4b9f-a260-b24d77c8c97e)

| Gauge Validator (0x5d0AA3B7F4429e999C95D392E6c50c6555cD7816) | Result |
| :------------------------------------------------------------| :----: |
| `validate_preferential_gauge` | ✅ |
| `validate_rate_providers_safety` | ✅ |

```
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------------+-------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index |
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------------+-------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
| GaugeAdderV4/addGauge | 0xda17f3663c5d04c0b316cfa1a04aa53ebbc8c12c0000000000000000000006e7 | eBTC/wBTC | root: 0x5d0AA3B7F4429e999C95D392E6c50c6555cD7816 | 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599: WBTC | 0x0000000000000000000000000000000000000000 | -- | BIP-745 | 0 |
| | pool_address: 0xda17f3663C5D04C0B316cfA1A04Aa53eBBC8c12C | fee: 0.04 | side: None | 0x657e8C867D8B37dCC18fA4Caead9C45EB088C642: eBTC | 0xdDDF909076B641C51f22ACD4b134C54adad51e68 | safe | | |
| | | a-factor: 200 | style: mainnet | 0xda17f3663C5D04C0B316cfA1A04Aa53eBBC8c12C: eBTC/wBTC | 0x0000000000000000000000000000000000000000 | -- | | |
| | | | cap: 100.0% | | | | | |
| | | | preferential: True | | | | | |
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------------+-------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
```

0 comments on commit 5833fe8

Please sign in to comment.