Skip to content

Commit

Permalink
Merge pull request #267 from BalancerMaxis/BIP-329-ACID-WETH-gauge
Browse files Browse the repository at this point in the history
BIP-329: Enable ACID/WETH Gauge
  • Loading branch information
Tritium-VLK committed Jun 15, 2023
2 parents 781e50b + f4eb246 commit 5398e23
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W24/BIP-329.json
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1686767683500,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.14.1",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0xfd4396638cccb3a1cd1838eea226807478bfbb34c62816cdfba67704ed5c9b74"
},
"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": "0x6ba66967B0723718d616ad5F293c2AE6d7b0FCAE",
"gaugeType": "Arbitrum"
}
}
]
}
9 changes: 9 additions & 0 deletions BIPs/2023-W24/BIP-329.report.txt
@@ -0,0 +1,9 @@
File name: BIPs/2023-W24/BIP-329.json
COMMIT: `09ac999a40f7b1cae07bebe97da0c7886cc61e31`
```
+----------+--------------------------------------------------------------------+-----------------+--------------------------------------------+---------+--------------------------------------------+-------+------+--------------+
| function | pool_id | symbol | pool_address | aFactor | gauge_address | fee | cap | style |
+----------+--------------------------------------------------------------------+-----------------+--------------------------------------------+---------+--------------------------------------------+-------+------+--------------+
| addGauge | 0xce2da1d3e5b5e4e1913f9ff65ee029d38682d8b900020000000000000000044e | B-50ACID-50WETH | 0xCE2Da1D3e5b5e4E1913F9fF65eE029d38682d8b9 | N/A | 0x6ba66967B0723718d616ad5F293c2AE6d7b0FCAE | 0.25% | 2.0% | L0 sidechain |
+----------+--------------------------------------------------------------------+-----------------+--------------------------------------------+---------+--------------------------------------------+-------+------+--------------+
```

0 comments on commit 5398e23

Please sign in to comment.