diff --git a/app/scripts/nodes.js b/app/scripts/nodes.js index 74833dd5b2..6d84de9d29 100644 --- a/app/scripts/nodes.js +++ b/app/scripts/nodes.js @@ -264,16 +264,16 @@ nodes.nodeList = { }, tomo: { name: "TOMO", - blockExplorerTX: "https://explorer.tomocoin.io/#/tx/[[txHash]]", - blockExplorerAddr: "https://explorer.tomocoin.io/#/address/[[address]]", + blockExplorerTX: "https://scan.testnet.tomochain.com/txs/[[txHash]]", + blockExplorerAddr: "https://scan.testnet.tomochain.com/address/[[address]]", type: nodes.nodeTypes.TOMO, eip155: true, - chainId: 40686, + chainId: 89, tokenList: require("./tokens/tomoTokens.json"), abiList: require("./abiDefinitions/tomoAbi.json"), estimateGas: true, - service: "core.tomocoin.io", - lib: new nodes.customNode("https://core.tomocoin.io", "") + service: "testnet.tomochain.com", + lib: new nodes.customNode("https://testnet.tomochain.com", "") }, ella: { name: "ELLA", diff --git a/app/scripts/tokens/tomoTokens.json b/app/scripts/tokens/tomoTokens.json index 0637a088a0..a0102d35ab 100644 --- a/app/scripts/tokens/tomoTokens.json +++ b/app/scripts/tokens/tomoTokens.json @@ -1 +1,8 @@ -[] \ No newline at end of file +[ + { + "address": "0x8b353021189375591723e7384262f45709a3c3dc", + "symbol": "TOMO", + "decimal": 18, + "type": "default" + } +]