Skip to content

Commit 86b75c0

Browse files
committed
Add Incentiv mainnet
1 parent 6da5f9b commit 86b75c0

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

packages/wallet/primitives/src/network.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)