Skip to content

Commit

Permalink
feat: enable gold gauges on arbi
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Oct 18, 2023
1 parent 1bfe490 commit 353b4e8
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions BIPs/00proposed/BIP-XXX-enable_gold_arbitrum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1697638573486,
"meta": {
"name": "Enable GOLD Arbitrum",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"author": "gosuto.eth"
},
"transactions": [
{
"to": "0xA331D84eC860Bf466b4CdCcFb4aC09a1B43F3aE6",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "internalType": "bytes32", "name": "role", "type": "bytes32" },
{ "internalType": "address", "name": "account", "type": "address" }
],
"name": "grantRole",
"payable": false
},
"contractInputsValues": {
"role": "0xae60dce27f51ce5815357b9f6b40f200557867f8222262a1646c005d09b7dfba",
"account": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f"
}
},
{
"to": "0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "target", "type": "address", "internalType": "address" },
{ "name": "data", "type": "bytes", "internalType": "bytes" }
],
"name": "performAction",
"payable": true
},
"contractInputsValues": {
"target": "0xed0bb13496ce24EFFF8f9734A9707D092d4Be10c",
"data": "0x10d3eb0400000000000000000000000000000000000000000000000000b1a2bc2ec50000"
}
},
{
"to": "0xA331D84eC860Bf466b4CdCcFb4aC09a1B43F3aE6",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "internalType": "bytes32", "name": "role", "type": "bytes32" },
{ "internalType": "address", "name": "account", "type": "address" }
],
"name": "revokeRole",
"payable": false
},
"contractInputsValues": {
"role": "0xae60dce27f51ce5815357b9f6b40f200557867f8222262a1646c005d09b7dfba",
"account": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f"
}
},
{
"to": "0x1c99324EDC771c82A0DCCB780CC7DDA0045E50e7",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "recipient", "type": "address", "internalType": "address" },
{
"name": "relativeWeightCap",
"type": "uint256",
"internalType": "uint256"
}
],
"name": "create",
"payable": false
},
"contractInputsValues": {
"recipient": "0x449A0E03b195283625d8d43c252f663E659B1279",
"relativeWeightCap": "20000000000000000"
}
},
{
"to": "0x1c99324EDC771c82A0DCCB780CC7DDA0045E50e7",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "recipient", "type": "address", "internalType": "address" },
{
"name": "relativeWeightCap",
"type": "uint256",
"internalType": "uint256"
}
],
"name": "create",
"payable": false
},
"contractInputsValues": {
"recipient": "0x606cFF16C9deC036abe38D0d609e271Aa2dd6A2c",
"relativeWeightCap": "60000000000000000"
}
}
]
}

0 comments on commit 353b4e8

Please sign in to comment.