Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
remove default value for nftfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Mar 8, 2022
1 parent b73b5e5 commit 82a5904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopMintSharp/CounterFactualNftInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace LoopMintSharp
public class CounterFactualNftInfo
{
public string nftOwner { get; set; }
public string nftFactory { get; set; } = "0xc852aC7aAe4b0f0a0Deb9e8A391ebA2047d80026";
public string nftFactory { get; set; }
public string nftBaseUri { get; set; } = "";
}
}

0 comments on commit 82a5904

Please sign in to comment.