From a8f9d2289fad2c5fbd564f9d270f8cd827a6ef55 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Tue, 19 Nov 2019 09:03:35 +0900 Subject: [PATCH] remove unused var --- app/containers/transfer/YoroiPlatePage.js | 6 ------ package-lock.json | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app/containers/transfer/YoroiPlatePage.js b/app/containers/transfer/YoroiPlatePage.js index c725597733..9b083c9d54 100644 --- a/app/containers/transfer/YoroiPlatePage.js +++ b/app/containers/transfer/YoroiPlatePage.js @@ -12,12 +12,6 @@ import { } from '../../api/ada/lib/cardanoCrypto/plate'; import environment from '../../environment'; import { RustModule } from '../../api/ada/lib/cardanoCrypto/rustLoader'; -import type { - ConfigType, -} from '../../../config/config-types'; - -declare var CONFIG : ConfigType; -const protocolMagic = CONFIG.network.protocolMagic; type Props = {| ...InjectedProps, diff --git a/package-lock.json b/package-lock.json index 4ba335ecc5..492aec5b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17365,11 +17365,11 @@ "dev": true }, "js-chain-libs": { - "version": "git+https://github.com/SebastienGllmt/js-chain-libs-pkg.git#7c03c41c6b0354e15e0e1b1d745151eef0f53a92", + "version": "git+https://github.com/SebastienGllmt/js-chain-libs-pkg.git#3d9c9d2f92f2f43c13d4d626540f184249c74693", "from": "git+https://github.com/SebastienGllmt/js-chain-libs-pkg.git" }, "js-chain-libs-node": { - "version": "git+https://github.com/SebastienGllmt/js-chain-libs-node-pkg.git#6858174b786d5afbe750286591eb29bf3632dc67", + "version": "git+https://github.com/SebastienGllmt/js-chain-libs-node-pkg.git#7bfacbcc6086de4ab4b0ccbcbea8eed3dc94c56d", "from": "git+https://github.com/SebastienGllmt/js-chain-libs-node-pkg.git", "dev": true },