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/core/README.md
+5-7Lines changed: 5 additions & 7 deletions
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
0 commit comments