From d63e6598ebeebbce00cd1f5711dceea8a8465cd2 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Fri, 4 Jul 2025 11:52:45 +0300 Subject: [PATCH] Update integrating.md --- integrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrating.md b/integrating.md index a0a617c3..46568563 100644 --- a/integrating.md +++ b/integrating.md @@ -67,7 +67,7 @@ Contact us in discord if you want this so that we can discuss it further: Please do not use any of these raw but as inspiration :) - [createProfile](transactions/createProfile.cdc) : create a profile with just a name. NB! this hard codes the 'createdAt' on line 22 to .find - - [setPFP](transactions/setProfile) : sets the PFP profile picture + - [setPFP](transactions/setProfile.cdc) : sets the PFP profile picture - [editProfile](transactions/editProfile) : edit the profile - [getProfile from address](scripts/profile.cdc) : to get from name, if you have .find name ise lookup as explained above