Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
make sure to include updated docker-compose NOTE: ASSUMES KATANA
Browse files Browse the repository at this point in the history
  • Loading branch information
johann makram salib bestowrous authored and johann makram salib bestowrous committed Jul 13, 2023
1 parent eab1348 commit 0576fc7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ services:
context: ./backend
dockerfile: Dockerfile
environment:
- PRIVATE_KEY=0
- STARKNET_ACCOUNT_ADDRESS=0
- TOKEN_ADDRESS=0
- RPC_URL=0
- PRIVATE_KEY=0x0300001800000000300000180000000000030000000000003006001800006600
- STARKNET_ACCOUNT_ADDRESS=0x03ee9e18edc71a6df30ac3aca2e0b02a198fbce19b7480a63a0d71cbd76652e0
- TOKEN_ADDRESS=0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
- KAKAROT_ADDRESS=0x66a5454898f533792a1b3563d808c680a1cf6dd485797fc7044d71d88c49205
- RPC_URL=http://host.docker.internal:5050
- AMOUNT_TRANSFERED=1000000000000000
networks:
- faucet
Expand Down

0 comments on commit 0576fc7

Please sign in to comment.