EnsRegistryContract.smartchain constructor
- required EvmRpcInterface rpc,
 
Implementation
factory EnsRegistryContract.smartchain({required EvmRpcInterface rpc}) {
  return EnsRegistryContract(
    contractAddress: znsRegistryContractAddress,
    rpc: rpc,
  );
}