support LTC and ZEC (#71)

This commit is contained in:
woodser 2022-02-16 11:59:31 -05:00 committed by GitHub
parent 3708880ddd
commit 95b2b1cab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,13 +85,19 @@ const TestConfig = {
walletSyncPeriodMs: 5000, // TODO (woodser): auto adjust higher if using remote connection
daemonPollPeriodMs: 15000,
maxTimePeerNoticeMs: 3000,
assetCodes: ["USD", "GBP", "EUR", "BTC", "ETH"], // primary asset codes
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "LTC", "ZEC"], // primary asset codes
cryptoAddresses: [{
currencyCode: "ETH",
address: "0xdBdAb835Acd6fC84cF5F9aDD3c0B5a1E25fbd99f"
}, {
currencyCode: "BTC",
address: "bcrt1q6j90vywv8x7eyevcnn2tn2wrlg3vsjlsvt46qz"
}, {
currencyCode: "LTC",
address: "LXUTUN5mTPc2LsS7cEjkyjTRcfYyJGoUuQ"
}, {
currencyCode: "ZEC",
address: "t1SnUTh75DSZ1AvbjiTvvHkmPoph7DeHTGG" // TODO: support z-addresses only
}
],
proxyPorts: new Map<string, string[]>([ // map proxied ports to havenod api and p2p ports