Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jan 4, 2024
1 parent a1ae7dc commit af7364e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/utils/crypto/eip155.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class EIP155 {
chainId: chainId,
request: SessionRequestParams(
method: EIP155UIMethods.personalSign.name,
params: [data, address],
params: [address, data],
),
);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/url/url_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class UrlUtils extends IUrlUtils {
return await canLaunchUrlFunc(Uri.parse(uri));
}
} catch (e) {
W3MLoggerUtil.logger.i('[$runtimeType] isInstalled $uri $e');
W3MLoggerUtil.logger.i('[$runtimeType] not installed/detected $uri');
}
}

Expand Down

0 comments on commit af7364e

Please sign in to comment.