Support Charred Cherry (#25)

* Support Charred Cherry

* Update endpoint to old version

* chainId -> networkId, unit -> tokenSymbol

* decimals -> tokenDecimals

* Bump deps

* Update PoC-3 network description

* Bump deps
This commit is contained in:
Jaco Greeff
2018-12-19 19:58:01 +01:00
committed by GitHub
parent 71b7c7c865
commit a7c8322837
9 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.23.4",
"version": "0.24.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -12,7 +12,7 @@
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/keyring": "^0.33.19",
"@polkadot/types": "^0.34.3",
"@polkadot/types": "^0.34.6",
"@types/store": "^2.0.1",
"store": "^2.0.12"
}