We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8f0f0 commit d23c9f2Copy full SHA for d23c9f2
packages/thirdweb/src/react/core/hooks/usePaymentMethods.ts
@@ -106,8 +106,8 @@ export function usePaymentMethods(options: {
106
decimals: b.decimals,
107
iconUri: "",
108
name: b.name,
109
- symbol: b.symbol,
110
priceUsd: 0,
+ symbol: b.symbol,
111
} as Token,
112
}));
113
@@ -136,10 +136,10 @@ export function usePaymentMethods(options: {
136
client,
137
destinationChainId: destinationToken.chainId,
138
destinationTokenAddress: destinationToken.address,
139
- originChainId: chainId,
140
includePrices: true,
141
limit: 100,
142
maxSteps: 3,
+ originChainId: chainId,
143
sortBy: "popularity",
144
});
145
0 commit comments