``` const hash = bitcoin.crypto.sha256(Buffer.from("my seed here")) const network = coininfo(`DASH-TEST`).toBitcoinJS(); const keyPair = bitcoin.ECPair.fromPrivateKey(hash,{network}) console.log(keyPair) ``` When there is no `network` option it works fine