File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/scaffold-stark Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const blockieSizeMap = {
3535} ;
3636
3737/**
38- * Displays an address (or ENS) with a Blockie image and option to copy address.
38+ * Displays an address with a StarkNet profile avatar and option to copy address.
3939 */
4040export const Address = ( {
4141 address,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { useAccount } from "~~/hooks/useAccount";
1414 * - Time since last connection hasn't exceeded TTL
1515 * - The previously used connector is available and ready
1616 *
17- * @returns {void } This hook doesn't return any value
17+ * @returns {void } This hook doesn't return any value but performs auto-connection side effects
1818 */
1919export const useAutoConnect = ( ) : void => {
2020 const savedConnector = useReadLocalStorage < { id : string ; ix ?: number } > (
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ const findContractFile = (
368368 * @returns {Promise<{ classHash: string; address: string }> } The deployed contract's class hash and address.
369369 *
370370 * @example
371- * /// Example usage of deployContract function
371+ * // Example usage of deployContract function
372372 * await deployContract({
373373 * contract: "YourContract",
374374 * contractName: "YourContractExportName",
You can’t perform that action at this time.
0 commit comments