Skip to content

Commit

Permalink
fix: chain name should be the same as file asset file name (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
swkatmask authored Jan 28, 2025
1 parent b2addf9 commit 143f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const CHAINS: Chain[] = [
},
{
id: 'scroll',
name: 'Scroll',
name: 'scroll',
chainId: 534352,
fileId: 'scroll.json',
},
Expand Down

0 comments on commit 143f9e5

Please sign in to comment.