Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Mar 18, 2024
1 parent 2fdece4 commit c3bcfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/4337-gas-metering/gelato/gelato.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ if (chain == 'sepolia') {
chain: sepolia,
})
} else if (chain == 'base-sepolia') {
publicClient = (createPublicClient({
publicClient = createPublicClient({
transport: http(rpcURL),
chain: baseSepolia,
})) as PublicClient
}) as PublicClient
} else {
throw new Error('Current code only support limited networks. Please make required changes if you want to use custom network.')
}
Expand Down

0 comments on commit c3bcfad

Please sign in to comment.