Skip to content

Commit

Permalink
docs & common: add support for zora, mode, moonbeam
Browse files Browse the repository at this point in the history
docs & common: add support for zora, mode, moonbeam

Updated feature support matrix and types.ts files.
  • Loading branch information
Andrew-Clews committed Dec 12, 2024
1 parent 5427e86 commit a5a073f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/feature-support-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ The matrix below reflects the canonical Council-ratified version. As outlined in
| eip155:81457 | blast-mainnet | Yes | Yes | Yes | Yes | Yes |
| eip155:288 | boba | Yes | Yes | Yes | Yes | Yes |
| eip155:56288 | boba-bnb | Yes | Yes | Yes | Yes | Yes |
| eip155:7777777 | zora | Yes | Yes | Yes | Yes | Yes |
| eip155:34443 | mode | Yes | Yes | Yes | Yes | Yes |
| eip155:1284 | moonbeam | Yes | Yes | Yes | Yes | Yes |
| **Data Source Features** | | | | | | |
| ipfs.cat in mappings | | Yes | Yes | No | No | No |
| ENS | | Yes | Yes | Yes | Yes | Yes |
Expand Down
4 changes: 4 additions & 0 deletions packages/indexer-common/src/indexer-management/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ export const Caip2ByChainAlias: { [key: string]: string } = {
'blast-mainnet': 'eip155:81457',
boba: 'eip155:288',
'boba-bnb': 'eip155:56288',
zora: 'eip155:7777777',
mode: 'eip155:34443',
}

export const Caip2ByChainId: { [key: number]: string } = {
Expand All @@ -214,6 +216,8 @@ export const Caip2ByChainId: { [key: number]: string } = {
81457: 'eip155:81457',
288: 'eip155:288',
56288: 'eip155:56288',
7777777:'eip155:7777777',
34443: 'eip155:34443',
}

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

0 comments on commit a5a073f

Please sign in to comment.