Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 584cd1b

Browse files
authored
Removed Görli testnet
1 parent 3dd9472 commit 584cd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_modules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def dump(data, fname):
2323

2424
class Case(TestCase):
2525
_MODULE = ""
26-
_NETS = ["MAIN", "GOERLI", "KOVAN", "RINKEBY", "ROPSTEN"]
26+
_NETS = ["MAIN", "KOVAN", "RINKEBY", "ROPSTEN"]
2727

2828
def methods(self, net):
2929
print(f"\nNET: {net}")

0 commit comments

Comments
 (0)