You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
799 B
35 lines
799 B
{ |
|
"classic": { |
|
"title": "Ethereum Classic", |
|
"symbol": "ETC", |
|
"icon": "etc.svg", |
|
"blockTime": 13.2, |
|
"epochLength": 60000, |
|
"algo": "etchash" |
|
}, |
|
"mordor": { |
|
"title": "Mordor Testnet", |
|
"symbol": "ETC", |
|
"icon": "etc.svg", |
|
"blockTime": 13.2, |
|
"epochLength": 60000, |
|
"algo": "etchash", |
|
"testnet": true |
|
}, |
|
"ethereum": { |
|
"title": "Ethereum Mainnet", |
|
"symbol": "ETH", |
|
"icon": "eth.png", |
|
"blockTime": 13.2, |
|
"epochLength": 30000, |
|
"algo": "ethash" |
|
}, |
|
"ubiq": { |
|
"title": "Ubiq Mainnet", |
|
"symbol": "UBQ", |
|
"icon": "ubq.svg", |
|
"blockTime": 15, |
|
"epochLength": 30000, |
|
"algo": "ubqhash" |
|
} |
|
} |