From 7289983455d90cf809c1f6f4683dcd0960d4b3da Mon Sep 17 00:00:00 2001 From: matepal00 Date: Fri, 6 Jun 2025 17:10:46 +0200 Subject: [PATCH] configure popular pools --- src/store/consts/static.ts | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/store/consts/static.ts b/src/store/consts/static.ts index 4f3abbf..e357ab7 100644 --- a/src/store/consts/static.ts +++ b/src/store/consts/static.ts @@ -475,7 +475,28 @@ export const getPopularPools = ( ): { tokenX: string; tokenY: string; fee: string }[] => { switch (network) { case NetworkType.Mainnet: - return [] + return [ + { + tokenX: 'HbDgpvHVxeNSRCGEUFvapCYmtYfqxexWcCbxtYecruy8', + tokenY: 'qPzdrTCvxK3bxoh2YoTZtDcGVgRUwm37aQcC3abFgBy', + fee: '0.01' + }, + { + tokenX: 'HbDgpvHVxeNSRCGEUFvapCYmtYfqxexWcCbxtYecruy8', + tokenY: 'So11111111111111111111111111111111111111112', + fee: '0.1' + }, + { + tokenX: 'HbDgpvHVxeNSRCGEUFvapCYmtYfqxexWcCbxtYecruy8', + tokenY: 'So11111111111111111111111111111111111111112', + fee: '0.3' + }, + { + tokenX: 'HbDgpvHVxeNSRCGEUFvapCYmtYfqxexWcCbxtYecruy8', + tokenY: 'So11111111111111111111111111111111111111112', + fee: '0.05' + } + ] case NetworkType.Testnet: return [ {