Skip to content

Commit

Permalink
chore: webauthn-signer pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 6, 2024
1 parent 7e9f4fa commit 0fd5a17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"open-source"
],
"dependencies": {
"@keyrxng/webauthn-evm-signer": "^1.0.0",
"@octokit/request-error": "^6.1.1",
"@octokit/rest": "^21.0.0",
"@safe-global/api-kit": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion static/src/webauthn/webauthn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ethers } from "ethers";
import { GitHubUser } from "../types/github";
import { isWebAuthnSupported } from "./rendering";
import { getUser } from "../supabase/session";
import { createAndUseWallet } from "@ubiquity/webauthn-evm-signer";
import { createAndUseWallet } from "@keyrxng/webauthn-evm-signer";
import { User, UserAuth } from "../types/auth";
import { walletNeedsFunded, fundWalletFromFaucet } from "../funding/balance-check";

Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,13 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@keyrxng/webauthn-evm-signer@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@keyrxng/webauthn-evm-signer/-/webauthn-evm-signer-1.0.0.tgz#ae71415bfa34bd12f4676b9d774204aea9135160"
integrity sha512-S/C9jGhac1nuCQhqPhZ5xEDCapIaUWBN0Dm+qnE9UpityWqtoPqOSIV9hktaKSpOCom3CiveYVze9qJOw/+4Kw==
dependencies:
ethers "^6.13.1"

"@mswjs/cookies@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@mswjs/cookies/-/cookies-1.1.0.tgz#1528eb43630caf83a1d75d5332b30e75e9bb1b5b"
Expand Down

0 comments on commit 0fd5a17

Please sign in to comment.