Skip to content

Commit dd8e99a

Browse files
committed
fix: fix test
1 parent 9ce444e commit dd8e99a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/pages/asset/hooks/useHistoricalPrices.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ describe('useHistoricalPrices', () => {
109109
},
110110
},
111111
},
112+
supportedChainIds: {
113+
data: ['0x1'],
114+
timestamp: 0,
115+
},
112116
},
113117
};
114118

0 commit comments

Comments
 (0)