Skip to content

Commit

Permalink
test DAI
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Feb 15, 2025
1 parent 9ca8347 commit 5f4f7e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/HavenoClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
fixedPriceAssetCodes: ["XAG", "XAU", "XGB"],
fixedPricePaymentMethods: [],
cryptoAddresses: [{
Expand All @@ -466,6 +466,9 @@ const TestConfig = {
}, {
currencyCode: "USDC-ERC20",
address: "0x1165cE9056620C9012D098103a08267e3c48B86B"
}, {
currencyCode: "DAI",
address: "0x3fDBeb7b074a42D7B5810488d4aAD5992097DF93"
}
],
ports: new Map<string, string[]>([ // map http ports to havenod api and p2p ports
Expand Down

0 comments on commit 5f4f7e6

Please sign in to comment.