mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-12-25 07:19:29 -05:00
test USDT-ERC20 and USDT-TRC20
This commit is contained in:
parent
d245292709
commit
68dc72c10c
@ -421,7 +421,7 @@ const TestConfig = {
|
|||||||
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
||||||
maxCpuPct: 0.25,
|
maxCpuPct: 0.25,
|
||||||
paymentMethods: Object.keys(PaymentAccountForm.FormId), // all supported payment methods
|
paymentMethods: Object.keys(PaymentAccountForm.FormId), // all supported payment methods
|
||||||
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC"], // primary asset codes
|
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC", "USDT-ERC20", "USDT-TRC20"], // primary asset codes
|
||||||
fixedPriceAssetCodes: ["XAG", "XAU", "XGB"],
|
fixedPriceAssetCodes: ["XAG", "XAU", "XGB"],
|
||||||
cryptoAddresses: [{
|
cryptoAddresses: [{
|
||||||
currencyCode: "ETH",
|
currencyCode: "ETH",
|
||||||
@ -435,6 +435,12 @@ const TestConfig = {
|
|||||||
}, {
|
}, {
|
||||||
currencyCode: "LTC",
|
currencyCode: "LTC",
|
||||||
address: "LXUTUN5mTPc2LsS7cEjkyjTRcfYyJGoUuQ"
|
address: "LXUTUN5mTPc2LsS7cEjkyjTRcfYyJGoUuQ"
|
||||||
|
}, {
|
||||||
|
currencyCode: "USDT-ERC20",
|
||||||
|
address: "0x9Fc17f65060080491c09e879dE8C7cc6dC72Fed7"
|
||||||
|
}, {
|
||||||
|
currencyCode: "USDT-TRC20",
|
||||||
|
address: "TVnmu3E6DYVL4bpAoZnPNEPVUrgC7eSWaX"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
ports: new Map<string, string[]>([ // map http ports to havenod api and p2p ports
|
ports: new Map<string, string[]>([ // map http ports to havenod api and p2p ports
|
||||||
|
Loading…
Reference in New Issue
Block a user