Skip to content

Commit

Permalink
Merge pull request #269 from BalancerMaxis/BIP-331-Enable-DOLA-Stable…
Browse files Browse the repository at this point in the history
…Pool-gauges

BIP-331: Enable DOLA StablePool Gauges
  • Loading branch information
Tritium-VLK committed Jun 15, 2023
2 parents 7911966 + 07cacc8 commit 70df9af
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
65 changes: 65 additions & 0 deletions BIPs/2023-W24/BIP-331.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1686768416427,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.14.1",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0xd02e4cb48190f6450f276def76790f525b38779528bbf8782f277ea5690a9ea8"
},
"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": "0x25869f277f474FA9459F40F5D4cB0D6A8Ab41967",
"gaugeType": "Arbitrum"
}
},
{
"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": "0xacE0D479040231e3c6b17479cFd4444182d521d4",
"gaugeType": "Arbitrum"
}
}
]
}
10 changes: 10 additions & 0 deletions BIPs/2023-W24/BIP-331.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
File name: BIPs/2023-W24/BIP-331.json
COMMIT: `cddf94eec27dd2f00706f9e5c4fc7cfda3e978a6`
```
+----------+--------------------------------------------------------------------+-----------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+--------------+
| function | pool_id | symbol | pool_address | aFactor | gauge_address | fee | cap | style |
+----------+--------------------------------------------------------------------+-----------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+--------------+
| addGauge | 0x8bc65eed474d1a00555825c91feab6a8255c2107000000000000000000000453 | DOLA/USDC BPT | 0x8bc65Eed474D1A00555825c91FeAb6A8255C2107 | 200 | 0x25869f277f474FA9459F40F5D4cB0D6A8Ab41967 | 0.04% | 100.0% | L0 sidechain |
| addGauge | 0x567ecfcb22205d279bb8eed3e066989902bf03d5000000000000000000000452 | DOLA/bbaUSD-BPT | 0x567ECfCB22205D279BB8Eed3E066989902bF03D5 | 200 | 0xacE0D479040231e3c6b17479cFd4444182d521d4 | 0.04% | 100.0% | L0 sidechain |
+----------+--------------------------------------------------------------------+-----------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+--------------+
```

0 comments on commit 70df9af

Please sign in to comment.