diff --git a/src/components/NetworkSelector/index.tsx b/src/components/NetworkSelector/index.tsx index a4fd2589..cbfe9384 100644 --- a/src/components/NetworkSelector/index.tsx +++ b/src/components/NetworkSelector/index.tsx @@ -312,6 +312,7 @@ export const NetworkSelector = () => { handleInputChange("rpcUrl", e.target.value); }} error={validationError?.rpcUrl} + infoLink="https://developers.stellar.org/docs/data/rpc/rpc-providers" /> {/* TODO: put these back once Stellar JS SDK is ready */} {/* { handleInputChange("horizonUrl", e.target.value); }} error={validationError?.horizonUrl} + infoLink="https://developers.stellar.org/docs/data/horizon/horizon-providers" /> {/* TODO: put these back once Stellar JS SDK is ready */} {/* { return ( );