Skip to content

Commit

Permalink
chore(connection): updates docstring for defaultFeeCurrency
Browse files Browse the repository at this point in the history
ERC20 address should be whitelisted, but this is not checked or enforced.
  • Loading branch information
arthurgousset committed Feb 22, 2024
1 parent 34de1b8 commit af0407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/connect/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit af0407b

Please sign in to comment.