Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

update TOMO Testnet and TOMO Token #2050

Merged
merged 2 commits into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 8 additions & 1 deletion app/scripts/tokens/tomoTokens.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
[]
[
{
"address": "0x8b353021189375591723e7384262f45709a3c3dc",
"symbol": "TOMO",
"decimal": 18,
"type": "default"
}
]