From af0407bb5b06806fcfa005790da5ada7536fdd43 Mon Sep 17 00:00:00 2001 From: arthurgousset <46296830+arthurgousset@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:57:04 +0000 Subject: [PATCH] chore(connection): updates docstring for `defaultFeeCurrency` ERC20 address should be whitelisted, but this is not checked or enforced. --- packages/sdk/connect/src/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/connect/src/connection.ts b/packages/sdk/connect/src/connection.ts index 2fbc48005..586340116 100644 --- a/packages/sdk/connect/src/connection.ts +++ b/packages/sdk/connect/src/connection.ts @@ -125,7 +125,7 @@ export class Connection { /** * Set the ERC20 address for the token to use to pay for transaction fees. - * The ERC20 must be whitelisted for gas. + * The ERC20 address SHOULD be whitelisted for gas, but this is not checked or enforced. * * Set to `null` to use CELO *