Skip to content

Commit

Permalink
Merge pull request #154 from HerodotusDev/starknet
Browse files Browse the repository at this point in the history
feat: starkent + new input format
  • Loading branch information
rkdud007 authored Oct 28, 2024
2 parents bb85c4f + d94cfa4 commit 0d98509
Show file tree
Hide file tree
Showing 64 changed files with 1,842 additions and 891 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ PROVIDER_URL_ETHEREUM_SEPOLIA=https://goerli.infura.io/v3/your-infura-api-key
# this value is optional
PROVIDER_CHUNK_SIZE_ETHEREUM_SEPOLIA=2000

RPC_URL_STARKNET_SEPOLIA=# if it's starknet make sure to use pathfinder

# Optional
DRY_RUN_CAIRO_PATH= # path for dry run cairo
SOUND_RUN_CAIRO_PATH= # path for sound run cairo
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
rustup component add clippy
rustup component add rustfmt
- name: Install cargo-make
run: cargo install --debug cargo-make
- uses: taiki-e/install-action@just
- name: Run clippy and formatter checks
run: cargo make run-ci-flow
run: just run-ci-flow
Loading

0 comments on commit 0d98509

Please sign in to comment.