Properties
| Property | Type | Description |
|---|---|---|
chainType | ChainType | The technology family this chain belongs to |
isTestnet | Boolean | True if this is a test network |
name | String | The canonical lowercase string identifier for this chain (e.g. “ethereum”, “base-sepolia”) |
Functions
| Function | Description |
|---|---|
isValid | Returns true if this chain should be used in the given environment (mainnet chains for production, testnets otherwise). |

