@@ -30,6 +30,7 @@ export const CHAIN_ID = {
3030 citreaMainnet : 0x1012 ,
3131 mantleMainnet : 0x1388 ,
3232 katanaMainnet : 0xb67d2 ,
33+ intuitionMainnet : 0x483 ,
3334 // Testnets
3435 bscTestnet : 0x61 ,
3536 arbitrumSepolia : 0x66eee ,
@@ -53,6 +54,7 @@ export const CHAIN_ID = {
5354 tempoModeratoTestnet : 0xa5bf ,
5455 mantleSepolia : 0x138b ,
5556 katanaBokuto : 0xb405d ,
57+ intuitionTestnet : 0x350b ,
5658 // decommissioned
5759 lineaGoerli : 0xe704 ,
5860} ;
@@ -119,6 +121,7 @@ export const DELEGATOR_CONTRACTS: DeployedContracts = {
119121 [ CHAIN_ID . citreaMainnet ] : DEPLOYMENTS_1_3_0 ,
120122 [ CHAIN_ID . mantleMainnet ] : DEPLOYMENTS_1_3_0 ,
121123 [ CHAIN_ID . katanaMainnet ] : DEPLOYMENTS_1_3_0 ,
124+ [ CHAIN_ID . intuitionMainnet ] : DEPLOYMENTS_1_3_0 ,
122125 // Testnets
123126 [ CHAIN_ID . bscTestnet ] : DEPLOYMENTS_1_3_0 ,
124127 [ CHAIN_ID . citreaTestnet ] : DEPLOYMENTS_1_3_0 ,
@@ -142,5 +145,6 @@ export const DELEGATOR_CONTRACTS: DeployedContracts = {
142145 [ CHAIN_ID . tempoModeratoTestnet ] : DEPLOYMENTS_1_3_0 ,
143146 [ CHAIN_ID . mantleSepolia ] : DEPLOYMENTS_1_3_0 ,
144147 [ CHAIN_ID . katanaBokuto ] : DEPLOYMENTS_1_3_0 ,
148+ [ CHAIN_ID . intuitionTestnet ] : DEPLOYMENTS_1_3_0 ,
145149 } ,
146150} ;
0 commit comments