Skip to content

Commit

Permalink
misc: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michcio1234 committed Oct 28, 2024
1 parent 96a8fbf commit eab291f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/chains/suave/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,8 @@ function newSuaveWallet<TTransport extends Transport>(params: {
const account = params.jsonRpcAccount || privateKeyAccount

const clientChain =
params.chain || (params.customRpc?.includes('localhost')
? suaveRigil
: suaveToliman
)
params.chain ||
(params.customRpc?.includes('localhost') ? suaveRigil : suaveToliman)

return createWalletClient({
account,
Expand Down

0 comments on commit eab291f

Please sign in to comment.