File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ function getNamespaceById(id: LabelNamespaceId): LabelNamespace {
101101 return 'Openfort' ;
102102 case 'opensea-seaport' :
103103 return 'OpenSea Seaport' ;
104+ case 'otim' :
105+ return 'Otim' ;
104106 case 'parifi-v1' :
105107 return 'Parifi V1' ;
106108 case 'particle' :
@@ -236,6 +238,8 @@ function getNamespaceIcon(namespaceId: LabelNamespaceId): string | undefined {
236238 return undefined ;
237239 case 'opensea-seaport' :
238240 return 'opensea' ;
241+ case 'otim' :
242+ return 'otim' ;
239243 case 'parifi-v1' :
240244 return undefined ;
241245 case 'particle' :
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ type LabelNamespaceId =
3333 | 'nani'
3434 | 'openfort'
3535 | 'opensea-seaport'
36+ | 'otim'
3637 | 'parifi-v1'
3738 | 'particle'
3839 | 'patch-wallet'
You can’t perform that action at this time.
0 commit comments