Skip to content

Commit 9ab7ff9

Browse files
authored
Revert "[CHIA-4310] Added monkey patching to properly parse bigints (#2981)" (#2983)
1 parent 14d05ee commit 9ab7ff9

5 files changed

Lines changed: 1 addition & 233 deletions

File tree

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ packages/*/test/data_fixtures
88
packages/wallet/*
99
locales
1010
restoreMessages.js
11-
scripts/fix-walletconnect-bigint-regex.js
1211
rollup.config.js
1312
webpack.**
1413
packages/gui/tests

package-lock.json

Lines changed: 0 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"version:minor": "lerna version minor",
1010
"version:patch": "lerna version patch",
1111
"publish": "lerna publish",
12-
"postinstall": "patch-package && node scripts/fix-walletconnect-bigint-regex.js && npm run prettier:postinstall",
12+
"postinstall": "npm run prettier:postinstall",
1313
"prettier:postinstall": "prettier --write **/package.json **/package-lock.json",
1414
"check": "npm run check:lint ; npm run check:prettier ; npm run check:types",
1515
"check:lint": "eslint . --ext .ts,.tsx,.js,.jsx",
@@ -66,7 +66,6 @@
6666
"lodash.sortby": "4.7.0",
6767
"lint-staged": "15.5.2",
6868
"nyc": "18.0.0",
69-
"patch-package": "8.0.1",
7069
"pbkdf2": "3.1.3",
7170
"prettier": "3.3.3",
7271
"typescript": "5.7.3"

patches/@walletconnect+safe-json+1.0.2.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

scripts/fix-walletconnect-bigint-regex.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)