Skip to content

Commit 089de2c

Browse files
authored
Fix typo in fork-testing.md (#2790)
<!-- 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`
1 parent f8976e5 commit 089de2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/snforge-advanced-features/fork-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the same fork in tests.
6565
```toml
6666
[[tool.snforge.fork]]
6767
name = "SEPOLIA_LATEST"
68-
url = "https://starknet-sepolia.public.blastapi.iol/rpc/v0_7"
68+
url = "https://starknet-sepolia.public.blastapi.io/rpc/v0_7"
6969
block_id.tag = "latest"
7070
```
7171

0 commit comments

Comments
 (0)