Skip to content

Commit

Permalink
fix: use proper contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed Apr 24, 2024
1 parent 55834ea commit 9671eac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- HOST=0.0.0.0
- PORT=5174
- DB_NAME=depositDB
- DEPOSIT_CONTRACT_ADDRESS=0xb9919c8D8D384d93C195503064A3b303Ea8Fdbaa
- DEPOSIT_CONTRACT_ADDRESS=0xA3D86ebF4FAC94114526f4D09C3fA093898347a6
ports:
- "5174:5174"
depends_on:
Expand All @@ -43,7 +43,8 @@ services:
- HOST=0.0.0.0
- PORT=5174
- DB_NAME=depositDB
- DEPOSIT_CONTRACT_ADDRESS=0xb9919c8D8D384d93C195503064A3b303Ea8Fdbaa
- DEPOSIT_CONTRACT_ADDRESS=0xA3D86ebF4FAC94114526f4D09C3fA093898347a6

ports:
- "3000:3000"
depends_on:
Expand Down

0 comments on commit 9671eac

Please sign in to comment.