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 #2050 from tomochain/mercury
Browse files Browse the repository at this point in the history
update TOMO Testnet and TOMO Token
  • Loading branch information
gamalielhere authored Sep 6, 2018
2 parents 1089783 + b50e7ba commit 8d8c5d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
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"
}
]

0 comments on commit 8d8c5d1

Please sign in to comment.