Skip to content

Commit

Permalink
add more chains
Browse files Browse the repository at this point in the history
  • Loading branch information
luke7211 committed Jan 8, 2024
1 parent 7f35b06 commit 9db933f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/optimism-decoder/src/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ const ctcMapping: Record<string, string | undefined> = {
'0xFf00000000000000000000000000000000008453': 'Base',
'0x6F54Ca6F6EdE96662024Ffd61BFd18f3f4e34DFf': 'Zora',
'0xC1B90E1e459aBBDcEc4DCF90dA45ba077d83BFc5': 'PGN',
'0xFF00000000000000000000000000000000000010': 'OPMainnet',
'0x253887577420Cb7e7418cD4d50147743c8041b28': 'Aevo'
}

const typeMapping: Record<string, string | undefined> = {
Lyra: 'OpStack',
Base: 'OpStack',
Zora: 'OpStack',
PGN: 'OpStack',
OPMainnet: 'OpStack',
Aevo: 'OpStack',
'Boba Network': 'OVM 2.0',
'Optimism OVM 1.0': 'OVM 1.0',
}
Expand Down

0 comments on commit 9db933f

Please sign in to comment.