Skip to content

Commit

Permalink
Merge pull request #251 from BalancerMaxis/BIP-320-PAL-OHM-gauge
Browse files Browse the repository at this point in the history
BIP-320: Enable PAL/OHM 80/20 Gauge [Arbitrum]
  • Loading branch information
Tritium-VLK committed Jun 11, 2023
2 parents e8e8ee7 + 2bc64c7 commit 243a160
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W23/BIP-320.json
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1686162773644,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.14.1",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0x05f7dbe7dc4a58997f61785d1cf2e3b63260a26e0f484939de7c781539eaf19b"
},
"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": "0xd758454BDF4Df7Ad85f7538DC9742648EF8e6d0A",
"gaugeType": "Arbitrum"
}
}
]
}
9 changes: 9 additions & 0 deletions BIPs/2023-W23/BIP-320.report.txt
@@ -0,0 +1,9 @@
BIPs/2023-W23/BIP-320.json
COMMIT: a3dbd8b2339ae55faafec816f0dca5b2b1457f47
```
+----------+--------------------------------------------------------------------+-------------+--------------------------------------------+---------+--------------------------------------------+------+------+--------------+
| function | pool_id | symbol | pool_address | aFactor | gauge_address | fee | cap | style |
+----------+--------------------------------------------------------------------+-------------+--------------------------------------------+---------+--------------------------------------------+------+------+--------------+
| addGauge | 0x8d333f82e0693f53fa48c40d5d4547142e907e1d000200000000000000000437 | 80PAL-20OHM | 0x8d333f82e0693f53fA48c40d5D4547142E907e1D | N/A | 0xd758454BDF4Df7Ad85f7538DC9742648EF8e6d0A | 1.0% | 2.0% | L0 sidechain |
+----------+--------------------------------------------------------------------+-------------+--------------------------------------------+---------+--------------------------------------------+------+------+--------------+
```

0 comments on commit 243a160

Please sign in to comment.