Skip to content

Commit 17fce44

Browse files
authored
Update README.md
1 parent 48ee4ac commit 17fce44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ npm install keychain.js
6363
```javascript
6464
const { Keychain, KeychainWeb3 } = require('keychain.js');
6565
const Web3 = require('web3');
66-
const API_URL = 'YOUR_API_URL'; // https://ropsten.infura.io/v3/046804e3dd3240b09834531326f310cf
67-
const web3 = new Web3(API_URL);
66+
const web3 = new Web3('YOUR_API_URL'); // https://ropsten.infura.io/v3/046804e3dd3240b09834531326f310cf
6867
const transactionParams = {
6968
to: '0xE8899BA12578d60e4D0683a596EDaCbC85eC18CC',
7069
value: 100,

0 commit comments

Comments
 (0)