
Citadel Wallet doesn't support 118 coin-type wallet addresses currently. We are in touch with the team and integration is on it's way!
ℹ️ Info: For the time being, 750 coin-type wallet will function as usual.
Kindly check back here after some time or sign up for the updates on this from here:
<Box
as={Link}
href="https://docs.google.com/forms/d/e/1FAIpQLSdaEj_qlTkuSCk4ywVxksfVWcKB1DbCvisDGwo15JzUBjd3dQ/viewform"
isExternal
display="block"
mb={4}
border="1px solid"
borderColor={themeColors.borderColor}
borderRadius="md"
p={4}
_hover={{
borderColor: themeColors.accent.primary,
bg: themeColors.sidebar.hover,
textDecoration: 'none'}}
transition="all 0.2s"
>
<HStack spacing={4} align="center">
<Box
boxSize="40px"
borderRadius="md"
bg={themeColors.accent.primary}
display="flex"
alignItems="center"
justifyContent="center"
flexShrink={0}
>
<Text color={themeColors.button.primaryTextColor} fontWeight="bold" fontSize="xl">G</Text>
</Box>
<Box flex="1">
<Text fontWeight="medium" color={themeColors.text[700]} mb={1}>
Google Form
</Text>
<Text fontSize="sm" color={themeColors.text[500]}>
docs.google.com
</Text>
</Box>
<ChevronRightIcon color={themeColors.text[500]} boxSize={5} flexShrink={0} />
</HStack>
</Box>