Skip to content

Commit

Permalink
fix: fix chainId type in Sourcify API integration (#4547)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwitty authored Feb 17, 2025
1 parent 5e210f0 commit faf3c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateBlockExplorerPluginChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let count = 0
res.json(),
)) as {
name: string
chainId: string
chainId: number
}[]

let content = 'type ChainId =\n'
Expand Down

0 comments on commit faf3c51

Please sign in to comment.