Skip to content

Commit

Permalink
Merge pull request #42 from FhenixProtocol/find-and-replace-helium-ni…
Browse files Browse the repository at this point in the history
…trogen

"helium" -> "nitrogen"
  • Loading branch information
toml01 authored Oct 28, 2024
2 parents 1d0821e + 7f71723 commit 50dd074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/devdocs/Fhenix Testnet/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Are you a developer looking to integrate Fhenix into your project, or support Fh

### APIs, RPCs and general compatibility

Fhenix is based on Arbitrum, with the Nitrogen Testnet based on Arbitrum Nitro version 3.2.0 (ArbOS 31). This means that everything that is natively supported
Fhenix is based on Arbitrum, with the Nitrogen Testnet based on Arbitrum Nitro version 3.2.1 (ArbOS 32). This means that everything that is natively supported
by Arbitrum Nitro is also supported by Fhenix (rpc calls, ABI, etc).

Please refer to the [Arbitrum documentation](https://docs.arbitrum.io/build-decentralized-apps/arbitrum-vs-ethereum/comparison-overview) for more information and specifics.
Expand Down
2 changes: 1 addition & 1 deletion src/components/AdditionalFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Link from '@docusaurus/Link';

export function GettingStartedFrame(): JSX.Element {
const { colorMode } = useColorMode();
const iframeSrc = "https://getting-started.helium.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : "");
const iframeSrc = "https://getting-started.nitrogen.fhenix.zone" + (colorMode === 'light' ? "?isLight=1" : "");

return (
<section className={styles.additionalFeatures}>
Expand Down

0 comments on commit 50dd074

Please sign in to comment.