Skip to content

Commit

Permalink
Merge pull request #206 from Data-Nexus/main
Browse files Browse the repository at this point in the history
Mainnet fix for BigInt decimal
  • Loading branch information
ianlapham authored Mar 25, 2024
2 parents bf03f94 + 69b5015 commit 19e64ca
Show file tree
Hide file tree
Showing 10 changed files with 566 additions and 564 deletions.
2 changes: 1 addition & 1 deletion abis/ERC20.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"outputs": [
{
"name": "",
"type": "uint8"
"type": "uint32"
}
],
"payable": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"watch-local": "graph deploy ianlapham/uniswap-v3 --watch --debug --node http://127.0.0.1:8020/ --ipfs http://localhost:5001"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@graphprotocol/graph-cli": "^0.64.1",
"@graphprotocol/graph-ts": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.2.2",
Expand Down
Loading

0 comments on commit 19e64ca

Please sign in to comment.