Skip to content

Commit

Permalink
upgrade ethers to resolve bn.js bug report (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
appleseed-iii committed May 25, 2022
1 parent 7871435 commit ed0d4f4
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 170 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@coinbase/wallet-sdk": "^3.1.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/address": "^5.6.0",
"@ethersproject/providers": "^5.6.6",
"@ethersproject/address": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ledgerhq/iframe-provider": "^0.4.2",
"@lingui/react": "^3.13.3",
"@mui/icons-material": "^5.6.2",
Expand All @@ -48,7 +48,7 @@
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"ethers": "^5.6.6",
"ethers": "^5.6.8",
"graphql": "^15.8.0",
"graphql-request": "^4.2.0",
"markdown-it": "^13.0.1",
Expand Down

1 comment on commit ed0d4f4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 67.43% 3317/4919
🔴 Branches 55.42% 1473/2658
🟡 Functions 61.25% 781/1275
🟡 Lines 68.47% 3110/4542

Test suite run success

205 tests passing in 50 suites.

Report generated by 🧪jest coverage report action from ed0d4f4

Please sign in to comment.