@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.
package/lib/stake.js CHANGED
@@ -36664,7 +36664,7 @@ class Staker {
36664
36664
  break;
36665
36665
  case core.EvmChainID.Ethereum:
36666
36666
  case core.EvmChainID.Hoodi:
36667
- this.clients.set(core.EvmChainID.Hoodi, new EthereumStakingClient(cfg));
36667
+ this.clients.set(cfg.network.chainId, new EthereumStakingClient(cfg));
36668
36668
  break;
36669
36669
  default:
36670
36670
  console.log(`No staking client available for chain ${cfg.network.chainId}`);