From 39aec254d9e3a4bd2f1b31463377f39cc2381cda Mon Sep 17 00:00:00 2001 From: Patricio Palladino Date: Sat, 25 May 2019 17:34:53 -0300 Subject: [PATCH] Remove unused param from the README's example --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5248f7f..493bb77 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,7 @@ const txParams = { gasLimit: '0x2710', to: '0x0000000000000000000000000000000000000000', value: '0x00', - data: '0x7f7465737432000000000000000000000000000000000000000000000000000000600057', - // EIP 155 chainId - mainnet: 1, ropsten: 3 - chainId: 3, + data: '0x7f7465737432000000000000000000000000000000000000000000000000000000600057' } const tx = new EthereumTx(txParams)