Skip to content

Commit 77b57c9

Browse files
committed
fix: Tenderly URL change
1 parent 87da29f commit 77b57c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.mock-bundler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
image: ghcr.io/foundry-rs/foundry:stable
44
restart: unless-stopped
55
ports: ["8545:8545"]
6-
entrypoint: [ "anvil", "--fork-url", "https://gateway.tenderly.co/public/sepolia", "--host", "0.0.0.0", "--gas-price", "1" ]
6+
entrypoint: [ "anvil", "--fork-url", "https://sepolia.gateway.tenderly.co", "--host", "0.0.0.0", "--gas-price", "1" ]
77
platform: linux/amd64
88

99
mock-paymaster:

0 commit comments

Comments
 (0)