Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Sep 29, 2024
1 parent cd6c56d commit 8d3ddf7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dist/esm/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6598,16 +6598,16 @@ class Worldapp {
if (payload.status === "error") {
return reject()
} else {
window._debug(`PAYLOAD: ${JSON.stringify(payload)}`);
return resolve()
window._debug(MiniKit.walletAddress);
return resolve(MiniKit.walletAddress)
}
});

WorldcoinPrecompiled.MiniKit.commands.walletAuth({
nonce: crypto.randomUUID().replace(/-/g, ""),
expirationTime: new Date(new Date().getTime() + 7 * 24 * 60 * 60 * 1000),
notBefore: new Date(new Date().getTime() - 24 * 60 * 60 * 1000),
statement: "Connect to continue... (v2)"
statement: "Sign to continue... (v3)"
});
})
}
Expand Down
6 changes: 3 additions & 3 deletions dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/umd/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -6602,16 +6602,16 @@
if (payload.status === "error") {
return reject()
} else {
window._debug(`PAYLOAD: ${JSON.stringify(payload)}`);
return resolve()
window._debug(MiniKit.walletAddress);
return resolve(MiniKit.walletAddress)
}
});

WorldcoinPrecompiled.MiniKit.commands.walletAuth({
nonce: crypto.randomUUID().replace(/-/g, ""),
expirationTime: new Date(new Date().getTime() + 7 * 24 * 60 * 60 * 1000),
notBefore: new Date(new Date().getTime() - 24 * 60 * 60 * 1000),
statement: "Connect to continue... (v2)"
statement: "Sign to continue... (v3)"
});
})
}
Expand Down
6 changes: 3 additions & 3 deletions dist/umd/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d3ddf7

Please sign in to comment.