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

# EVMChain

> Swift Enumeration

**Enumeration**

```swift theme={null}
enum EVMChain
```

## Enumeration Cases

### EVMChain.apechain

```swift theme={null}
case apechain
```

### EVMChain.apex

```swift theme={null}
case apex
```

### EVMChain.arbitrum

```swift theme={null}
case arbitrum
```

### EVMChain.arbitrumSepolia

```swift theme={null}
case arbitrumSepolia
```

### EVMChain.arbitrumnova

```swift theme={null}
case arbitrumnova
```

### EVMChain.astarZkevm

```swift theme={null}
case astarZkevm
```

### EVMChain.avalanche

```swift theme={null}
case avalanche
```

### EVMChain.avalancheFuji

```swift theme={null}
case avalancheFuji
```

### EVMChain.barretTestnet

```swift theme={null}
case barretTestnet
```

### EVMChain.base

```swift theme={null}
case base
```

### EVMChain.baseGoerli

```swift theme={null}
case baseGoerli
```

### EVMChain.baseSepolia

```swift theme={null}
case baseSepolia
```

### EVMChain.boss

```swift theme={null}
case boss
```

### EVMChain.bsc

```swift theme={null}
case bsc
```

### EVMChain.bscTestnet

```swift theme={null}
case bscTestnet
```

### EVMChain.chiliz

```swift theme={null}
case chiliz
```

### EVMChain.chilizSpicyTestnet

```swift theme={null}
case chilizSpicyTestnet
```

### EVMChain.coti

```swift theme={null}
case coti
```

### EVMChain.cotiTestnet

```swift theme={null}
case cotiTestnet
```

### EVMChain.curtis

```swift theme={null}
case curtis
```

### EVMChain.ethereum

```swift theme={null}
case ethereum
```

### EVMChain.ethereumGoerli

```swift theme={null}
case ethereumGoerli
```

### EVMChain.ethereumSepolia

```swift theme={null}
case ethereumSepolia
```

### EVMChain.hypersonicTestnet

```swift theme={null}
case hypersonicTestnet
```

### EVMChain.lightlink

```swift theme={null}
case lightlink
```

### EVMChain.lightlinkPegasus

```swift theme={null}
case lightlinkPegasus
```

### EVMChain.mode

```swift theme={null}
case mode
```

### EVMChain.modeSepolia

```swift theme={null}
case modeSepolia
```

### EVMChain.optimism

```swift theme={null}
case optimism
```

### EVMChain.optimismGoerli

```swift theme={null}
case optimismGoerli
```

### EVMChain.optimismSepolia

```swift theme={null}
case optimismSepolia
```

### EVMChain.polygon

```swift theme={null}
case polygon
```

### EVMChain.polygonAmoy

```swift theme={null}
case polygonAmoy
```

### EVMChain.polygonMumbai

```swift theme={null}
case polygonMumbai
```

### EVMChain.rari

```swift theme={null}
case rari
```

### EVMChain.rariTestnet

```swift theme={null}
case rariTestnet
```

### EVMChain.scroll

```swift theme={null}
case scroll
```

### EVMChain.scrollSepolia

```swift theme={null}
case scrollSepolia
```

### EVMChain.seiAtlantic2Testnet

```swift theme={null}
case seiAtlantic2Testnet
```

### EVMChain.seiPacific1

```swift theme={null}
case seiPacific1
```

### EVMChain.shape

```swift theme={null}
case shape
```

### EVMChain.shapeSepolia

```swift theme={null}
case shapeSepolia
```

### EVMChain.skaleNebula

```swift theme={null}
case skaleNebula
```

### EVMChain.skaleNebulaTestnet

```swift theme={null}
case skaleNebulaTestnet
```

### EVMChain.soneium

```swift theme={null}
case soneium
```

### EVMChain.soneiumMinatoTestnet

```swift theme={null}
case soneiumMinatoTestnet
```

### EVMChain.space

```swift theme={null}
case space
```

### EVMChain.spaceTestnet

```swift theme={null}
case spaceTestnet
```

### EVMChain.story

```swift theme={null}
case story
```

### EVMChain.storyTestnet

```swift theme={null}
case storyTestnet
```

### EVMChain.verifyTestnet

```swift theme={null}
case verifyTestnet
```

### EVMChain.viction

```swift theme={null}
case viction
```

### EVMChain.victionTestnet

```swift theme={null}
case victionTestnet
```

### EVMChain.xai

```swift theme={null}
case xai
```

### EVMChain.xaiSepoliaTestnet

```swift theme={null}
case xaiSepoliaTestnet
```

### EVMChain.zenchainTestnet

```swift theme={null}
case zenchainTestnet
```

### EVMChain.zkatana

```swift theme={null}
case zkatana
```

### EVMChain.zkyoto

```swift theme={null}
case zkyoto
```

### EVMChain.zora

```swift theme={null}
case zora
```

### EVMChain.zoraGoerli

```swift theme={null}
case zoraGoerli
```

### EVMChain.zoraSepolia

```swift theme={null}
case zoraSepolia
```

## Initializers

### init(\_:)

Inherited from `SpecificChain.init(_:)`.

```swift theme={null}
init?(_ from: String)
```

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

## Instance Properties

### chain

Inherited from `SpecificChain.chain`.

```swift theme={null}
var chain: Chain { get }
```

### chainType

Inherited from `AnyChain.chainType`.

```swift theme={null}
var chainType: ChainType { get }
```

### name

Inherited from `AnyChain.name`.

```swift theme={null}
var name: String { get }
```

## Instance Methods

### isValid(isProductionEnvironment:)

Inherited from `AnyChain.isValid(isProductionEnvironment:)`.

```swift theme={null}
func isValid(isProductionEnvironment: Bool) -> Bool
```
