You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: components/Starknet/modules/quick-start/pages/declare-a-smart-contract.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ The result of the declaration command is a contract class hash:
151
151
Class hash declared: <CLASS_HASH>
152
152
----
153
153
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.
155
155
156
156
If the contract you are declaring has previously been declared by someone else, you will get an output like this:
0 commit comments