@@ -31,6 +31,7 @@ export const CHAIN_ID = {
3131 mantleMainnet : 0x1388 ,
3232 katanaMainnet : 0xb67d2 ,
3333 intuitionMainnet : 0x483 ,
34+ robinhoodMainnet : 0x1237 ,
3435 // Testnets
3536 bscTestnet : 0x61 ,
3637 arbitrumSepolia : 0x66eee ,
@@ -55,6 +56,7 @@ export const CHAIN_ID = {
5556 mantleSepolia : 0x138b ,
5657 katanaBokuto : 0xb405d ,
5758 intuitionTestnet : 0x350b ,
59+ robinhoodTestnet : 0xb626 ,
5860 // decommissioned
5961 lineaGoerli : 0xe704 ,
6062} ;
@@ -122,6 +124,7 @@ export const DELEGATOR_CONTRACTS: DeployedContracts = {
122124 [ CHAIN_ID . mantleMainnet ] : DEPLOYMENTS_1_3_0 ,
123125 [ CHAIN_ID . katanaMainnet ] : DEPLOYMENTS_1_3_0 ,
124126 [ CHAIN_ID . intuitionMainnet ] : DEPLOYMENTS_1_3_0 ,
127+ [ CHAIN_ID . robinhoodMainnet ] : DEPLOYMENTS_1_3_0 ,
125128 // Testnets
126129 [ CHAIN_ID . bscTestnet ] : DEPLOYMENTS_1_3_0 ,
127130 [ CHAIN_ID . citreaTestnet ] : DEPLOYMENTS_1_3_0 ,
@@ -146,5 +149,6 @@ export const DELEGATOR_CONTRACTS: DeployedContracts = {
146149 [ CHAIN_ID . mantleSepolia ] : DEPLOYMENTS_1_3_0 ,
147150 [ CHAIN_ID . katanaBokuto ] : DEPLOYMENTS_1_3_0 ,
148151 [ CHAIN_ID . intuitionTestnet ] : DEPLOYMENTS_1_3_0 ,
152+ [ CHAIN_ID . robinhoodTestnet ] : DEPLOYMENTS_1_3_0 ,
149153 } ,
150154} ;
0 commit comments