We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140baa1 commit 131c398Copy full SHA for 131c398
docs/svelte.config.js
@@ -43,13 +43,7 @@ const config = {
43
'@web3-react/url',
44
'@web3-onboard/*'
45
],
46
- plugins: [
47
- nodePolyfills({
48
- include: ['node_modules/**/*.js', new RegExp('node_modules/.vite/.*js')],
49
- crypto: true,
50
- http: true
51
- })
52
- ]
+ plugins: [nodePolyfills({ crypto: true, http: true })]
53
},
54
commonjsOptions: {
55
transformMixedEsModules: true
@@ -86,6 +80,7 @@ const config = {
86
80
'@web3-onboard/core',
87
81
'@web3-onboard/gas',
88
82
'@web3-onboard/sequence',
83
+ '@web3-onboard/torus',
89
84
'js-sha3',
90
85
'@ethersproject/bignumber'
91
]
0 commit comments