diff --git a/.gitignore b/.gitignore index 8ee96b1a..89b7817c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ *.so *.dylib *.nodes.json - +storage # Test binary, build with `go test -c` *.test diff --git a/storage b/storage deleted file mode 100644 index 74f33549..00000000 --- a/storage +++ /dev/null @@ -1,20 +0,0 @@ -{ - "common_nodes": [ - { - "url": "http://mainnet-htz-fsn1-3.wavesnodes.com", - "enabled": true, - "alias": "" - }, - { - "url": "http://stagenet-statehash-htz-hel1-1.wavesnodes.com", - "enabled": true, - "alias": "" - }, - { - "url": "http://mainnet-statehash-htz-hel1-1.wavesnodes.com", - "enabled": true, - "alias": "" - } - ], - "specific_nodes": null -} \ No newline at end of file