Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi authored and github-actions[bot] committed Sep 24, 2024
1 parent e1ce9ae commit aaf1444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const ChainKey = {
[ChainId.ROOTSTOCK]: 'rootstock',
[ChainId.MANTLE]: 'mantle',
[ChainId.CURTIS]: 'curtis',
[ChainId.MANTA]: 'manta'
[ChainId.MANTA]: 'manta',
} as const
export type ChainKey = (typeof ChainKey)[keyof typeof ChainKey]

Expand Down

0 comments on commit aaf1444

Please sign in to comment.