fix: use ethers for ios compatibility instead crypto-hash (#20822)

This commit is contained in:
DR497
2021-10-22 09:27:50 +08:00
committed by GitHub
parent 8959d5e21c
commit 4f01b3fd31
2 changed files with 6 additions and 4 deletions

View File

@@ -69,7 +69,7 @@
"bs58": "^4.0.1",
"buffer": "6.0.1",
"cross-fetch": "^3.1.4",
"crypto-hash": "^1.2.2",
"ethers": "^5.5.1",
"jayson": "^3.4.4",
"js-sha3": "^0.8.0",
"rpc-websockets": "^7.4.2",