Skip to content

Commit

Permalink
indexer-common: update polygon network name to matic
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Jun 13, 2023
1 parent 43c7e23 commit c3eb328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-common/src/indexer-management/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const Caip2ByChainAlias: { [key: string]: string } = {
'arbitrum-one': 'eip155:42161',
'arbitrum-goerli': 'eip155:421613',
avalanche: 'eip155:43114',
polygon: 'eip155:137',
matic: 'eip155:137',
celo: 'eip155:42220',
optimism: 'eip155:10',
fantom: 'eip155:250',
Expand Down

0 comments on commit c3eb328

Please sign in to comment.