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 #2305 from kvhnuke/devop/add-etc-nodes
Browse files Browse the repository at this point in the history
devop/add-etc-nodes
  • Loading branch information
gamalielhere committed Sep 17, 2019
2 parents b7334be + 4e21e94 commit b7fb88d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Add ETC nodes [#2305](https://github.com/kvhnuke/etherwallet/pull/2305)
- Add warning modal [#2302](https://github.com/kvhnuke/etherwallet/pull/2302)
- Sync tokens with ethereum-list [#2301](https://github.com/kvhnuke/etherwallet/pull/2301)

Expand Down
24 changes: 24 additions & 0 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,30 @@ nodes.nodeList = {
service: "giveth.io",
lib: new nodes.customNode("https://mew.giveth.io", "")
},
etc_ethereumclassiccooperative_parity: {
name: "ETC",
blockExplorerTX: "https://gastracker.io/tx/[[txHash]]",
blockExplorerAddr: "https://gastracker.io/addr/[[address]]",
type: nodes.nodeTypes.ETC,
eip155: true,
chainId: 61,
tokenList: require("./tokens/etcTokens.json"),
abiList: require("./abiDefinitions/etcAbi.json"),
service: "ETC Coop Parity",
lib: new nodes.customNode("https://www.ethercluster.com/etc", "")
},
etc_ethereumclassiccooperative_parity_classic: {
name: "ETC",
blockExplorerTX: "https://gastracker.io/tx/[[txHash]]",
blockExplorerAddr: "https://gastracker.io/addr/[[address]]",
type: nodes.nodeTypes.ETC,
eip155: true,
chainId: 61,
tokenList: require("./tokens/etcTokens.json"),
abiList: require("./abiDefinitions/etcAbi.json"),
service: "ETC Coop Parity Classic",
lib: new nodes.customNode("https://www.ethereumclassic.network/", "")
},
etc_ethereumcommonwealth_geth: {
name: "ETC",
blockExplorerTX: "https://gastracker.io/tx/[[txHash]]",
Expand Down

0 comments on commit b7fb88d

Please sign in to comment.