Skip to content

Commit d23c9f2

Browse files
lint
1 parent 2f8f0f0 commit d23c9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/thirdweb/src/react/core/hooks/usePaymentMethods.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ export function usePaymentMethods(options: {
106106
decimals: b.decimals,
107107
iconUri: "",
108108
name: b.name,
109-
symbol: b.symbol,
110109
priceUsd: 0,
110+
symbol: b.symbol,
111111
} as Token,
112112
}));
113113

@@ -136,10 +136,10 @@ export function usePaymentMethods(options: {
136136
client,
137137
destinationChainId: destinationToken.chainId,
138138
destinationTokenAddress: destinationToken.address,
139-
originChainId: chainId,
140139
includePrices: true,
141140
limit: 100,
142141
maxSteps: 3,
142+
originChainId: chainId,
143143
sortBy: "popularity",
144144
});
145145

0 commit comments

Comments
 (0)