Skip to content

Commit 3e60902

Browse files
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 <[email protected]>
1 parent 4d0fe7d commit 3e60902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Starknet/modules/quick-start/pages/declare-a-smart-contract.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The result of the declaration command is a contract class hash:
151151
Class hash declared: <CLASS_HASH>
152152
----
153153

154-
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.
154+
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.
155155

156156
If the contract you are declaring has previously been declared by someone else, you will get an output like this:
157157

0 commit comments

Comments
 (0)