Skip to content

Commit

Permalink
*: Update ethers to 5.0.26 (#183)
Browse files Browse the repository at this point in the history
ethers 5.0.26 includes a fix for ethers-io/ethers.js#1208,
which should remove the unresolved promise rejections we've seen in #183.
  • Loading branch information
Jannis committed Jan 15, 2021
1 parent a289e45 commit a2b51f2
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 260 deletions.
2 changes: 1 addition & 1 deletion packages/indexer-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@uniswap/sdk": "3.0.3",
"axios": "0.21.1",
"bs58": "4.0.1",
"ethers": "5.0.19",
"ethers": "5.0.26",
"global": "4.4.0",
"graphql": "15.4.0",
"graphql-tag": "2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@urql/core": "1.13.1",
"chalk": "4.1.0",
"env-paths": "2.2.0",
"ethers": "5.0.19",
"ethers": "5.0.26",
"gluegun": "4.5.0",
"graphql-tag": "2.11.0",
"isomorphic-fetch": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"body-parser": "1.19.0",
"cors": "2.8.5",
"eslint": "7.12.1",
"ethers": "5.0.19",
"ethers": "5.0.26",
"express": "4.17.1",
"graphql": "15.4.0",
"graphql-tag": "2.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graph-indexer-service": "./bin/graph-indexer-service"
},
"resolutions": {
"ethers": "5.0.19",
"ethers": "5.0.26",
"graphql": "15.4.0",
"scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
},
Expand All @@ -35,7 +35,7 @@
"bs58": "4.0.1",
"cors": "2.8.5",
"cross-fetch": "3.0.4",
"ethers": "5.0.9",
"ethers": "5.0.26",
"evt": "1.7.13",
"express": "4.17.1",
"express-graphql": "0.9.0",
Expand Down
Loading

0 comments on commit a2b51f2

Please sign in to comment.