Skip to content

Commit 8c80b81

Browse files
committed
v1.6.0
1 parent 703cb2a commit 8c80b81

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,17 @@ import Torus from "@toruslabs/torus-embed";
240240

241241
const providerOptions = {
242242
torus: {
243-
package: Torus // required
243+
package: Torus, // required
244+
options: {
245+
networkParams: {
246+
host: "https://localhost:8545", // optional
247+
chainId: 1337, // optional
248+
networkId: 1337 // optional
249+
},
250+
config: {
251+
buildEnv: "development" // optional
252+
}
253+
}
244254
}
245255
};
246256
```
@@ -319,7 +329,10 @@ import BurnerConnectProvider from "@burner-wallet/burner-connect-provider";
319329

320330
const providerOptions = {
321331
burnerconnect: {
322-
package: BurnerConnectProvider // required
332+
package: BurnerConnectProvider, // required
333+
options: {
334+
defaultNetwork: "100"
335+
}
323336
}
324337
};
325338
```
@@ -560,10 +573,14 @@ Do you want to add your provider to Web3Modal? All logic for supported providers
560573

561574
If you were using Web3Connect before you can check the migration instructions for how to use Web3Modal and handle breaking changes [here](docs/MIGRATION_INSTRUCTIONS.md)
562575

563-
## Collaboration
576+
## Contributions
564577

565-
### Code contributions are welcome ❤️❤️❤️!
578+
**Code contributions are welcome ❤️❤️❤️!**
566579

567580
If you wish to support a new provider submit a issue to the repo or fork this repo and create a pull request.
568581

569582
You can join to our discord to further discuss https://discordapp.com/invite/YGnSX9y
583+
584+
## License
585+
586+
MIT

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3modal",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "A single Web3 / Ethereum provider solution for all Wallets",
55
"keywords": [
66
"web3",

0 commit comments

Comments
 (0)