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

Commit

Permalink
Merge pull request #2105 from eosclassicteam/chainid
Browse files Browse the repository at this point in the history
Change EOSC Chainid
  • Loading branch information
gamalielhere authored Oct 17, 2018
2 parents b56ba2a + 59dea0f commit 87dd11b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
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

0 comments on commit 87dd11b

Please sign in to comment.