Skip to content

Commit

Permalink
fix: rpc adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Nov 28, 2024
1 parent 69d4066 commit 2d16582
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,16 @@ jobs:
- name: Clone hdp-cairo repository
run: |
git clone -b starknet_syscall_handler https://x-access-token:${{ secrets.REPO_ACCESS_TOKEN }}@github.com/HerodotusDev/hdp-cairo.git hdp-cairo || git clone https://x-access-token:${{ secrets.REPO_ACCESS_TOKEN }}@github.com/HerodotusDev/hdp-cairo.git hdp-cairo
git clone -b rpc-adjust https://x-access-token:${{ secrets.REPO_ACCESS_TOKEN }}@github.com/HerodotusDev/hdp-cairo.git hdp-cairo || git clone https://x-access-token:${{ secrets.REPO_ACCESS_TOKEN }}@github.com/HerodotusDev/hdp-cairo.git hdp-cairo
cd hdp-cairo
git checkout starknet_syscall_handler
git checkout rpc-adjust
git config user.name github-actions
git config user.email github-actions@github.com
- name: Generate .env file
run: |
cd hdp-test
cat << EOF > .env
RPC_URL=${{ secrets.RPC_URL }}
PROVIDER_URL_ETHEREUM_SEPOLIA=${{ secrets.PROVIDER_URL_ETHEREUM_SEPOLIA }}
PROVIDER_URL_STARKNET_SEPOLIA=${{ secrets.PROVIDER_URL_STARKNET_SEPOLIA }}
PROVIDER_CHUNK_SIZE_ETHEREUM_SEPOLIA=${{ secrets.PROVIDER_CHUNK_SIZE_ETHEREUM_SEPOLIA }}
Expand Down

0 comments on commit 2d16582

Please sign in to comment.