Skip to content

Commit 722135a

Browse files
authored
Feat: add imitation property to Erc20Transfer type (#173)
1 parent ffa0627 commit 722135a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/transactions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export type Erc20Transfer = {
9898
decimals?: number
9999
value: string
100100
trusted: boolean | null
101+
imitation: boolean
101102
}
102103

103104
export type Erc721Transfer = {

0 commit comments

Comments
 (0)