Open candidatek opened 7 months ago
…ton label ref #4303 RPC URL cases (Change applies only to SOLANA RPC) 1 - No Rpc Url provided
2 - As soon as you provide a new VALID SOLANA Rpc url, UNTIL the getHealth fn returns response you get Loading...
after it return a valid response the button updates to
3 - Invalid RPC URL
Also to take care of the case that fetch function is not called at every key stroke inside the RPC URL input, debounce functionality is added.
…ton label ref #4303 RPC URL cases (Change applies only to SOLANA RPC) 1 - No Rpc Url provided
2 - As soon as you provide a new VALID SOLANA Rpc url, UNTIL the getHealth fn returns response you get Loading...
after it return a valid response the button updates to
3 - Invalid RPC URL
Also to take care of the case that fetch function is not called at every key stroke inside the RPC URL input, debounce functionality is added.