From 06828f6e25d5f3f680e829ddf4e934bec40d3b45 Mon Sep 17 00:00:00 2001 From: Gurjot Date: Thu, 12 Dec 2024 16:16:43 +0530 Subject: [PATCH] change queue names --- client/schema.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/schema.go b/client/schema.go index a2cd318..efe0f33 100644 --- a/client/schema.go +++ b/client/schema.go @@ -1,8 +1,8 @@ package client const ( - ActiveStakingQueueName string = "active_staking_queue" - UnbondingStakingQueueName string = "unbonding_staking_queue" + ActiveStakingQueueName string = "v2_active_staking_queue" + UnbondingStakingQueueName string = "v2_unbonding_staking_queue" ) const (