Skip to content

Commit

Permalink
Merge pull request #1437 from BalancerMaxis/BIP-723-Enable-two-E-CLP-…
Browse files Browse the repository at this point in the history
…gauges-Gnosis

[BIP-723] Enable two E-CLP gauges [Gnosis]
  • Loading branch information
Tritium-VLK authored Oct 21, 2024
2 parents dbc5b33 + 7a76309 commit 666b5a6
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
49 changes: 49 additions & 0 deletions BIPs/2024-W43/[BIP-723] Enable two E-CLP gauges [Gnosis].json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1729174099399,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0xf0a017ab25442ea581c756c3c3e5be4abb4d472a456938f4c13532b2054e8f81"
},
"transactions": [
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "internalType": "address", "name": "gauge", "type": "address" },
{ "internalType": "string", "name": "gaugeType", "type": "string" }
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0xFa2F6BE7cF4da6FaE6A011A4EFC53180c9Cf0a1b",
"gaugeType": "Gnosis"
}
},
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "internalType": "address", "name": "gauge", "type": "address" },
{ "internalType": "string", "name": "gaugeType", "type": "string" }
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0xe2251F5cc98f8Ccd8812Be9c0aAe8A9bD29500F3",
"gaugeType": "Gnosis"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
FILENAME: `BIPs/2024-W43/[BIP-723] Enable two E-CLP gauges [Gnosis].json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `f1a7cee7b318eadd1728c057c31821b2a98b1ab5`
CHAIN(S): `gnosis`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/4fea48b0-ec4f-4a17-be73-106f92efacc2)

| Gauge Validator | 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 | 0x263a6edafa6444dc2ae550f9eff6344c1686d6aa0002000000000000000000d5 | ECLP-GYD-AUSDC.e | root: 0xFa2F6BE7cF4da6FaE6A011A4EFC53180c9Cf0a1b | 0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8: GYD | 0x0000000000000000000000000000000000000000 | -- | BIP-723 | 0 |
| | pool_address: 0x263A6Edafa6444DC2ae550f9EFF6344c1686d6aA | fee: 0.01 | side: 0xeCC38A7E4EB20FB72BA1cDcF2fC7A6002C6C59f3 | 0xf0E7eC247b918311afa054E0AEdb99d74c31b809: stataGnoUSDCe | 0x5F62fd24941B585b91EB059E0ea1a7e729357511 | safe | | |
| | | a-factor: N/A | style: L0 sidechain | | | | | |
| | | | cap: 100.0% | | | | | |
| | | | preferential: True | | | | | |
| GaugeAdderV4/addGauge | 0x1e8b447129984d8a6b652c807dfc3bd1359731330002000000000000000000d6 | ECLP-GYD-sDAI | root: 0xe2251F5cc98f8Ccd8812Be9c0aAe8A9bD29500F3 | 0xaf204776c7245bF4147c2612BF6e5972Ee483701: sDAI | 0x89C80A4540A00b5270347E02e2E144c71da2EceD | safe | BIP-723 | 1 |
| | pool_address: 0x1e8b447129984d8A6B652C807DfC3bd135973133 | fee: 0.01 | side: 0xEA71b7FDAA3683D2d307e8AF3e236FB7a395e88d | 0xCA5d8F8a8d49439357d3CF46Ca2e720702F132b8: GYD | 0x0000000000000000000000000000000000000000 | -- | | |
| | | a-factor: N/A | style: L0 sidechain | | | | | |
| | | | cap: 100.0% | | | | | |
| | | | preferential: True | | | | | |
+-----------------------+---------------------------------------------------------------------+-------------------+--------------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
```

0 comments on commit 666b5a6

Please sign in to comment.