forked from sphinx-labs/sphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sphinx-labs#731 from chugsplash/pate/contributor-g…
…uide docs: Update contributor guide
- Loading branch information
Showing
7 changed files
with
31 additions
and
15 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
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PRIVATE_KEY=<private key> | ||
ALCHEMY_API_KEY=<alchemy blockchain network api key> | ||
IPFS_PROJECT_ID=<infura ipfs project id> | ||
IPFS_API_KEY_SECRET=<infura ipfs api key secret> | ||
DISABLE_ANALYTICS=<disable analytics reporting> | ||
IPFS_PROJECT_ID=<Infura ipfs project id to retrieve config file> | ||
IPFS_API_KEY_SECRET=<Infura ipfs api key to retrieve config file> | ||
DISABLE_ANALYTICS=<disable analytics reporting> |
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
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
IPFS_PROJECT_ID=<ipfs project id to retrieve config file> | ||
IPFS_API_KEY_SECRET=<ipfs api key to retrieve config file> | ||
IPFS_PROJECT_ID=<Infura ipfs project id to retrieve config file> | ||
IPFS_API_KEY_SECRET=<Infura ipfs api key to retrieve config file> | ||
PRIVATE_KEY=<private key> | ||
DISABLE_ANALYTICS=true | ||
DEV_FILE_PATH=./dist/foundry/index.js | ||
NETWORK=localhost | ||
ALCHEMY_API_KEY=<Alchemy provider api key> | ||
CHUGSPLASH_INTERNAL__OWNER_PRIVATE_KEY=<Private key of the system owner (optional, defaults to the multisign)> | ||
CHUGSPLASH_API_KEY=<API key for the ChugSplash managed service> | ||
LOCAL_TEST_METATX_PROPOSE=<Used to allow meta transactions on local networks for testing purposes> | ||
CHUGSPLASH_API_KEY=<API key for the ChugSplash managed service (optional, only necessary when proposing deployments)> | ||
LOCAL_TEST_METATX_PROPOSE=<Optional, used to allow meta transactions on local networks for testing purposes> |