Skip to content

Commit

Permalink
merge with 1332
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-gnativ committed Aug 6, 2024
1 parent 0e29283 commit dd76089
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tlds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,13 @@ export const TLD: Record<string, TLDConfig> = {
hash: BigInt('0xac2c11ea5d4a4826f418d3befbf0537de7f13572d2a433edfe4a7314ea5dc896'),
expirable: true,
},

// BASE
udtest: {
nameServices: [NameService.UNS],
networks: [
Network.BASE,
],
hash: BigInt('0xe1fcc786688c3e9242130dc114f8907dfd657ff4136158359d984ea697413c33'),
},
};

0 comments on commit dd76089

Please sign in to comment.