add keys for the DATA_ACTIVE_POOL_NAME and DATA_ACTIVE_POOL_SYM

This commit is contained in:
Alfred Kamanda 2025-06-07 04:40:03 +03:00
parent b574db1c89
commit 22cf59f82a
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -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 (