Skip to content

Commit

Permalink
Merge pull request #1598 from Xeonus/enable-kai-weth-gauge-mainnet
Browse files Browse the repository at this point in the history
[BIP-746] Enable Gauge for kai / WETH [Ethereum]
  • Loading branch information
gosuto-inzasheru authored Dec 23, 2024
2 parents 5833fe8 + c23daeb commit 85164ac
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-746.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1734426572739,
"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": "0x80CD37A62A8A58C4Cbf64003410c5cCC4d01519f",
"gaugeType": "Ethereum"
}
}
]
}
22 changes: 22 additions & 0 deletions BIPs/2024-W52/BIP-746.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FILENAME: `BIPs/2024-W52/BIP-746.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `2b9b284f50b90cab0ea782ac2ddd2dd9117fde96`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/dcbfc36f-5465-4c14-ad9b-effa829977f2)

| Gauge Validator (0x80CD37A62A8A58C4Cbf64003410c5cCC4d01519f) | 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 | 0x0aaba3d6a05a606b7a794877dd0befda47474db00002000000000000000006d2 | B-KAI-WETH-WEIGHTED | root: 0x80CD37A62A8A58C4Cbf64003410c5cCC4d01519f | 0x63e5dC7C071C1F18d44b69bc86f4c80F24851388: KAI | 0x0000000000000000000000000000000000000000 | -- | BIP-746 | 0 |
| | pool_address: 0x0AAba3D6a05a606b7A794877Dd0beFDa47474dB0 | fee: 0.5 | side: None | 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2: WETH | 0x0000000000000000000000000000000000000000 | -- | | |
| | | a-factor: N/A | style: mainnet | | | | | |
| | | | cap: 2.0% | | | | | |
| | | | preferential: True | | | | | |
+-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------------+--------------------------------------------------+--------------------------------------------+----------------+---------+----------+
```

0 comments on commit 85164ac

Please sign in to comment.