Skip to content

Commit b145b43

Browse files
committed
common: update support for chains
1 parent 6a04cf0 commit b145b43

File tree

1 file changed

+10
-0
lines changed
  • packages/indexer-common/src/indexer-management

1 file changed

+10
-0
lines changed

packages/indexer-common/src/indexer-management/types.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ export const Caip2ByChainAlias: { [key: string]: string } = {
189189
'blast-mainnet': 'eip155:81457',
190190
boba: 'eip155:288',
191191
'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',
192197
}
193198

194199
export const Caip2ByChainId: { [key: number]: string } = {
@@ -214,6 +219,11 @@ export const Caip2ByChainId: { [key: number]: string } = {
214219
81457: 'eip155:81457',
215220
288: 'eip155:288',
216221
56288: 'eip155:56288',
222+
7777777: 'eip155:7777777',
223+
34443: 'eip155:34443',
224+
30: 'eip155:30',
225+
1101: 'eip155:1101',
226+
324: 'eip155:324',
217227
}
218228

219229
/// Unified entrypoint to resolve CAIP ID based either on chain aliases (strings)

0 commit comments

Comments
 (0)