---
name: Default
about: Default Web3 issue template.
---

<!---------------------------------------------------------------------------------------

Welcome to the Web3.js Issue Template!

If you're new around here, reading this will make sure you're helped ASAP.
The more details you include, the better the community will be able to help you!

---------------------------------------------------------------------------------------->

### Description <!-- In plain words, what happened -->


#### Expected behavior
<!---------------------------------------------------------------------
    Example:
    Calling `await web3.eth.getAccounts()` should return an array.
----------------------------------------------------------------------->


#### Actual behavior
<!---------------------------------------------------------------------
    Example:
    Calling `await web3.eth.getAccounts()` returns "monkey".
----------------------------------------------------------------------->


#### Steps to reproduce the behavior
<!---------------------------------------------------------------------
    Example:
    1. Import `web3`
    2. Set the provider to `localhost`
    3. Fetch latest block

    Please use the code blocks Markdown does provide:

    ```js
      
        console.log('Pretty syntax!');
    
    ```
----------------------------------------------------------------------->


#### Error Logs 


#### Gists
<!---------------------------------------------------------------------
    Including links to gists with:
    * ABI JSON,
    * working Solidity code, etc.

    gist tutorial: https://help.github.com/en/articles/creating-gists
----------------------------------------------------------------------->


### Versions 
* web3.js:
* nodejs:
* browser:
* ethereum node:


<!---------------------------------------------------------------------
                    Thanks for your cooperation!
----------------------------------------------------------------------->
