Skip to content

Commit

Permalink
fix: add project id to infura ethereum url (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan authored Feb 18, 2020
1 parent d887e21 commit 91db9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
- VERIFIED_ACCOUNT=false
- MAILDEV_PORT_TCP_ADDR=maildev
- MAILDEV_PORT_TCP_PORT=25
- ETHEREUM_URL=https://mainnet.infura.io/
- ETHEREUM_URL=https://mainnet.infura.io/v3/413509b543eb445ebb64993273d64c8d
volumes:
- ./Docker/tools/wait-for-it.sh:/wait-for-it.sh
depends_on:
Expand Down

0 comments on commit 91db9c5

Please sign in to comment.