You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/coinbase/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@web3-onboard/coinbase",
3
-
"version": "2.1.3",
3
+
"version": "2.2.0",
4
4
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
Copy file name to clipboardExpand all lines: packages/core/README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ type InitOptions {
33
33
apiKey?: string
34
34
notify?: Partial<NotifyOptions>
35
35
connect?: Partial<ConnectModalOptions>
36
+
gas?: typeof gas
37
+
/**
38
+
* Object mapping for W3O components with the key being the component and the value the DOM element to mount the component to. This element must be available at time of package script execution.
39
+
*/
40
+
containerElements?: Partial<ContainerElements>
36
41
}
37
42
```
38
43
@@ -78,13 +83,6 @@ type AppMetadata = {
78
83
explore?:string
79
84
// if your app only supports injected wallets and when no injected wallets detected, recommend the user to install some
Copy file name to clipboardExpand all lines: packages/core/package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@web3-onboard/core",
3
-
"version": "2.10.1",
3
+
"version": "2.11.0",
4
4
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
0 commit comments