Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
LeoSlrRf committed Nov 13, 2025
commit 338221dc3ace857152c068e04503bd101c84e783
2 changes: 1 addition & 1 deletion packages/currency/src/currencyManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export class CurrencyManager<TMeta = unknown> implements CurrencyTypes.ICurrency

/**
* Validate a Sui address.
* @param address
* @param address
* @returns True if the address is valid, false otherwise
*/
validateSuiAddress(address: string): boolean {
Expand Down