Use LoadConfig from ipld-eth-server

This commit is contained in:
2022-05-17 18:36:08 +05:30
parent c468b494dc
commit f4c1ca4ebe
3 changed files with 6 additions and 31 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ export DATABASE_USER=vdbm
export DATABASE_PORT=8077
export DATABASE_PASSWORD=password
export DATABASE_HOSTNAME=127.0.0.1
export DATABASE_NAME=vulcanize_testing
# Wait for containers to be up and execute the integration test.
while [ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8545)" != "200" ]; do echo "waiting for geth-statediff..." && sleep 5; done && \
make integrationtest
make integrationtest