From 7bb8701301ff59064c8fb6c34febca971a9a4cd8 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Sun, 9 Mar 2025 16:52:34 -0400 Subject: [PATCH] test DAI-ERC20 (#360) --- src/HavenoClient.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index e5cf4cd1..238ea74b 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -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", "DAI-ERC20"], fixedPriceAssetCodes: ["XAG", "XAU", "XGB"], fixedPricePaymentMethods: [], cryptoAddresses: [{ @@ -466,6 +466,9 @@ const TestConfig = { }, { currencyCode: "USDC-ERC20", address: "0x1165cE9056620C9012D098103a08267e3c48B86B" + }, { + currencyCode: "DAI-ERC20", + address: "0x3fDBeb7b074a42D7B5810488d4aAD5992097DF93" } ], ports: new Map([ // map http ports to havenod api and p2p ports