Skip to content

Commit

Permalink
Add CLONE_NET contract listing
Browse files Browse the repository at this point in the history
  • Loading branch information
hwrdtm committed Nov 2, 2024
1 parent dc71cbf commit 36dfb8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SharedService/Resolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public enum ContractType
{
Allowlist ,
BackupRecovery,
CloneNet,
DomainWalletRegistry,
HDKeyDeriver,
LitToken,
Expand Down Expand Up @@ -100,6 +101,7 @@ public static byte[] keccak256(string tx_bytes) {
{
ContractType.Allowlist => keccak256("ALLOWLIST"),
ContractType.BackupRecovery => keccak256("BACKUP_RECOVERY"),
ContractType.CloneNet => keccak256("CLONE_NET"),
ContractType.DomainWalletRegistry => keccak256("DOMAIN_WALLET_REGISTRY"),
ContractType.HDKeyDeriver => keccak256("HD_KEY_DERIVER"),
ContractType.LitToken => keccak256("LIT_TOKEN"),
Expand Down

0 comments on commit 36dfb8e

Please sign in to comment.