-
Notifications
You must be signed in to change notification settings - Fork 6
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 #111 from Bananapus/feat/sphinx
feat: add sphinx deployment
- Loading branch information
Showing
50 changed files
with
60,682 additions
and
261 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# name: Sphinx Dry Run | ||
# env: | ||
# SPHINX_API_KEY: ${{ secrets.SPHINX_API_KEY }} | ||
# RPC_ETHEREUM_MAINNET: "https://rpc.ankr.com/eth" | ||
# RPC_ETHEREUM_SEPOLIA: "https://eth-sepolia.g.alchemy.com/v2/${{ secrets.ALCHEMY_API_KEY }}" | ||
# RPC_OPTIMISM_MAINNET: "https://rpc.ankr.com/optimism" | ||
# RPC_OPTIMISM_SEPOLIA: "https://opt-sepolia.g.alchemy.com/v2/${{ secrets.ALCHEMY_API_KEY }}" | ||
# RPC_POLYGON_MAINNET: "https://rpc.ankr.com/polygon" | ||
# RPC_POLYGON_MUMBAI: "https://polygon-mumbai.g.alchemy.com/v2/${{ secrets.ALCHEMY_API_KEY }}" | ||
|
||
# # Trigger the dry run when a pull request is opened or updated. | ||
# on: pull_request | ||
|
||
# jobs: | ||
# sphinx-dry-run: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# with: | ||
# submodules: recursive | ||
# - uses: actions/setup-node@v4 | ||
# with: | ||
# node-version: latest | ||
# - name: Install npm dependencies | ||
# run: npm ci | ||
# - name: Install Foundry | ||
# uses: foundry-rs/foundry-toolchain@v1 | ||
# with: | ||
# version: nightly | ||
# # - name: Install Sphinx Solidity Library | ||
# # run: npx sphinx install | ||
# - name: Dry Run | ||
# run: npx sphinx propose script/Deploy.s.sol --dry-run --networks testnets |
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,3 +1,6 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "lib/sphinx"] | ||
path = lib/sphinx | ||
url = https://github.com/sphinx-labs/sphinx |
410 changes: 410 additions & 0 deletions
410
deployments/compiler-inputs/b2112d617c776ac2cceb92d11c578094.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.