-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
809392a
commit 732bb28
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
repo_token: CjY7rN1spjcTAi6oRs2HdJQoVYuGJDLpF |