⌘ + K
}
111 | styles={{ rightSection: { pointerEvents: 'none' } }}
112 | mb="sm"
113 | onClick={() => openSpotlight()}
114 | />
115 | 116 |119 |117 | {JSON.stringify(store.swapQuery.value?.swap || {}, null, 2)} 118 |
{ 2 | address: string; 3 | abi: any; 4 | method: string; 5 | params?: P; 6 | options?: Partial<{ 7 | from: string; 8 | value: string; 9 | gasLimit: string; 10 | gasPrice: string; 11 | }>; 12 | handler?: any; 13 | read?: boolean; 14 | chainId?: number; 15 | } 16 | --------------------------------------------------------------------------------