pull/1385/head
bohendo 2 years ago
parent d7396ec62e
commit f0c87149f7
  1. 1
      .gitignore
  2. 1
      tests/test_read_storage.py

1
.gitignore vendored

@ -47,6 +47,7 @@ coverage.xml
*.cover
.hypothesis/
.vscode/
storage_layout.json
# Translations
*.mo
*.pot

@ -112,6 +112,7 @@ def test_read_storage(web3, ganache) -> None:
srs = SlitherReadStorage(contracts, 100)
srs.rpc = ganache.provider
srs.block = "latest"
srs.storage_address = address
srs.get_all_storage_variables()
srs.get_storage_layout()

Loading…
Cancel
Save