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 fac1f54 commit 6fa7b91Copy full SHA for 6fa7b91
src/graphql/helpers.ts
@@ -535,7 +535,7 @@ async function getControllerDomains(address: string): Promise<string[]> {
535
body: JSON.stringify({
536
method: 'lookup_domains',
537
params: address,
538
- network: network === 'testnet' ? '11155111' : '1'
+ network: network === 'testnet' ? ['11155111', '157'] : ['1', '109']
539
})
540
});
541
const { result, error } = (await response.json()) as JsonRpcResponse;
0 commit comments