From 22cf59f82abe4a6fa6333d8d0aea0c150868db57 Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Sat, 7 Jun 2025 04:40:03 +0300 Subject: [PATCH] add keys for the DATA_ACTIVE_POOL_NAME and DATA_ACTIVE_POOL_SYM --- store/db/db.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/store/db/db.go b/store/db/db.go index e6e1eef..5ada4f6 100644 --- a/store/db/db.go +++ b/store/db/db.go @@ -85,6 +85,10 @@ const ( DATA_ACTIVE_SWAP_MAX_AMOUNT // Holds the active swap amount for the swap DATA_ACTIVE_SWAP_AMOUNT + // Holds the active pool name for the swap + DATA_ACTIVE_POOL_NAME + // Holds the active pool symbol for the swap + DATA_ACTIVE_POOL_SYM ) const (