Added Ethereum Classic Testnet to networks.

This commit is contained in:
Richard Moore 2018-09-21 15:34:56 -04:00
parent 15761027df
commit 9c87e569cf
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -50,6 +50,10 @@ const networks: { [name: string]: { chainId: number, ensAddress?: string } } = {
classic: { classic: {
chainId: 61 chainId: 61
},
classicTestnet: {
chainId: 62
} }
} }