Skip to content

Commit fbce040

Browse files
authored
Merge pull request #24 from nftlabs/am/loading
Replace rpc
2 parents d238123 + 199fc53 commit fbce040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/useSdkWithSigner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function useSDKWithSigner({
2828
}
2929
return new ThirdwebSDK(rpc, {
3030
transactionRelayerUrl: relayUrl,
31-
readOnlyRpcUrl: rpcUrl,
31+
readOnlyRpcUrl: rpc,
3232
});
3333
}, [relayUrl]);
3434

0 commit comments

Comments
 (0)