We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cd261 commit 08215f1Copy full SHA for 08215f1
package.json
@@ -43,6 +43,7 @@
43
"@ledgerhq/hw-transport-web-ble": "^6.29.8",
44
"@ledgerhq/hw-transport-webusb": "^6.29.8",
45
"@metamask/eth-sig-util": "^8.2.0",
46
+ "@noble/curves": "^2.0.1",
47
"@ping-pub/chain-registry-client": "^0.0.25",
48
"@tharsis/eip712": "^0.2.4",
49
"@tharsis/proto": "^0.1.20",
vite.config.ts
@@ -17,6 +17,7 @@ export default defineConfig({
17
stream: 'stream-browserify',
18
crypto: 'crypto-browserify',
19
assert: 'assert-browserify',
20
+ '@noble/curves/secp256k1': '@noble/curves/secp256k1.js'
21
},
22
23
optimizeDeps: {
0 commit comments