File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments