import { ConfigInfo } from "@ledgerhq/live-config/LiveConfig";

export const fileCoinConfig: Record<string, ConfigInfo> = {
  config_currency_filecoin: {
    type: "object",
    default: {
      status: {
        type: "active",
        features: [{ id: "blockchain_txs", status: "active" }],
      },
    },
  },
};
