File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/indexer-common/src/indexer-management Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,11 @@ export const Caip2ByChainAlias: { [key: string]: string } = {
189
189
'blast-mainnet' : 'eip155:81457' ,
190
190
boba : 'eip155:288' ,
191
191
'boba-bnb' : 'eip155:56288' ,
192
+ zora : 'eip155:7777777' ,
193
+ mode : 'eip155:34443' ,
194
+ rootstock : 'eip155:30' ,
195
+ 'polygon-zkevm' : 'eip155:1101' ,
196
+ 'zksync-era' : 'eip155:324' ,
192
197
}
193
198
194
199
export const Caip2ByChainId : { [ key : number ] : string } = {
@@ -214,6 +219,11 @@ export const Caip2ByChainId: { [key: number]: string } = {
214
219
81457 : 'eip155:81457' ,
215
220
288 : 'eip155:288' ,
216
221
56288 : 'eip155:56288' ,
222
+ 7777777 : 'eip155:7777777' ,
223
+ 34443 : 'eip155:34443' ,
224
+ 30 : 'eip155:30' ,
225
+ 1101 : 'eip155:1101' ,
226
+ 324 : 'eip155:324' ,
217
227
}
218
228
219
229
/// Unified entrypoint to resolve CAIP ID based either on chain aliases (strings)
You can’t perform that action at this time.
0 commit comments