mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-29 09:07:11 -04:00
remove zec from main currency list
This commit is contained in:
parent
946af36c46
commit
05f08c25e9
1 changed files with 1 additions and 4 deletions
|
@ -106,7 +106,7 @@ const TestConfig = {
|
||||||
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
||||||
maxTimePeerNoticeMs: 3000,
|
maxTimePeerNoticeMs: 3000,
|
||||||
maxCpuPct: 0.25,
|
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: [{
|
cryptoAddresses: [{
|
||||||
currencyCode: "ETH",
|
currencyCode: "ETH",
|
||||||
address: "0xdBdAb835Acd6fC84cF5F9aDD3c0B5a1E25fbd99f"
|
address: "0xdBdAb835Acd6fC84cF5F9aDD3c0B5a1E25fbd99f"
|
||||||
|
@ -119,9 +119,6 @@ const TestConfig = {
|
||||||
}, {
|
}, {
|
||||||
currencyCode: "LTC",
|
currencyCode: "LTC",
|
||||||
address: "LXUTUN5mTPc2LsS7cEjkyjTRcfYyJGoUuQ"
|
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
|
proxyPorts: new Map<string, string[]>([ // map proxied ports to havenod api and p2p ports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue