Add genesisHash checks to all loads (#197)

* Add genesisHash checks to all loads

* Only match when genesisHash is supplied

* Swap to bash

* Naming

* Check for empty json

* Filter injected on genesisHash as well

* Bump deps
This commit is contained in:
Jaco Greeff
2019-09-02 21:01:28 +02:00
committed by GitHub
parent cc4d3cbda8
commit 6e4f9dfad3
9 changed files with 68 additions and 90 deletions
+2 -2
View File
@@ -25,8 +25,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^1.2.0-beta.5",
"@polkadot/util-crypto": "^1.2.0-beta.5",
"@polkadot/keyring": "^1.2.0-beta.6",
"@polkadot/util-crypto": "^1.2.0-beta.6",
"xmlserializer": "^0.6.1"
}
}