Skip to content

Commit 8da1439

Browse files
authored
Update container el docs (#1379)
1 parent 5730a9b commit 8da1439

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

packages/core/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ type InitOptions {
3333
apiKey?: string
3434
notify?: Partial<NotifyOptions>
3535
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>
3641
}
3742
```
3843

@@ -78,13 +83,6 @@ type AppMetadata = {
7883
explore?: string
7984
// if your app only supports injected wallets and when no injected wallets detected, recommend the user to install some
8085
recommendedInjectedWallets?: RecommendedInjectedWallets[]
81-
/** Gas module */
82-
gas?: typeof gas
83-
/**
84-
* Object mapping for W3O components with the key being the component and the value the DOM element to mount
85-
* the component to. This element must be available at time of package script execution.
86-
*/
87-
containerElements?: Partial<ContainerElements>
8886
}
8987

9088
type RecommendedInjectedWallets = {

0 commit comments

Comments
 (0)