Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d7faa2d #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/honeypot-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,5 @@ jobs:
uses: actions/upload-artifact@master
with:
name: honeypot-logs
path: ./tests/logs/
path: ./returnss
/logs/
8 changes: 5 additions & 3 deletions docker-compose-testnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@


version: "3.9"

x-credentials:
&postgres-config
postgres-config
POSTGRES_HOSTNAME: database
POSTGRES_PORT: "5432"
POSTGRES_USER: postgres
Expand Down Expand Up @@ -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
Expand Down