mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 12:38:30 +00:00
9 lines
220 B
C#
9 lines
220 B
C#
namespace NftFaucetRadzen.Options;
|
|
|
|
public class Settings
|
|
{
|
|
public Guid[] RecommendedNetworks { get; set; }
|
|
public Guid[] RecommendedProviders { get; set; }
|
|
public Guid[] RecommendedUploaders { get; set; }
|
|
}
|