Skip to content

Commit

Permalink
fix(resolver): add dots to unstoppable supported domains list
Browse files Browse the repository at this point in the history
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss authored Apr 18, 2024
1 parent 9799fb7 commit da1ddb6
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions packages/resolver/src/adapters/unstoppable/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,31 +107,31 @@ const UnstoppableApiGeneralResponseSchema = z.object({

// curl https://api.unstoppabledomains.com/resolve/supported_tlds
export const unstoppableSupportedTlds = [
'x',
'polygon',
'nft',
'crypto',
'blockchain',
'bitcoin',
'dao',
'888',
'wallet',
'binanceus',
'hi',
'klever',
'kresus',
'anime',
'manga',
'go',
'altimist',
'pudgy',
'unstoppable',
'austin',
'bitget',
'pog',
'clay',
'zil',
'eth',
'.x',
'.polygon',
'.nft',
'.crypto',
'.blockchain',
'.bitcoin',
'.dao',
'.888',
'.wallet',
'.binanceus',
'.hi',
'.klever',
'.kresus',
'.anime',
'.manga',
'.go',
'.altimist',
'.pudgy',
'.unstoppable',
'.austin',
'.bitget',
'.pog',
'.clay',
'.zil',
'.eth',
] as const

export const isUnstoppableDomain = (value: string) => {
Expand Down

0 comments on commit da1ddb6

Please sign in to comment.