Skip to content

Commit b5f78c5

Browse files
add heder nitrogen constants.ts
Signed-off-by: Robert Mads Christensen <[email protected]>
1 parent 0a08f4b commit b5f78c5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

packages/constants/src/lib/constants/constants.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
813813
type: null,
814814
vmType: 'EVM',
815815
},
816+
fhenixFhenix: {
817+
contractAddress: null,
818+
chainId: 8008148,
819+
name: 'Fhenix Nitrogen',
820+
symbol: 'tFHE',
821+
decimals: 18,
822+
rpcUrls: ['https://api.nitrogen.fhenix.zone'],
823+
blockExplorerUrls: ['https://explorer.nitrogen.fhenix.zone'],
824+
type: null,
825+
vmType: 'EVM',
826+
},
816827
hederaTestnet: {
817828
contractAddress: null,
818829
chainId: 296,
@@ -824,6 +835,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
824835
type: null,
825836
vmType: 'EVM',
826837
},
838+
hederaMainnet: {
839+
contractAddress: null,
840+
chainId: 295,
841+
name: 'Hedera Mainnet',
842+
symbol: 'HBAR',
843+
decimals: 8,
844+
rpcUrls: ['https://mainnet.hashio.io/api'],
845+
blockExplorerUrls: ['https://hashscan.io/'],
846+
type: null,
847+
vmType: 'EVM',
848+
},
827849
bitTorrentTestnet: {
828850
contractAddress: null,
829851
chainId: 1028,

0 commit comments

Comments
 (0)