Skip to content

Commit d7b02f5

Browse files
committed
Added crypto-browserify for xrpl examples
1 parent 92200e1 commit d7b02f5

File tree

2 files changed

+2
-2
lines changed
  • web-modal-sdk/blockchain-connection-examples/xrpl-modal-example
  • web-no-modal-sdk/blockchain-connection-examples/xrpl-no-modal-example

2 files changed

+2
-2
lines changed

web-modal-sdk/blockchain-connection-examples/xrpl-modal-example/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
plugins: [react()],
77
resolve: {
88
alias: {
9-
crypto: "empty-module",
9+
crypto: "crypto-browserify",
1010
stream: "stream-browserify",
1111
assert: "assert",
1212
},

web-no-modal-sdk/blockchain-connection-examples/xrpl-no-modal-example/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
plugins: [react()],
77
resolve: {
88
alias: {
9-
crypto: "empty-module",
9+
crypto: "crypto-browserify",
1010
assert: "assert",
1111
http: "empty-module",
1212
https: "empty-module",

0 commit comments

Comments
 (0)