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 #2170 from tomochain/mercury
Browse files Browse the repository at this point in the history
MEW supports TomoChain Mainnet
  • Loading branch information
gamalielhere authored Dec 10, 2018
2 parents 6056a0c + 8f380db commit 9051f32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,16 @@ nodes.nodeList = {
},
tomo: {
name: "TOMO",
blockExplorerTX: "https://scan.testnet.tomochain.com/txs/[[txHash]]",
blockExplorerAddr: "https://scan.testnet.tomochain.com/address/[[address]]",
blockExplorerTX: "https://scan.tomochain.com/txs/[[txHash]]",
blockExplorerAddr: "https://scan.tomochain.com/address/[[address]]",
type: nodes.nodeTypes.TOMO,
eip155: true,
chainId: 89,
chainId: 88,
tokenList: require("./tokens/tomoTokens.json"),
abiList: require("./abiDefinitions/tomoAbi.json"),
estimateGas: true,
service: "testnet.tomochain.com",
lib: new nodes.customNode("https://testnet.tomochain.com", "")
service: "tomochain.com",
lib: new nodes.customNode("https://rpc.tomochain.com", "")
},
ella: {
name: "ELLA",
Expand Down

0 comments on commit 9051f32

Please sign in to comment.