Skip to content

Commit

Permalink
test: use different sepolia rpc (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc authored Feb 14, 2025
1 parent dabb6b9 commit 415968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createRollupGetRetryablesFees.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createRollupGetRetryablesFees } from './createRollupGetRetryablesFees';

const sepoliaClient = createPublicClient({
chain: sepolia,
transport: http(),
transport: http('https://gateway.tenderly.co/public/sepolia'),
});

it('successfully fetches retryable fees for an eth-based chain', async () => {
Expand Down

0 comments on commit 415968f

Please sign in to comment.