Skip to content

Commit

Permalink
test USDT-ERC20 and USDT-TRC20
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Nov 11, 2024
1 parent d245292 commit 4c0a0da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/HavenoClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,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"], // primary asset codes
assetCodes: ["USD", "GBP", "EUR", "ETH", "BTC", "BCH", "LTC", "USDT-ERC20", "USDT-TRC20"], // primary asset codes
fixedPriceAssetCodes: ["XAG", "XAU", "XGB"],
cryptoAddresses: [{
currencyCode: "ETH",
Expand All @@ -435,6 +435,12 @@ const TestConfig = {
}, {
currencyCode: "LTC",
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
Expand Down

0 comments on commit 4c0a0da

Please sign in to comment.