Skip to content

Commit

Permalink
update chain id from 8008147 to 8008148
Browse files Browse the repository at this point in the history
  • Loading branch information
tovi-fhe committed Oct 20, 2024
1 parent 0fb8225 commit 5dfe31a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 5dfe31a

Please sign in to comment.