diff --git a/src/components/AdminPolicy/AdminPolicy.tsx b/src/components/AdminPolicy/AdminPolicy.tsx index 8ad5e85b..1a894ce9 100644 --- a/src/components/AdminPolicy/AdminPolicy.tsx +++ b/src/components/AdminPolicy/AdminPolicy.tsx @@ -36,7 +36,7 @@ const AdminPolicy = () => { .then((response) => response.json()) .then((detailData) => { fetch( - `https://zetachain-athens.blockpi.network/lcd/v1/public/cosmos/group/v1/group_members/${detailData.info.group_id}` + `${baseUrl}/cosmos/group/v1/group_members/${detailData.info.group_id}` ) .then((response) => response.json()) .then((membersData) => {