Skip to content

Commit

Permalink
add fhe chain (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamperoyge authored Mar 4, 2024
1 parent 9f4ff01 commit 2bfbb9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wondrous-bot-admin/src/utils/web3Constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const SUPPORTED_CHAINS = {
8453: "base",
59144: "linea",
2020: "ronin",
42069: "fhenix"
};

export const RPC_URLS: { [chainId: number]: string } = {
Expand Down Expand Up @@ -213,6 +214,13 @@ const SUPPORTED_CHAINS_META = [
currency: "RON",
explorerUrl: "https://app.roninchain.com/",
rpcUrl: "https://proxy.roninchain.com/ronin",
},
{
chainId: 42069,
name: "Fhenix",
currency: "FHE",
explorerUrl: "https://explorer.testnet.fhenix.zone/",
rpcUrl: "https://api.testnet.fhenix.zone:7747/",
}
];

Expand Down

0 comments on commit 2bfbb9d

Please sign in to comment.