Skip to content

Commit

Permalink
feat: enable reth/weth gauge on zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Oct 24, 2023
1 parent 2114900 commit 74144f6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions BIPs/00proposed/bip-xxx-enable-d2d-reth-80-20-gauge-arbitrum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1698158272014,
"meta": {
"name": "Transactions Batch",
"description": "Enable rETH/WETH gauge [zkEVM]",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"author": "gosuto.eth"
},
"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": "0x2D02Bf5EA195dc09854E18E7d2857A16bF376963",
"gaugeType": "Arbitrum"
}
}
]
}

0 comments on commit 74144f6

Please sign in to comment.