mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-23 03:58:23 +00:00
Change shortname of 'Generated keys' provider
This commit is contained in:
parent
99bb3de6f8
commit
04b3b185b0
@ -6,7 +6,7 @@ public class GeneratedKeysProvider : IProvider
|
|||||||
{
|
{
|
||||||
public Guid Id { get; } = Guid.Parse("ded55b2b-8139-4251-a0fc-ba620f9727c9");
|
public Guid Id { get; } = Guid.Parse("ded55b2b-8139-4251-a0fc-ba620f9727c9");
|
||||||
public string Name { get; } = "Generated keys";
|
public string Name { get; } = "Generated keys";
|
||||||
public string ShortName { get; } = "new keys";
|
public string ShortName { get; } = "keygen";
|
||||||
public string ImageName { get; } = "ecdsa.svg";
|
public string ImageName { get; } = "ecdsa.svg";
|
||||||
public bool IsSupported { get; } = true;
|
public bool IsSupported { get; } = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user