Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Change EOSC Chainid #2105

Merged
merged 2 commits into from Oct 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
9 changes: 1 addition & 8 deletions app/scripts/tokens/eoscTokens.json
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
[
{
"address": "0x92b5120545f457cd0ffcfd787d17a5d777a54293",
"symbol": "EOSG",
"decimal": 0,
"type": "default"
}
]
[]
3 changes: 2 additions & 1 deletion app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down