export const { ContractValue } = createCodecComponent(
  "ContractValue",
  ({ value }: Format.Values.ContractValue) => <ContractValueInfo data={value} />
);