Commit f4d40cef authored by tom's avatar tom

fix ts

parent 90f5ec53
...@@ -9,6 +9,7 @@ export const SEARCH_RESULT_ITEM: SearchResultItem = { ...@@ -9,6 +9,7 @@ export const SEARCH_RESULT_ITEM: SearchResultItem = {
symbol: 'USDC', symbol: 'USDC',
token_url: '/token/0x3714A8C7824B22271550894f7555f0a672f97809', token_url: '/token/0x3714A8C7824B22271550894f7555f0a672f97809',
type: 'token', type: 'token',
icon_url: null,
}; };
export const SEARCH_RESULT_NEXT_PAGE_PARAMS: SearchResult['next_page_params'] = { export const SEARCH_RESULT_NEXT_PAGE_PARAMS: SearchResult['next_page_params'] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment