Extend phishing with full URL support (#11)

* Extend phishing with full URL support

* Cleanups

* false on network exception
This commit is contained in:
Jaco Greeff
2020-10-18 11:29:29 +02:00
committed by GitHub
parent 2b451df711
commit d11f42430d
6 changed files with 764 additions and 748 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@polkadot/x-fetch": "0.3.2"
"@babel/runtime": "^7.12.1",
"@polkadot/x-fetch": "0.3.3"
}
}