@@ -32,9 +32,34 @@ export const SIDEQUESTS: Record<SideQuestId, SideQuestMeta> = {
32
32
check : checkEnsAvatarSet ,
33
33
link : "/guides/register-ens-domain-set-avatar" ,
34
34
} ,
35
- contractDeployed : { id : "contractDeployed" , name : "Deploy a Contract" , check : checkContractDeployed } ,
36
- swappedOnDex : { id : "swappedOnDex" , name : "Swap on a DEX" , check : checkSwappedOnDex } ,
37
- usedL2 : { id : "usedL2" , name : "Use an L2" , check : checkUsedL2 } ,
38
- sentMainnetTx : { id : "sentMainnetTx" , name : "Send a Mainnet TX" , check : checkSentMainnetTx } ,
39
- mintedNFT : { id : "mintedNFT" , name : "Mint an NFT" , check : checkMintedNFT } ,
35
+ contractDeployed : {
36
+ id : "contractDeployed" ,
37
+ name : "Deploy a Contract" ,
38
+ check : checkContractDeployed ,
39
+ link : "https://www.youtube.com/watch?v=AUwYGRkxm_8" ,
40
+ } ,
41
+ swappedOnDex : {
42
+ id : "swappedOnDex" ,
43
+ name : "Swap on a DEX" ,
44
+ check : checkSwappedOnDex ,
45
+ link : "https://ethereum.org/guides/how-to-swap-tokens" ,
46
+ } ,
47
+ usedL2 : {
48
+ id : "usedL2" ,
49
+ name : "Use an L2" ,
50
+ check : checkUsedL2 ,
51
+ link : "https://ethereum.org/guides/how-to-use-a-bridge/" ,
52
+ } ,
53
+ sentMainnetTx : {
54
+ id : "sentMainnetTx" ,
55
+ name : "Send a Mainnet TX" ,
56
+ check : checkSentMainnetTx ,
57
+ link : "https://ethereum.org/guides/how-to-use-a-wallet/" ,
58
+ } ,
59
+ mintedNFT : {
60
+ id : "mintedNFT" ,
61
+ name : "Mint an NFT" ,
62
+ check : checkMintedNFT ,
63
+ link : "https://chain.link/tutorials/how-to-mint-an-nft" ,
64
+ } ,
40
65
} as const ;
0 commit comments