> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EvmSwapsNetwork

```ts theme={null}
EvmSwapsNetwork: {
  base: "base";
  ethereum: "ethereum";
  arbitrum: "arbitrum";
  optimism: "optimism";
  polygon: "polygon";
};
```

## Type declaration

| Name                           | Type         |
| ------------------------------ | ------------ |
| <a id="base" /> `base`         | `"base"`     |
| <a id="ethereum" /> `ethereum` | `"ethereum"` |
| <a id="arbitrum" /> `arbitrum` | `"arbitrum"` |
| <a id="optimism" /> `optimism` | `"optimism"` |
| <a id="polygon" /> `polygon`   | `"polygon"`  |
