getCurrentEnvironment function

EnvParams? getCurrentEnvironment()

Returns the current environment @returns {Object} Contains contract addresses, Hermez API and Batch Explorer urls and the Etherscan URL por the provider

Implementation

EnvParams? getCurrentEnvironment() {
  return params;
}