Skip to content

Commit f9a6817

Browse files
authored
Update constants.ts
1 parent b8ebb9d commit f9a6817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/workspace/src/lib/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export type TemplateOption = {
161161
mintable?: boolean
162162
burnable?: boolean
163163
pausable?: boolean
164-
upgradeable?: 'uups' | 'transparent' | 'uupds'
164+
upgradeable?: 'uups' | 'transparent'
165165
}
166166

167167
export type Template = {

0 commit comments

Comments
 (0)