-
Notifications
You must be signed in to change notification settings - Fork 4
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 #134 from HerodotusDev/starknet
feat: chain id refactoring
- Loading branch information
Showing
31 changed files
with
814 additions
and
288 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,7 +1,9 @@ | ||
# Note that CHAIN_ID and RPC_URL are both required for fetch data | ||
CHAIN_ID=11155111 | ||
RPC_URL=https://goerli.infura.io/v3/your-infura-api-key | ||
# Note that RPC_URL_{CHAIN_ID} is required for fetch data | ||
RPC_URL_ETHEREUM_SEPOLIA=https://goerli.infura.io/v3/your-infura-api-key | ||
# this value is optional | ||
RPC_CHUNK_SIZE_ETHEREUM_SEPOLIA=2000 | ||
|
||
# Optional | ||
RPC_CHUNK_SIZE=2000 | ||
DRY_RUN_CAIRO_PATH= # path for dry run cairo | ||
SOUND_RUN_CAIRO_PATH= # path for sound run cairo | ||
SOUND_RUN_CAIRO_PATH= # path for sound run cairo | ||
SAVE_FETCH_KEYS_FILE= # path for dry run output file |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.