Skip to content

Commit

Permalink
nit(connect): adds TODO related to hex address typing
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgousset committed Feb 23, 2024
1 parent 921f545 commit 0a72152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/connect/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export class Connection {
*
* @param address ERC20 address
*/
// TODO(Arthur): Consider replacing `Address` with stronger type like `StrongAddress`
set defaultFeeCurrency(address: Address | undefined) {
this.config.feeCurrency = address
}
Expand Down

0 comments on commit 0a72152

Please sign in to comment.