removed kovan

This commit is contained in:
cventastic
2021-12-12 23:38:15 +01:00
parent d9fc75c404
commit 272c7f4186
2 changed files with 3 additions and 14 deletions

View File

@@ -1,4 +1,6 @@
TODO !!!!
1 Beim lesen von chain.json braucht pokt rechte auf den chains ordner: uid=1005(app) gid=1001(app) groups=1001(app)
1 Beim lesen von chain.json braucht pokt rechte auf den chains ordner
uid=1005(app) gid=1001(app) groups=1001(app)
2 command: pocket start --seeds=$POCKET_TEST_SEEDS --testnet ! testnet variable?!

View File

@@ -2,18 +2,6 @@ version: '3.1'
services:
geth-kovan:
image: parity/parity:latest
expose:
- "8545"
- "8546"
- "30303"
volumes:
- geth-kovan:/.kovan
command: "--kovan"
networks:
- pocket
geth-goerli:
image: ethereum/client-go:latest
expose:
@@ -69,7 +57,6 @@ services:
- pocket
volumes:
geth-kovan:
geth-goerli:
geth-rinkeby:
geth-mainnet: