ChainType

const enum ChainType {
  EVM = 0,
}

Last updated