> ## 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.

# Viction

> Kotlin Object

**Object**

```kotlin theme={null}
data object Viction : EVMChain
```

## Properties

### chainType

```kotlin theme={null}
open override val chainType: ChainType
```

### isTestnet

```kotlin theme={null}
open override val isTestnet: Boolean = false
```

### name

```kotlin theme={null}
open override val name: String
```

## Functions

### isValid

```kotlin theme={null}
open fun isValid(isProductionEnvironment: Boolean): Boolean
```
