From cb3f3fcad81f8d6f9505e8000b71bb0d8ad1193a Mon Sep 17 00:00:00 2001 From: EOS Classic Date: Wed, 17 Oct 2018 17:29:21 +0900 Subject: [PATCH 1/2] Updated EOSC Chainid --- app/scripts/nodes.js | 2 +- app/scripts/tokens/eoscTokens.json | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/app/scripts/nodes.js b/app/scripts/nodes.js index 51cbcf9748..ded15e6944 100644 --- a/app/scripts/nodes.js +++ b/app/scripts/nodes.js @@ -361,7 +361,7 @@ nodes.nodeList = { blockExplorerAddr: "https://explorer.eos-classic.io/addr/[[address]]", type: nodes.nodeTypes.EOSC, eip155: true, - chainId: 20, + chainId: 2018, tokenList: require("./tokens/eoscTokens.json"), abiList: require("./abiDefinitions/eoscAbi.json"), estimateGas: true, diff --git a/app/scripts/tokens/eoscTokens.json b/app/scripts/tokens/eoscTokens.json index 9328709eb0..fe51488c70 100644 --- a/app/scripts/tokens/eoscTokens.json +++ b/app/scripts/tokens/eoscTokens.json @@ -1,8 +1 @@ -[ - { - "address": "0x92b5120545f457cd0ffcfd787d17a5d777a54293", - "symbol": "EOSG", - "decimal": 0, - "type": "default" - } -] +[] From 59dea0fafe12eaf7e117be1b6a1fcaaccd5b8056 Mon Sep 17 00:00:00 2001 From: EOS Classic Date: Wed, 17 Oct 2018 17:30:57 +0900 Subject: [PATCH 2/2] Fix network tab css --- app/styles/etherwallet-custom.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/etherwallet-custom.less b/app/styles/etherwallet-custom.less index 9476ffd0f0..e799ca3eac 100644 --- a/app/styles/etherwallet-custom.less +++ b/app/styles/etherwallet-custom.less @@ -719,7 +719,8 @@ label small { li:nth-child(29), li:nth-child(30), li:nth-child(31), - li:nth-child(32) { + li:nth-child(32), + li:nth-child(33) { border-bottom: 1px solid @gray-lighter; } }