We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f193443 commit 38f35a5Copy full SHA for 38f35a5
packages/coinbase-ethers/package.json
@@ -38,7 +38,7 @@
38
},
39
"peerDependencies": {
40
"@coinbase/wallet-mobile-sdk": ">=1.0.10",
41
- "ethers": ">5 <6"
+ "ethers": ">=5"
42
43
"react-native": "src/index.ts",
44
"react-native-builder-bob": {
packages/ethers/package.json
@@ -45,7 +45,7 @@
45
46
"@react-native-async-storage/async-storage": ">=1.17.0",
47
"@react-native-community/netinfo": "*",
48
- "ethers": "<=6.0.0",
+ "ethers": ">=6.0.0",
49
"react": ">=17",
50
"react-native": ">=0.68.5",
51
"react-native-get-random-values": "*"
0 commit comments