Skip to content

Commit

Permalink
Merge pull request #379 from curvefi/fix/fix-gauge
Browse files Browse the repository at this point in the history
fix: fixed gauge_factory abi
  • Loading branch information
fedorovdg authored Aug 6, 2024
2 parents 049e589 + 3e5a1d5 commit 1ed096a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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.61.12",
"version": "2.61.13",
"description": "JavaScript library for curve.fi",
"main": "lib/index.js",
"author": "Macket",
Expand Down
7 changes: 5 additions & 2 deletions src/constants/abis/gauge_factory.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,13 @@
{
"name": "_amount",
"type": "uint256"
},
{
"name": "_epoch",
"type": "uint256"
}
],
"outputs": [],
"gas": "1540007"
"outputs": []
},
{
"stateMutability": "nonpayable",
Expand Down

0 comments on commit 1ed096a

Please sign in to comment.