-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate sphinx for deployment (#840)
* build: integrate sphinx for deployment * build: bump sphinx * build: add runSphinx and runBroadcast in scripts * docs: use dev natspec tag * build: add sphinxProjectName * chore: add SPHINX_PROJECT_NAME in .env.example * docs: include SPHINX_PROJECT_NAME in constructor natspec --------- Co-authored-by: andreivladbrg <andreivladbrg@gmail.com>
- Loading branch information
1 parent
bb65f9f
commit 3bb0dc2
Showing
18 changed files
with
339 additions
and
21 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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
export API_KEY_INFURA="YOUR_API_KEY_INFURA" | ||
export EOA="YOUR_EOA_ADDRESS" | ||
export FOUNDRY_PROFILE="lite" | ||
export MNEMONIC="YOUR_MNEMONIC" | ||
export RPC_URL_MAINNET="YOUR_RPC_URL_MAINNET" | ||
export SPHINX_API_KEY="YOUR_API_KEY" | ||
export SPHINX_ORG_ID="YOUR_ORG_ID" | ||
export SPHINX_PROJECT_NAME="YOUR_PROJECT_NAME" |
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,6 +1,7 @@ | ||
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/ | ||
@prb/math/=node_modules/@prb/math/ | ||
@prb/test/=node_modules/@prb/test/ | ||
@sphinx-labs/contracts/=node_modules/@sphinx-labs/contracts/contracts/foundry | ||
forge-std/=node_modules/forge-std/ | ||
solady/=node_modules/solady/ | ||
solarray/=node_modules/solarray/ | ||
solarray/=node_modules/solarray/ |
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
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
Oops, something went wrong.