File tree Expand file tree Collapse file tree
packages/wallet/primitives/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ export const ChainId = {
128128 SOMNIA : 5031 ,
129129
130130 // INCENTIV
131+ INCENTIV : 24101 ,
131132 INCENTIV_TESTNET_V2 : 28802 ,
132133
133134 // KATANA
@@ -1036,6 +1037,27 @@ export const ALL: Network[] = [
10361037 } ,
10371038 } ,
10381039
1040+ {
1041+ chainId : ChainId . INCENTIV ,
1042+ type : NetworkType . MAINNET ,
1043+ name : 'incentiv' ,
1044+ title : 'Incentiv' ,
1045+ rpcUrl : getRpcUrl ( 'incentiv' ) ,
1046+ logoUrl : getLogoUrl ( ChainId . INCENTIV ) ,
1047+ blockExplorer : {
1048+ name : 'Incentiv Explorer' ,
1049+ url : 'https://explorer.incentiv.io/' ,
1050+ } ,
1051+ nativeCurrency : {
1052+ symbol : 'CENT' ,
1053+ name : 'CENT' ,
1054+ decimals : 18 ,
1055+ } ,
1056+ contracts : {
1057+ multicall3 : DEFAULT_MULTICALL3_ADDRESS ,
1058+ } ,
1059+ } ,
1060+
10391061 {
10401062 chainId : ChainId . INCENTIV_TESTNET_V2 ,
10411063 type : NetworkType . TESTNET ,
You can’t perform that action at this time.
0 commit comments