We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15134f commit accc5bdCopy full SHA for accc5bd
helpers/index.ts
@@ -28,7 +28,6 @@ export const createUser = (key: `0x${string}`): User => {
28
29
export const createSigner = (key: `0x${string}`): Signer => {
30
const user = createUser(key);
31
- console.log(`User: ${user.account.address}`, IdentifierKind.Ethereum);
32
return {
33
type: "EOA",
34
getIdentifier: () => ({
0 commit comments