mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-04-01 18:45:44 -04:00
Merge 4675cdb478a33cbd60e602a4dcbccd449c23d131 into 6b5503f82e0bf7908c67e2cc9415b421b4f01de7
This commit is contained in:
commit
9e1ffeea55
@ -442,7 +442,7 @@ const TestConfig = {
|
||||
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
||||
maxCpuPct: 0.25,
|
||||
paymentMethods: Object.keys(PaymentAccountForm.FormId), // all supported payment methods
|
||||
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC", "USDT-ERC20", "USDT-TRC20", "USDC-ERC20"], // crypto asset codes
|
||||
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC", "USDT-ERC20", "USDT-TRC20", "USDC-ERC20", "WOW"], // crypto asset codes
|
||||
fixedPriceAssetCodes: ["XAG", "XAU", "XGB"],
|
||||
fixedPricePaymentMethods: [HavenoUtils.getPaymentMethodId(PaymentAccountForm.FormId.CASH_AT_ATM)],
|
||||
cryptoAddresses: [{
|
||||
@ -466,6 +466,9 @@ const TestConfig = {
|
||||
}, {
|
||||
currencyCode: "USDC-ERC20",
|
||||
address: "0x1165cE9056620C9012D098103a08267e3c48B86B"
|
||||
}, {
|
||||
currencyCode: "WOW",
|
||||
address: "WW2FZKUtFwaBc7wsdQ1jNHGFmSNw9xq3WKLBgYJob4M5Kbzk3oKYfVT8WEBnre6dbzMYg9q3gacG2fJyCgCyu6TV1THkny26P"
|
||||
}
|
||||
],
|
||||
ports: new Map<string, string[]>([ // map http ports to havenod api and p2p ports
|
||||
|
Loading…
x
Reference in New Issue
Block a user