Skip to content

Commit

Permalink
Restore v1 rinkeby artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
odd-amphora committed Nov 1, 2021
1 parent 9ae0dc0 commit 1cba4d5
Show file tree
Hide file tree
Showing 11 changed files with 5,320 additions and 0 deletions.
55 changes: 55 additions & 0 deletions deployments/rinkeby/Active7DaysFundingCycleBallot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"address": "0x6A769804102770781e46843e0100FaF558F2120F",
"abi": [
{
"inputs": [],
"name": "duration",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [],
"name": "reconfigurationDelay",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_configured",
"type": "uint256"
}
],
"name": "state",
"outputs": [
{
"internalType": "enum BallotState",
"name": "",
"type": "uint8"
}
],
"stateMutability": "view",
"type": "function"
}
]
}
Loading

0 comments on commit 1cba4d5

Please sign in to comment.