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.
2 parents f79e16b + c95ceef commit 403b8e5Copy full SHA for 403b8e5
frontend/src/components-ui/OpenScanLink.js
@@ -1,7 +1,7 @@
1
import React from "react";
2
3
export const OpenScanLink = ({children}) => (
4
- <a href={`http://localhost:8080/widget/trx/address/${children}`} target="_blank" rel="noopener noreferrer">
+ <a href={`https://api.openfuture.io/widget/trx/address/${children}`} target="_blank" rel="noopener noreferrer">
5
{children}
6
</a>
7
);
0 commit comments