@@ -726,6 +726,71 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
726726 type : null ,
727727 vmType : 'EVM' ,
728728 } ,
729+ skaleCalypsoTestnet : {
730+ contractAddress : null ,
731+ chainId : 974399131 ,
732+ name : 'SKALE Calypso Hub Testnet' ,
733+ symbol : 'sFUEL' ,
734+ decimals : 18 ,
735+ rpcUrls : [ 'https://testnet.skalenodes.com/v1/giant-half-dual-testnet' ] ,
736+ blockExplorerUrls : [
737+ 'https://giant-half-dual-testnet.explorer.testnet.skalenodes.com/' ,
738+ ] ,
739+ type : null ,
740+ vmType : 'EVM' ,
741+ } ,
742+ skaleEuropa : {
743+ contractAddress : null ,
744+ chainId : 2046399126 ,
745+ name : 'SKALE Europa DeFI Hub' ,
746+ symbol : 'sFUEL' ,
747+ decimals : 18 ,
748+ rpcUrls : [ 'https://mainnet.skalenodes.com/v1/elated-tan-skat' ] ,
749+ blockExplorerUrls : [
750+ 'https://elated-tan-skat.explorer.mainnet.skalenodes.com/' ,
751+ ] ,
752+ type : null ,
753+ vmType : 'EVM' ,
754+ } ,
755+ skaleEuropaTestnet : {
756+ contractAddress : null ,
757+ chainId : 1444673419 ,
758+ name : 'SKALE Europa DeFi Hub Testnet' ,
759+ symbol : 'sFUEL' ,
760+ decimals : 18 ,
761+ rpcUrls : [ 'https://testnet.skalenodes.com/v1/juicy-low-small-testnet' ] ,
762+ blockExplorerUrls : [
763+ 'https://juicy-low-small-testnet.explorer.testnet.skalenodes.com/' ,
764+ ] ,
765+ type : null ,
766+ vmType : 'EVM' ,
767+ } ,
768+ skaleTitan : {
769+ contractAddress : null ,
770+ chainId : 1350216234 ,
771+ name : 'SKALE Titan AI Hub' ,
772+ symbol : 'sFUEL' ,
773+ decimals : 18 ,
774+ rpcUrls : [ 'https://mainnet.skalenodes.com/v1/parallel-stormy-spica' ] ,
775+ blockExplorerUrls : [
776+ 'https://parallel-stormy-spica.explorer.mainnet.skalenodes.com/' ,
777+ ] ,
778+ type : null ,
779+ vmType : 'EVM' ,
780+ } ,
781+ skaleTitanTestnet : {
782+ contractAddress : null ,
783+ chainId : 1020352220 ,
784+ name : 'SKALE Titan AI Hub Testnet' ,
785+ symbol : 'sFUEL' ,
786+ decimals : 18 ,
787+ rpcUrls : [ 'https://testnet.skalenodes.com/v1/aware-fake-trim-testnet' ] ,
788+ blockExplorerUrls : [
789+ 'https://aware-fake-trim-testnet.explorer.testnet.skalenodes.com/' ,
790+ ] ,
791+ type : null ,
792+ vmType : 'EVM' ,
793+ } ,
729794 fhenixHelium : {
730795 contractAddress : null ,
731796 chainId : 8008135 ,
@@ -759,14 +824,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
759824 type : null ,
760825 vmType : 'EVM' ,
761826 } ,
762- storyIlaid : {
827+ storyOdyssey : {
763828 contractAddress : null ,
764- chainId : 1513 ,
765- name : 'Story Iliad Testnet ' ,
829+ chainId : 1516 ,
830+ name : 'Story Odyssey ' ,
766831 symbol : 'IP' ,
767832 decimals : 18 ,
768- rpcUrls : [ 'https://testnet .storyrpc.io' ] ,
769- blockExplorerUrls : [ 'https://testnet .storyscan.xyz' ] ,
833+ rpcUrls : [ 'https://rpc.odyssey .storyrpc.io' ] ,
834+ blockExplorerUrls : [ 'https://odyssey .storyscan.xyz' ] ,
770835 type : null ,
771836 vmType : 'EVM' ,
772837 } ,
@@ -803,6 +868,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
803868 type : null ,
804869 vmType : 'EVM' ,
805870 } ,
871+ matchain : {
872+ contractAddress : null ,
873+ chainId : 698 ,
874+ name : 'Matchain' ,
875+ symbol : 'BNB' ,
876+ decimals : 18 ,
877+ rpcUrls : [ 'https://rpc.matchain.io' ] ,
878+ blockExplorerUrls : [ 'https://matchscan.io' ] ,
879+ type : null ,
880+ vmType : 'EVM' ,
881+ } ,
806882} ;
807883
808884/**
0 commit comments