Skip to content

Fitcoin Update overview.mdx #573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fitcoin786
Copy link


title: "Supported Chains"
slug: "/supported-chains"
sidebar_position: 1
hide_sidebar: true
hide_table_of_contents: true

import {
EVMChainsCombined,
SolanaCombined,
AptosCombined,
} from "@site/src/components/SupportedChains";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import styles from "@site/src/components/SupportedChains/tabsStyles.module.css";

Supported Chains for FitCoin

FitCoin supports integration with multiple blockchain networks to ensure seamless token usage and scalability across various ecosystems.

---
title: "Supported Chains"
slug: "/supported-chains"
sidebar_position: 1
hide_sidebar: true
hide_table_of_contents: true
---

import {
  EVMChainsCombined,
  SolanaCombined,
  AptosCombined,
} from "@site/src/components/SupportedChains";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import styles from "@site/src/components/SupportedChains/tabsStyles.module.css";

# Supported Chains for FitCoin

FitCoin supports integration with multiple blockchain networks to ensure seamless token usage and scalability across various ecosystems.

<Tabs groupId="list" queryString>
  <TabItem value="evm" label="EVM Chains" attributes={{ className: styles.parentTab }}>
    <div>
      <EVMChainsCombined />
    </div>
  </TabItem>
  <TabItem
    value="solana"
    label="Solana"
    attributes={{ className: styles.parentTab }}
  >
    <div>
      <SolanaCombined />
    </div>
  </TabItem>
  <TabItem
    value="aptos"
    label="Aptos"
    attributes={{ className: styles.parentTab }}
  >
    <div>
      <AptosCombined />
    </div>
  </TabItem>
</Tabs>
Copy link

vercel bot commented May 12, 2025

@fitcoin786 is attempting to deploy a commit to the MoralisWeb3 Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant