From 3e6090294ac7711eed2cced0d25920f7d627ac76 Mon Sep 17 00:00:00 2001 From: Gideon Bature <83569891+GideonBature@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:59:10 +0100 Subject: [PATCH] Update declare-a-smart-contract.adoc: fix minor typo in StarkScan link change the sub-domain from `testnet` to `sepolia`. (#1364) * Update declare-a-smart-contract.adoc: change sub-domain from `testnet` to `sepolia` on line 154, I corrected the url to the StarkScan, from `https://testnet.starkscan.co` to `https://sepolia.starkscan.co`. The one with the `testnet` sub-domain is no longer working, hence, for anything `testnet` it is the `sepolia` that is working. * i --------- Co-authored-by: Raz Landau <125185051+LandauRaz@users.noreply.github.com> --- .../modules/quick-start/pages/declare-a-smart-contract.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Starknet/modules/quick-start/pages/declare-a-smart-contract.adoc b/components/Starknet/modules/quick-start/pages/declare-a-smart-contract.adoc index 7e2b19df3e..9a6cf2c5ac 100644 --- a/components/Starknet/modules/quick-start/pages/declare-a-smart-contract.adoc +++ b/components/Starknet/modules/quick-start/pages/declare-a-smart-contract.adoc @@ -151,7 +151,7 @@ The result of the declaration command is a contract class hash: Class hash declared: ---- -This hash is the identifier of the contract class in Starknet. You can think of it as the address of the contract class. You can use a block explorer like https://testnet.starkscan.co/class/0x00e68b4b07aeecc72f768b1c086d9b0aadce131a40a1067ffb92d0b480cf325d[StarkScan] to see the contract class hash in the blockchain. +This hash is the identifier of the contract class in Starknet. You can think of it as the address of the contract class. You can use a block explorer like https://sepolia.starkscan.co/class/0x00e68b4b07aeecc72f768b1c086d9b0aadce131a40a1067ffb92d0b480cf325d[StarkScan] to see the contract class hash in the blockchain. If the contract you are declaring has previously been declared by someone else, you will get an output like this: