Skip to content

Commit 1f3f481

Browse files
committed
fix: clean up unused imports in transaction overrides utility and update yarn.lock for dependency management
1 parent 0de44ad commit 1f3f481

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

src/server/utils/transaction-overrides.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { Static } from "@sinclair/typebox";
22
import { maybeBigInt } from "../../shared/utils/primitive-types";
3-
import type { InsertedTransaction } from "../../shared/utils/transaction/types";
43
import type {
54
txOverridesSchema,
65
txOverridesWithValueSchema,
@@ -10,7 +9,7 @@ export const parseTransactionOverrides = (
109
overrides:
1110
| Static<typeof txOverridesSchema>["txOverrides"]
1211
| Static<typeof txOverridesWithValueSchema>["txOverrides"],
13-
): Partial<InsertedTransaction> => {
12+
) => {
1413
if (!overrides) {
1514
return {};
1615
}

yarn.lock

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@
23722372
dependencies:
23732373
"@noble/hashes" "1.4.0"
23742374

2375-
"@noble/curves@1.4.2":
2375+
"@noble/curves@1.4.2", "@noble/curves@~1.4.0":
23762376
version "1.4.2"
23772377
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.2.tgz#40309198c76ed71bc6dbf7ba24e81ceb4d0d1fe9"
23782378
integrity sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==
@@ -2386,13 +2386,6 @@
23862386
dependencies:
23872387
"@noble/hashes" "1.6.0"
23882388

2389-
"@noble/curves@~1.6.0":
2390-
version "1.6.0"
2391-
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.6.0.tgz#be5296ebcd5a1730fccea4786d420f87abfeb40b"
2392-
integrity sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==
2393-
dependencies:
2394-
"@noble/hashes" "1.5.0"
2395-
23962389
"@noble/hashes@1.3.2":
23972390
version "1.3.2"
23982391
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
@@ -2403,11 +2396,6 @@
24032396
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426"
24042397
integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==
24052398

2406-
"@noble/hashes@1.5.0", "@noble/hashes@~1.5.0":
2407-
version "1.5.0"
2408-
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.5.0.tgz#abadc5ca20332db2b1b2aa3e496e9af1213570b0"
2409-
integrity sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==
2410-
24112399
"@noble/hashes@1.6.0":
24122400
version "1.6.0"
24132401
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.6.0.tgz#d4bfb516ad6e7b5111c216a5cc7075f4cf19e6c5"
@@ -3274,7 +3262,7 @@
32743262
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.2.1.tgz#dd0b2a533063ca612c17aa9ad26424a2ff5aa865"
32753263
integrity sha512-DGmGtC8Tt63J5GfHgfl5CuAXh96VF/LD8K9Hr/Gv0J2lAoRGlPOMpqMpMbCTOoOJMZCk2Xt+DskdDyn6dEFdzQ==
32763264

3277-
"@scure/base@~1.1.0", "@scure/base@~1.1.2", "@scure/base@~1.1.6", "@scure/base@~1.1.7":
3265+
"@scure/base@~1.1.0", "@scure/base@~1.1.2", "@scure/base@~1.1.6":
32783266
version "1.1.9"
32793267
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.9.tgz#e5e142fbbfe251091f9c5f1dd4c834ac04c3dbd1"
32803268
integrity sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==

0 commit comments

Comments
 (0)