-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1800 from Loris-EPFL/feature/enable-gauge-imo
[BIP-791] Enable Gauge for 80-IMO/20-ETH Pool on Base
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "1", | ||
"createdAt": 1740505337810, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "Add IMO/WETH gauge on Base", | ||
"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": "0x5B5BAD6A124C5f45b4289908bA15Ff0047928648", | ||
"gaugeType": "Base" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
FILENAME: `BIPs/2025-W10/BIP-791.json` | ||
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` | ||
COMMIT: `7d010418305fbb38354137fc19952da2ee345a39` | ||
CHAIN(S): `base` | ||
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/6f1b7aa5-2ca4-41a6-959b-9aac6fd3ff39) | ||
|
||
| Gauge Validator (0x5B5BAD6A124C5f45b4289908bA15Ff0047928648) | 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 | 0x007bb7a4bfc214df06474e39142288e99540f2b3000200000000000000000191 | 20WETH-80IMO | root: 0x5B5BAD6A124C5f45b4289908bA15Ff0047928648 | 0x4200000000000000000000000000000000000006: WETH | 0x0000000000000000000000000000000000000000 | -- | BIP-791 | 0 | | ||
| | pool_address: 0x007bb7a4bfc214DF06474E39142288E99540f2b3 | fee (%): 0.5 | side: 0x916D186B75aAe4729FcD22260da15486dCca2E3d | 0x5A7a2bf9fFae199f088B25837DcD7E115CF8E1bb: IMO | 0x0000000000000000000000000000000000000000 | -- | | | | ||
| | | a-factor: N/A | style: L0 sidechain | | | | | | | ||
| | | | cap: 2.0% | | | | | | | ||
| | | | preferential: True | | | | | | | ||
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------------+--------------------------------------------------+--------------------------------------------+----------------+---------+----------+ | ||
``` |