EnvParams constructor

EnvParams(
  1. int chainId,
  2. Map<String, String> contracts,
  3. String baseApiUrl,
  4. String batchExplorerUrl,
  5. String baseWeb3Url,
  6. String baseWeb3RdpUrl,
)

Implementation

EnvParams(
  this.chainId,
  this.contracts,
  this.baseApiUrl,
  this.batchExplorerUrl,
  this.baseWeb3Url,
  this.baseWeb3RdpUrl,
);