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 e61fe3e commit 7cbff6aCopy full SHA for 7cbff6a
examples/supply/src/HubSelector.tsx
@@ -10,7 +10,9 @@ export function HubSelector({
10
onChange: onMarketSelect,
11
}: HubSelectorProps) {
12
const { data: hubs, loading } = useHubs({
13
- chainIds: [chainId],
+ query: {
14
+ chainIds: [chainId],
15
+ },
16
});
17
18
const handleChange = (event: React.ChangeEvent<HTMLSelectElement>) => {
0 commit comments