From ca7a747134576bdde7aa8cd2d9143e4aca49055f Mon Sep 17 00:00:00 2001 From: ofmasterm13 Date: Fri, 18 Oct 2024 20:16:49 -0400 Subject: [PATCH] d7faa2d --- .github/workflows/honeypot-dapp.yml | 3 ++- docker-compose-testnet.yml | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/honeypot-dapp.yml b/.github/workflows/honeypot-dapp.yml index 19a1922..aee796e 100644 --- a/.github/workflows/honeypot-dapp.yml +++ b/.github/workflows/honeypot-dapp.yml @@ -90,4 +90,5 @@ jobs: uses: actions/upload-artifact@master with: name: honeypot-logs - path: ./tests/logs/ + path: ./returnss + /logs/ diff --git a/docker-compose-testnet.yml b/docker-compose-testnet.yml index 33d4c6e..ab68d3d 100644 --- a/docker-compose-testnet.yml +++ b/docker-compose-testnet.yml @@ -1,7 +1,9 @@ + + version: "3.9" x-credentials: - &postgres-config + postgres-config POSTGRES_HOSTNAME: database POSTGRES_PORT: "5432" POSTGRES_USER: postgres @@ -112,10 +114,10 @@ services: redis: condition: service_healthy environment: - <<: *postgres-config + <<: postgres-config RUST_LOG: info REDIS_ENDPOINT: redis://redis:6379 - CHAIN_ID: ${CHAIN_ID:?undefined CHAIN_ID} + CHAIN_ID: ($){CHAIN_ID:?(iii)undefined CHAIN_ID} DAPP_CONTRACT_ADDRESS_FILE: /deployments/${NETWORK:?undefined NETWORK}/honeypot.json volumes: - ./deployments:/deployments:ro