Skip to content

Commit 42084fe

Browse files
committed
make rwaData as optional
1 parent 16a2230 commit 42084fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/assets-controllers/src/TokenListController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type TokenListToken = {
3434
occurrences: number;
3535
aggregators: string[];
3636
iconUrl: string;
37-
rwaData: {
37+
rwaData?: {
3838
instrumentType: string;
3939
ticker: string;
4040
market: {

0 commit comments

Comments
 (0)