> For the complete documentation index, see [llms.txt](https://storx.gitbook.io/welcome-to-storx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://storx.gitbook.io/welcome-to-storx/smart-contracts/how-to-configure-inspectors.md).

# How to configure Inspectors

{% embed url="<https://raw.githubusercontent.com/StorXNetwork/storx-contracts/a742574ddcc40359c3f56ed8856df644e2777f4e/diagrams/inheritance.svg>" %}

### Deployments

* StorX Token Implementation - [xdcdc34e983e8558651ebb1fd3d2f2cf303bf8fd00a](https://xdc.network/addr/xdcdc34e983e8558651ebb1fd3d2f2cf303bf8fd00a)
* StorX Token Proxy - [xdc5d5f074837f5d4618b3916ba74de1bf9662a3fed](https://xdc.network/addr/xdc5d5f074837f5d4618b3916ba74de1bf9662a3fed)

### Contract Testing

A dedicated test suite has been created for testing staking.&#x20;

Command to run the test suite:

1. Run your local blockchain or test blockchains like ganache or truffle to develop\
   e.g: for ganache

```
ganache-cli
```

1. Run the staking test suite using

```
npm run test-staking
```

The test results at the time of deployment can be found [here](https://github.com/StorXNetwork/storx-contracts/blob/master/test-result/staking-test.log)\
The Staking test suite can be found [here](https://github.com/StorXNetwork/storx-contracts/blob/master/test/Staking)
