Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Aug 17, 2022
1 parent fa8419a commit e9e8993
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1,311 deletions.
45 changes: 45 additions & 0 deletions src/adaptors/civfund/abi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"poolLength": {
"inputs": [],
"name": "poolLength",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
"token0": {
"constant": true,
"inputs": [],
"name": "token0",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
"token1": {
"constant": true,
"inputs": [],
"name": "token0",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
}
Loading

0 comments on commit e9e8993

Please sign in to comment.