Skip to content

Commit

Permalink
Fix typo in fork-testing.md (#2790)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

-

## Checklist

<!-- Make sure all of these are complete -->

- [X] Linked relevant issue
- [X] Updated relevant documentation
- [X] Added relevant tests
- [X] Performed self-review of the code
- [X] Added changes to `CHANGELOG.md`
  • Loading branch information
amanusk authored Dec 17, 2024
1 parent f8976e5 commit 089de2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/snforge-advanced-features/fork-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the same fork in tests.
```toml
[[tool.snforge.fork]]
name = "SEPOLIA_LATEST"
url = "https://starknet-sepolia.public.blastapi.iol/rpc/v0_7"
url = "https://starknet-sepolia.public.blastapi.io/rpc/v0_7"
block_id.tag = "latest"
```

Expand Down

0 comments on commit 089de2c

Please sign in to comment.