Skip to content

Commit

Permalink
add .env and .coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkchen committed Feb 27, 2020
1 parent 809392a commit 732bb28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .env.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Private key must be prepended by '0x'
DEPLOYMENT_PRIVATE_KEY="0xf2f48ee19680706196e2e339e5da3491186e0c4c5030670656b0e0164837257d"

# The constants you'd like to deploy with (production, staging, development)
# Use production for circleCI as we want to test production configurations on test-net in our scenario tests
DEPLOYMENT_CONSTANT="production"

# Deployment network can be 1 (main-net), 42 (kovan), 50 (test-rpc)
DEPLOYMENT_NETWORK_ID=50;

# If you're deploying to any live network (main-net/test-net), make sure this is filled out
INFURA_KEY=""
1 change: 1 addition & 0 deletions coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: CjY7rN1spjcTAi6oRs2HdJQoVYuGJDLpF

0 comments on commit 732bb28

Please sign in to comment.