export const { AddressValue } = createCodecComponent(
  "AddressValue",
  ({ value, type }: Format.Values.AddressValue) => {
    const { prefix, content } = useInjectedNode();
    return (