Skip to content

Commit

Permalink
Merge pull request #521 from BalancerMaxis/BIP-439-R-sDAI-ECLP-gauge-…
Browse files Browse the repository at this point in the history
…Mainnet

BIP-437: Enable R/sDAI ECLP Gauge [Ethereum]
  • Loading branch information
Tritium-VLK authored Sep 23, 2023
2 parents 82d313d + 5de1af4 commit 42352c5
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W38/BIP-437.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1695308273482,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.2",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0x0de6ad7337c7e7bf09fbea6da293861112f99064d75555745515fbd744735ba5"
},
"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": "0x3b861B81B086Ef0CfFA0B00Cd2dDB3d545ec9B98",
"gaugeType": "Ethereum"
}
}
]
}
11 changes: 11 additions & 0 deletions BIPs/2023-W38/BIP-437.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
File name: BIPs/2023-W38/BIP-437.json
COMMIT: `18ed32597e23e3f9401c9231c9e82a305d9c65eb`
CHAIN(S): `mainnet`
```
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+==========================+============================================+======================================================+==================+=========+============+
| GaugeAdderV4/addGauge | 0x52b69d6b3eb0bd6b2b4a48a316dfb0e1460e67e40002000000000000000005f3 | ECLP-R-sDAI | 0x3b861B81B086Ef0CfFA0B00Cd2dDB3d545ec9B98 | "R(0x183015a9bA6fF60230fdEaDc3F43b3D788b13e21)", | | BIP-437 | 0 |
| | pool_address: 0x52b69d6b3eB0BD6b2b4A48a316Dfb0e1460E67E4 | fee: 0.05, a-factor: N/A | Style: mainnet, cap: 100.0% | "sDAI(0x83F20F44975D03b1b09e64809B757c47f942BEeA)" | | | |
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------+---------+------------+
```
11 changes: 11 additions & 0 deletions BIPs/2023-W38/BIP-439.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
File name: BIPs/2023-W38/BIP-439.json
COMMIT: `9c0794cf98c0b7dab551facc7ab4ac387e9f4458`
CHAIN(S): `mainnet`
```
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+==========================+============================================+======================================================+==================+=========+============+
| GaugeAdderV4/addGauge | 0x52b69d6b3eb0bd6b2b4a48a316dfb0e1460e67e40002000000000000000005f3 | ECLP-R-sDAI | 0x3b861B81B086Ef0CfFA0B00Cd2dDB3d545ec9B98 | "R(0x183015a9bA6fF60230fdEaDc3F43b3D788b13e21)", | | BIP-439 | 0 |
| | pool_address: 0x52b69d6b3eB0BD6b2b4A48a316Dfb0e1460E67E4 | fee: 0.05, a-factor: N/A | Style: mainnet, cap: 100.0% | "sDAI(0x83F20F44975D03b1b09e64809B757c47f942BEeA)" | | | |
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------+---------+------------+
```

0 comments on commit 42352c5

Please sign in to comment.