fix siasky.net hardcoded
This commit is contained in:
parent
cdf1064293
commit
76b0431cc4
|
@ -57,7 +57,7 @@ const createUploadErrorMessage = (error) => {
|
||||||
return `Critical error, please refresh the application and try again. ${error.message}`;
|
return `Critical error, please refresh the application and try again. ${error.message}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
const client = new SkynetClient("https://siasky.net");
|
const client = new SkynetClient();
|
||||||
|
|
||||||
const RegistrationLink = () => (
|
const RegistrationLink = () => (
|
||||||
<Link
|
<Link
|
||||||
|
|
Reference in New Issue