> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WalletsByChain

## Description

An Array of objects, in which each object contains the chain name to be connected for the chain. Primarily used for [bridging](/building-bridges/dynamic-bridge-widget) purposes.

| Field         | Description |
| ------------- | ----------- |
| chain: string | Chain name  |

## Example

```jsx
[
  {
    chain: "EVM",
  },
  {
    chain: "STARK",
  },
];
```
