Skip to content

Commit

Permalink
Merge pull request #241 from curvefi/dao
Browse files Browse the repository at this point in the history
Dao
  • Loading branch information
Macket authored Dec 13, 2023
2 parents 3057895 + 8d9c1bb commit 93c8589
Show file tree
Hide file tree
Showing 13 changed files with 2,436 additions and 40 deletions.
426 changes: 424 additions & 2 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curvefi/api",
"version": "2.52.5",
"version": "2.53.0",
"description": "JavaScript library for curve.fi",
"main": "lib/index.js",
"author": "Macket",
Expand Down
114 changes: 114 additions & 0 deletions src/constants/abis/circulating_supply.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
[
{
"stateMutability": "nonpayable",
"type": "constructor",
"inputs": [],
"outputs": []
},
{
"stateMutability": "nonpayable",
"type": "function",
"name": "add_contract",
"inputs": [
{
"name": "_contract",
"type": "address"
}
],
"outputs": []
},
{
"stateMutability": "view",
"type": "function",
"name": "circulating_supply",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256"
}
]
},
{
"stateMutability": "nonpayable",
"type": "function",
"name": "set_admin",
"inputs": [
{
"name": "_new_admin",
"type": "address"
}
],
"outputs": []
},
{
"stateMutability": "view",
"type": "function",
"name": "admin",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address"
}
]
},
{
"stateMutability": "view",
"type": "function",
"name": "CRV",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address"
}
]
},
{
"stateMutability": "view",
"type": "function",
"name": "contracts",
"inputs": [
{
"name": "arg0",
"type": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "address"
}
]
},
{
"stateMutability": "view",
"type": "function",
"name": "num_contracts",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256"
}
]
},
{
"stateMutability": "view",
"type": "function",
"name": "cached_contracts",
"inputs": [
{
"name": "arg0",
"type": "uint256"
}
],
"outputs": [
{
"name": "",
"type": "address"
}
]
}
]
Loading

0 comments on commit 93c8589

Please sign in to comment.