Skip to content

Commit

Permalink
fees claiming
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Mar 22, 2021
1 parent 304595f commit b5c2727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ jobs:
LD_LIBRARY_PATH: /usr/local/lib
CLOUDSDK_PYTHON: /usr/bin/python
CHILD_CHAIN_URL: "http://localhost:9656"
FEE_CLAIMER_ADDRESS: "0x3b9f4c1dd26e0be593373b1d36cee2008cbeb837"
parallelism: 5
steps:
- checkout
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ services:
- RELEASE_COOKIE=development
- NODE_HOST=127.0.0.1
- PULSE_API_KEY=${PULSE_API_KEY}
- FEE_CLAIMER_ADDRESS=0x3b9f4c1dd26e0be593373b1d36cee2008cbeb837
restart: always
volumes:
- ./data:/data
Expand Down

0 comments on commit b5c2727

Please sign in to comment.