@wireio/stake 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36103,7 +36103,7 @@ class Staker {
36103
36103
  break;
36104
36104
  case EvmChainID.Ethereum:
36105
36105
  case EvmChainID.Hoodi:
36106
- this.clients.set(EvmChainID.Hoodi, new EthereumStakingClient(cfg));
36106
+ this.clients.set(cfg.network.chainId, new EthereumStakingClient(cfg));
36107
36107
  break;
36108
36108
  default:
36109
36109
  console.log(`No staking client available for chain ${cfg.network.chainId}`);