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 #2045 from yograterol/patch-7
Browse files Browse the repository at this point in the history
Add 0xinfra nodes
  • Loading branch information
gamalielhere authored Sep 4, 2018
2 parents 28e5267 + 1be3925 commit 7e0bd75
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,30 @@ nodes.nodeList = {
service: "giveth.io",
lib: new nodes.customNode("https://mew.giveth.io", "")
},
etc_ethereumcommonwealth_geth: {
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: "Ethereum Commonwealth Geth",
lib: new nodes.customNode("https://etc-geth.0xinfra.com/", "")
},
etc_ethereumcommonwealth_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: "Ethereum Commonwealth Parity",
lib: new nodes.customNode("https://etc-parity.0xinfra.com/", "")
},
etc_etccoop: {
name: "ETC",
blockExplorerTX: "https://gastracker.io/tx/[[txHash]]",
Expand Down

0 comments on commit 7e0bd75

Please sign in to comment.