From 07c1e376332d0e2c5f7c0970144c1c7dbbebc6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B2=D0=B5=D1=82=D0=BE=D0=B7=D0=B0=D1=80=20=D0=90?= =?UTF-8?q?=D0=BD=D1=82=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Fri, 1 Jun 2018 12:19:18 +0300 Subject: [PATCH] chainId in nodes.js x888 currency is changed to 0 for Evgeny Odnolko --- app/scripts/nodes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/nodes.js b/app/scripts/nodes.js index ce39cc8fe7..9bd1394329 100644 --- a/app/scripts/nodes.js +++ b/app/scripts/nodes.js @@ -319,7 +319,7 @@ nodes.nodeList = { 'blockExplorerAddr': 'https://myetherwallet.com/?[[address]]#view-wallet-info', 'type': nodes.nodeTypes.X888, 'eip155': true, - 'chainId': 888, + 'chainId': 0, 'tokenList': require('./tokens/x888Tokens.json'), 'abiList': require('./abiDefinitions/x888Abi.json'), 'estimateGas': true,