forked from cerc-io/laconicd-deprecated
0e46b15e8d
Solution: - make it run - add python linter job for the python codes - fix nix expression to build ethermintd add file diff condition add gomod2nix check
4 lines
80 B
Python
4 lines
80 B
Python
def test_basic(cluster):
|
|
w3 = cluster.w3
|
|
assert w3.eth.chain_id == 9000
|