Skip to content

Commit ce6ed47

Browse files
[WIP]: add wasm handler
1 parent 643b114 commit ce6ed47

File tree

40 files changed

+7674
-407
lines changed

40 files changed

+7674
-407
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@
4747
"@ledgerhq/speculos-transport": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz",
4848
"@ledgerhq/ledger-key-ring-protocol": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz",
4949
"@amplitude/plugin-autocapture-browser@^1.0.2": "patch:@amplitude/plugin-autocapture-browser@npm%3A1.0.3#./.yarn/patches/@amplitude-plugin-autocapture-browser-npm-1.0.3-edb25bef55.patch"
50+
},
51+
"dependencies": {
52+
"axios": "^1.8.2",
53+
"buffer-reverse": "^1.0.1",
54+
"ecpair": "^3.0.0-rc.0",
55+
"electrum-client": "^0.0.6"
5056
}
5157
}

packages/extension/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@amplitude/analytics-browser": "^2.11.9",
27+
"@bitcoinerlab/secp256k1": "^1.2.0",
2728
"@enkryptcom/extension-bridge": "workspace:^",
2829
"@enkryptcom/hw-wallets": "workspace:^",
2930
"@enkryptcom/keyring": "workspace:^",
@@ -63,6 +64,7 @@
6364
"bs58": "^6.0.0",
6465
"concurrently": "^9.1.0",
6566
"echarts": "^5.5.1",
67+
"ecpair": "^3.0.0-rc.0",
6668
"ethereum-cryptography": "^2.2.1",
6769
"ethereumjs-abi": "^0.6.8",
6870
"ethereumjs-wallet": "^1.0.2",

0 commit comments

Comments
 (0)