From 05f08c25e973dbada66b78ef199c2832b62f629e Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 17 Aug 2022 13:26:24 -0400 Subject: [PATCH] remove zec from main currency list --- src/HavenoClient.test.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index 113be8c8..a8e6c731 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -106,7 +106,7 @@ const TestConfig = { maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni maxTimePeerNoticeMs: 3000, maxCpuPct: 0.25, - assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC", "ZEC"], // primary asset codes + assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC"], // primary asset codes cryptoAddresses: [{ currencyCode: "ETH", address: "0xdBdAb835Acd6fC84cF5F9aDD3c0B5a1E25fbd99f" @@ -119,9 +119,6 @@ const TestConfig = { }, { currencyCode: "LTC", address: "LXUTUN5mTPc2LsS7cEjkyjTRcfYyJGoUuQ" - }, { - currencyCode: "ZEC", - address: "t1SnUTh75DSZ1AvbjiTvvHkmPoph7DeHTGG" // TODO: support z-addresses only } ], proxyPorts: new Map([ // map proxied ports to havenod api and p2p ports