Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tomochain mannet
  • Loading branch information
thanhson1085 committed Dec 1, 2018
1 parent 3749853 commit 8f380db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/scripts/nodes.js
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 8f380db

Please sign in to comment.