Skip to content

Commit

Permalink
Merge eb7aa76 into 0daec70
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds authored Sep 24, 2024
2 parents 0daec70 + eb7aa76 commit fda5d62
Show file tree
Hide file tree
Showing 13 changed files with 78,754 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"lint:check": "eslint . --max-warnings=0",
"ci:lint": "npm run lint:check",
"test": "jest",
"test:coverage": "jest --collect-coverage"
"test:coverage": "jest --collect-coverage",
"generate:limits-map": "node src/scripts/generateBridgeLimitMapping.js"
},
"dependencies": {
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "5.7.0",
Expand Down
Loading

0 comments on commit fda5d62

Please sign in to comment.