Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: initialize #3

Open
wants to merge 49 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
f6708d9
chore: initialize
kingsley-einstein Sep 26, 2024
f64e5c3
chore: made updates
kingsley-einstein Sep 26, 2024
a648dea
chore: made updates
kingsley-einstein Sep 26, 2024
6726d0f
feat: add providers list modal
kingsley-einstein Sep 27, 2024
f8f571e
feat: create functions to interact with blockchain
kingsley-einstein Oct 2, 2024
001d880
chore: make requested changes
kingsley-einstein Oct 2, 2024
95d2015
chore: made requested changes
kingsley-einstein Oct 3, 2024
5a9ea09
feat: begin working on minting page
kingsley-einstein Oct 5, 2024
2182135
chore: small update to let the guys know I'm still on this
kingsley-einstein Oct 11, 2024
e320389
chore: update ui
kingsley-einstein Oct 12, 2024
cb8adb1
chore: add tailwindcss for convenience
kingsley-einstein Oct 19, 2024
0addf0f
chore: update minting page
kingsley-einstein Oct 19, 2024
7e705c1
chore: update mint.ts
kingsley-einstein Oct 22, 2024
6a0e398
chore: made updates
kingsley-einstein Oct 23, 2024
67f5d1a
chore: finish minting page
kingsley-einstein Oct 25, 2024
5be5157
chore: finish
kingsley-einstein Oct 25, 2024
393f476
chore: finish
kingsley-einstein Oct 26, 2024
e0a6a68
chore: made requested changes
kingsley-einstein Oct 27, 2024
e8ecee2
chore: effect changes
kingsley-einstein Oct 28, 2024
c10d37c
chore: effect changes
kingsley-einstein Oct 28, 2024
ef28c3e
feat: add QA helper scripts
rndquu Oct 29, 2024
b444135
Merge pull request #1 from rndquu/feat/qa-helper-scripts
kingsley-einstein Oct 30, 2024
6995d6e
chore: apply requested changes
kingsley-einstein Oct 30, 2024
d7baf39
feat: add increase UUSD thresholds helper script
rndquu Oct 31, 2024
fbdf50a
Merge pull request #2 from rndquu/feat/add-increase-uusd-thresholds
kingsley-einstein Oct 31, 2024
4e0aeb5
chore: apply required changes
kingsley-einstein Oct 31, 2024
8bdc118
chore: apply required changes
kingsley-einstein Oct 31, 2024
1deeb47
chore: made fixes
kingsley-einstein Nov 8, 2024
809ec2e
fix: knip issues
kingsley-einstein Nov 8, 2024
283223e
feat: add UBQ fund test script
rndquu Nov 11, 2024
6fe4bf0
Merge pull request #3 from rndquu/chore/add-ubq-fund-helper
kingsley-einstein Nov 11, 2024
f07a96b
chore: remove hardcoded decimals
kingsley-einstein Nov 11, 2024
f3e8c47
chore: implement updates
kingsley-einstein Nov 29, 2024
0e3599d
chore: implement updates
kingsley-einstein Nov 29, 2024
b34b57c
chore: implement requested updates
kingsley-einstein Dec 4, 2024
2baee72
chore: implement updates
kingsley-einstein Dec 12, 2024
7a2b220
chore: implement updates
kingsley-einstein Dec 12, 2024
ec3a5c7
chore: add runtime type validation
0x4007 Dec 13, 2024
0764687
chore: implement ui fixes
kingsley-einstein Dec 13, 2024
0333eaf
chore: implement ui fixes
kingsley-einstein Dec 13, 2024
61d1096
Merge branch 'development' of github.com:kingsley-einstein/uusd.ubq.f…
kingsley-einstein Dec 13, 2024
4302bb4
chore: fix buttons display issue
kingsley-einstein Dec 17, 2024
608ca63
chore: drop slippage requirement
kingsley-einstein Dec 22, 2024
a89eecd
chore: fix issues
kingsley-einstein Dec 26, 2024
7a02d38
chore: fix issues
kingsley-einstein Dec 26, 2024
6e6c30e
chore: disable inputs when in allowance
kingsley-einstein Dec 29, 2024
8d2d31a
chore: remove setInterval polling
kingsley-einstein Dec 30, 2024
8328f62
chore: remove setInterval polling
kingsley-einstein Dec 30, 2024
d849153
chore: made requested updates
kingsley-einstein Jan 14, 2025
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
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"],
"useGitignore": true,
"language": "en",
"words": ["dataurl", "devpool", "outdir", "servedir"],
"words": ["dataurl", "devpool", "outdir", "servedir", "viem"],
"dictionaries": ["typescript", "node", "software-terms"],
"import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"],
"ignoreRegExpList": ["[0-9a-fA-F]{6}"]
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"constructor-super": "error",
"no-invalid-this": "off",
"@typescript-eslint/no-invalid-this": ["error"],
"@typescript-eslint/no-explicit-any": "warn",
"no-restricted-syntax": ["error", "ForInStatement"],
"use-isnan": "error",
"no-unneeded-ternary": "error",
"no-nested-ternary": "error",
"no-nested-ternary": "warn",
kingsley-einstein marked this conversation as resolved.
Show resolved Hide resolved
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/sync-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync branch to template
on:
workflow_dispatch:
schedule:
- cron: '14 0 1 * *'
- cron: "14 0 1 * *"

jobs:
sync:
Expand All @@ -23,7 +23,7 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Sync branch to template
env:
GH_TOKEN: ${{ steps.get_installation_token.outputs.token }}
Expand All @@ -45,5 +45,3 @@ jobs:
git commit -m "chore: sync template"
git push "$original_remote" "$pr_branch"
gh pr create --title "Sync branch to template" --body "This pull request merges changes from the template repository." --head "$pr_branch" --base "$branch_name"


9 changes: 3 additions & 6 deletions build/esbuild-build.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import esbuild from "esbuild";
const typescriptEntries = ["static/main.ts"];
// const cssEntries = ["static/style.css"];
const entries = [
...typescriptEntries,
// ...cssEntries
];
const typescriptEntries = ["src/main.ts"];
// const cssEntries = ["static/style/*.css"];
const entries = [...typescriptEntries];

export const esBuildContext: esbuild.BuildOptions = {
sourcemap: true,
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default defineConfig({
// implement node event listeners here
},
experimentalStudio: true,
baseUrl: "http://localhost:8080",
baseUrl: "http://localhost:10090",
kingsley-einstein marked this conversation as resolved.
Show resolved Hide resolved
},
});
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"open-source"
],
"dependencies": {
"dotenv": "^16.4.4"
"dotenv": "^16.4.4",
"viem": "^2.21.14"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
Expand Down
4 changes: 3 additions & 1 deletion static/main.ts → src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { initClickEvents } from "./scripts/connect-wallet";

export async function mainModule() {
console.log(`Hello from mainModule`);
initClickEvents();
}

mainModule()
Expand Down
60 changes: 60 additions & 0 deletions src/scripts/connect-wallet.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
import { createWalletClient, custom } from "viem";
import { mainnet } from "viem/chains";
import { ellipsize } from "./utils";

let client: ReturnType<typeof createWalletClient> | null = null;

function updateConnectButtonText(text: string, isConnecting: boolean = false) {
const connectButton = document.querySelector("#connect-button") as HTMLButtonElement;
connectButton.innerHTML = isConnecting ? `<span>Connecting...</span>` : client !== null ? `<span>${text}</span>` : ``;
}

async function connectWallet(providerKey?: string) {
const ethereum = (window as any).ethereum;
if (typeof ethereum !== "undefined" && ethereum !== null) {
let provider = ethereum;

if (ethereum.providers?.length && !!providerKey) {
provider = ethereum.providers.find((p: any) => p[providerKey]);
}

try {
updateConnectButtonText("", true);
const [account] = await provider.request({ method: "eth_requestAccounts" });
client = createWalletClient({
account,
chain: mainnet,
transport: custom(provider),
});

updateConnectButtonText(ellipsize(account));
} catch (error: any) {
updateConnectButtonText("");
}
}
}

function initMetamaskConnection() {
const metamaskConnectButton = document.querySelector("#mm-button") as HTMLButtonElement;

metamaskConnectButton.addEventListener("click", async () => {
await connectWallet("isMetaMask");
});
}

function initCoinbaseConnection() {
const cbConnectButton = document.querySelector("#cb-button") as HTMLButtonElement;

cbConnectButton.addEventListener("click", async () => {
await connectWallet("isCoinbaseWallet");
});
}

export function initClickEvents() {
initMetamaskConnection();
initCoinbaseConnection();
}

export function getConnectedClient() {
return client;
}
Empty file added src/scripts/mint.ts
Empty file.
Empty file added src/scripts/redeem.ts
Empty file.
3 changes: 3 additions & 0 deletions src/scripts/utils.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function ellipsize(text: string) {
return text.slice(0, 5) + "..." + text.slice(-5);
}
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ubiquity TypeScript Template</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="style/style.css" />
</head>
<body>
<h1>Ubiquity TypeScript Template</h1>
Expand Down
8 changes: 4 additions & 4 deletions static/style.css → static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ body {
font-family: "Ubiquity Nova";
font-style: normal;
font-weight: 400;
src: url(./fonts/ubiquity-nova-standard.eot);
src: url(../fonts/ubiquity-nova-standard.eot);
src:
url(./fonts/ubiquity-nova-standard.eot#iefix) format("embedded-opentype"),
url(./fonts/ubiquity-nova-standard.woff) format("woff"),
url(./fonts/ubiquity-nova-standard.ttf) format("truetype");
url(../fonts/ubiquity-nova-standard.eot#iefix) format("embedded-opentype"),
url(../fonts/ubiquity-nova-standard.woff) format("woff"),
url(../fonts/ubiquity-nova-standard.ttf) format("truetype");
}
2 changes: 1 addition & 1 deletion tests/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { mainModule } from "../static/main";
import { mainModule } from "../src/main";
import { db } from "./__mocks__/db";
import { server } from "./__mocks__/node";
import usersGet from "./__mocks__/users-get.json";
Expand Down
127 changes: 99 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==

"@adraffy/[email protected]":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz#d2a39395c587e092d77cbbc80acf956a54f38bf7"
integrity sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==

"@ampproject/remapping@^2.2.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
Expand Down Expand Up @@ -1489,6 +1494,37 @@
outvariant "^1.2.1"
strict-event-emitter "^0.5.1"

"@noble/[email protected]":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.0.tgz#f05771ef64da724997f69ee1261b2417a49522d6"
integrity sha512-p+4cb332SFCrReJkCYe8Xzm0OWi4Jji5jVdIZRL/PmacmDkFNw6MrrV+gGpiPxLHbV+zKFRywUWbaseT+tZRXg==
dependencies:
"@noble/hashes" "1.4.0"

"@noble/curves@^1.4.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.6.0.tgz#be5296ebcd5a1730fccea4786d420f87abfeb40b"
integrity sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==
dependencies:
"@noble/hashes" "1.5.0"

"@noble/curves@~1.4.0":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.2.tgz#40309198c76ed71bc6dbf7ba24e81ceb4d0d1fe9"
integrity sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==
dependencies:
"@noble/hashes" "1.4.0"

"@noble/[email protected]", "@noble/hashes@~1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426"
integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==

"@noble/[email protected]", "@noble/hashes@^1.4.0", "@noble/hashes@~1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.5.0.tgz#abadc5ca20332db2b1b2aa3e496e9af1213570b0"
integrity sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==

"@nodelib/[email protected]":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
Expand Down Expand Up @@ -1715,6 +1751,28 @@
"@pnpm/resolve-workspace-range" "5.0.1"
ramda "npm:@pnpm/[email protected]"

"@scure/base@~1.1.6", "@scure/base@~1.1.8":
version "1.1.9"
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.9.tgz#e5e142fbbfe251091f9c5f1dd4c834ac04c3dbd1"
integrity sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==

"@scure/[email protected]":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.4.0.tgz#4e1f1e196abedcef395b33b9674a042524e20d67"
integrity sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==
dependencies:
"@noble/curves" "~1.4.0"
"@noble/hashes" "~1.4.0"
"@scure/base" "~1.1.6"

"@scure/[email protected]":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.4.0.tgz#664d4f851564e2e1d4bffa0339f9546ea55960a6"
integrity sha512-BEEm6p8IueV/ZTfQLp/0vhw4NPnT9oWf5+28nvmeUICjP99f4vr2d+qc7AVGDDtwRep6ifR43Yed9ERVmiITzw==
dependencies:
"@noble/hashes" "~1.5.0"
"@scure/base" "~1.1.8"

"@sinclair/typebox@^0.27.8":
version "0.27.8"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
Expand Down Expand Up @@ -2036,6 +2094,11 @@ JSONStream@^1.3.5:
jsonparse "^1.2.0"
through ">=2.2.7 <3"

[email protected]:
version "1.0.5"
resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.0.5.tgz#29d0daa3eea867ca90f7e4123144c1d1270774b6"
integrity sha512-YzDhti7cjlfaBhHutMaboYB21Ha3rXR9QTkNJFzYC4kC8YclaiwPBBBJY8ejFdu2wnJeZCVZSMlQJ7fi8S6hsw==

acorn-jsx@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
Expand Down Expand Up @@ -4514,6 +4577,11 @@ isomorphic-git@^1.25.6:
sha.js "^2.4.9"
simple-get "^4.0.1"

[email protected]:
version "1.0.4"
resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.4.tgz#810cd0d90cc4995c26395d2aa4cfa4037ebdf061"
integrity sha512-hEzjY+x9u9hPmBom9IIAqdJCwNLax+xrPb51vEPpERoFlIxgmZcHzsT5jKG06nvInKOBGvReAVz80Umed5CczQ==

isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
Expand Down Expand Up @@ -6659,16 +6727,7 @@ string-length@^4.0.1:
char-regex "^1.0.2"
strip-ansi "^6.0.0"

"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -6743,14 +6802,7 @@ string_decoder@^1.1.1:
dependencies:
safe-buffer "~5.2.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -7212,6 +7264,21 @@ version-selector-type@^3.0.0:
dependencies:
semver "^7.3.2"

viem@^2.21.14:
version "2.21.14"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.14.tgz#2ce78d52d43dd97103102fcb0852b973a911f478"
integrity sha512-uM6XmY9Q/kJRVSopJAGsakmtNDpk/EswqXUzwOp9DzhGuwgpWtw2MgwpfFdIyqBDFIw+TTypCIUTcwJSgEYSzA==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.4.0"
"@noble/hashes" "1.4.0"
"@scure/bip32" "1.4.0"
"@scure/bip39" "1.4.0"
abitype "1.0.5"
isows "1.0.4"
webauthn-p256 "0.0.5"
ws "8.17.1"

vlq@^0.2.1:
version "0.2.3"
resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.3.tgz#8f3e4328cf63b1540c0d67e1b2778386f8975b26"
Expand Down Expand Up @@ -7241,6 +7308,14 @@ wcwidth@^1.0.1:
dependencies:
defaults "^1.0.3"

[email protected]:
version "0.0.5"
resolved "https://registry.yarnpkg.com/webauthn-p256/-/webauthn-p256-0.0.5.tgz#0baebd2ba8a414b21cc09c0d40f9dd0be96a06bd"
integrity sha512-drMGNWKdaixZNobeORVIqq7k5DsRC9FnG201K2QjeOoQLmtSDaSsVZdkg6n5jUALJKcAG++zBPJXmv6hy0nWFg==
dependencies:
"@noble/curves" "^1.4.0"
"@noble/hashes" "^1.4.0"

which-boxed-primitive@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
Expand Down Expand Up @@ -7284,7 +7359,7 @@ which@^4.0.0:
dependencies:
isexe "^3.1.1"

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -7302,15 +7377,6 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down Expand Up @@ -7352,6 +7418,11 @@ write-file-atomic@^4.0.2:
imurmurhash "^0.1.4"
signal-exit "^3.0.7"

[email protected]:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==

xdg-basedir@^5.0.1:
version "5.1.0"
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9"
Expand Down
Loading