Skip to content

Commit 8f5290d

Browse files
committed
feat: Address should not be on the bytes enum
1 parent 845f510 commit 8f5290d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nano_contracts/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export type NanoContractArgumentType = z.output<typeof NanoContractArgumentSchem
6161

6262
export const NanoContractArgumentByteTypes = z.enum([
6363
'bytes',
64-
'Address',
6564
'BlueprintId',
6665
'ContractId',
6766
'TokenUid',
@@ -76,6 +75,7 @@ export const NanoContractArgumentSingleTypeNameSchema = z.enum([
7675
'bool',
7776
'int',
7877
'str',
78+
'Address',
7979
'Timestamp',
8080
'VarInt',
8181
...NanoContractArgumentByteTypes.options,

0 commit comments

Comments
 (0)