Skip to content
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

Nitrogen2 chainid #39

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/devdocs/Fhenix Testnet/Connecting-To.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fhenix Nitrogen is the first publicly available FHE-based blockchain, and it is
4. Fill out the network details form. To add a custom network, fill in the following fields:
1. **Network Name: Fhenix Nitrogen**
2. **New RPC URL: https://api.nitrogen.fhenix.zone**
3. **Chain ID:** 8008147
3. **Chain ID:** 8008148
4. **Currency Symbol: FHE**
5. **Block Explorer URL: https://explorer.nitrogen.fhenix.zone**
5. Once you fill out all the details, click **Save**.
Expand All @@ -37,7 +37,7 @@ Fhenix Nitrogen is the first publicly available FHE-based blockchain, and it is
</tr>
<tr>
<td>Chain ID</td>
<td>8008147</td>
<td>8008148</td>
</tr>
<tr>
<td>Websocket</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/devdocs/Fhenix Testnet/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We have public endpoints available for the Nitrogen Testnet, which can be used:
</tr>
<tr>
<td>Chain ID</td>
<td>8008147</td>
<td>8008148</td>
</tr>
<tr>
<td>Websocket</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/devdocs/Tools and Utilities/Fhenix-Hardhat-Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const config: HardhatUserConfig = {
networks: {
fhenixNitrogen: {
url: "https://api.nitrogen.fhenix.zone",
chainId: 8008147,
chainId: 8008148,
accounts: mnemonic,
},
},
Expand Down
Loading