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: wormhole-connect/docs/config.md
-31
Original file line number
Diff line number
Diff line change
@@ -171,37 +171,6 @@ You can provide a whietlist of routes under `routes`. By default, Connect will o
171
171
172
172
Required in order to display Wallet Connect as a wallet option. You can get a project ID on https://cloud.walletconnect.com/. Refer to the wallet connect [documentation](https://docs.walletconnect.com/advanced/migration-from-v1.x/overview) for more information on v2.
173
173
174
-
### Toggle Hamburguer Menu
175
-
176
-
By setting the `showHamburgerMenu` option to **false**, you can deactivate the hamburger menu, causing the links to be positioned at the bottom.
177
-
178
-
#### Add extra menu entry
179
-
180
-
By setting the `showHamburgerMenu` option to **false**, you can use the `menu` array to add extra links.
|`menu[].target`| anchor standard target, by default `_blank`|
187
-
|`menu[].order`| order where the new item should be injected |
188
-
189
-
#### Sample configuration
190
-
191
-
```json
192
-
{
193
-
"showHamburgerMenu": false,
194
-
"menu": [
195
-
{
196
-
"label": "Advance Tools",
197
-
"href": "https://portalbridge.com",
198
-
"target": "_self",
199
-
"order": 1
200
-
}
201
-
]
202
-
}
203
-
```
204
-
205
174
### CoinGecko API Key
206
175
207
176
If you have a CoinGecko API Plan, you can include the API key in the configuration. In case you do not have the API key, [follow this steps](https://apiguide.coingecko.com/getting-started/getting-started).
Copy file name to clipboardexpand all lines: wormhole-connect/src/views/TxSearch.tsx
+3-6
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,6 @@ function TxSearch() {
169
169
<PageHeader
170
170
title="Resume transaction"
171
171
description="Bridging can require a manual redemption process on the designation chain. If you did not complete the redemption during your initial transaction, you may do so here."
0 commit comments