Skip to content

Commit

Permalink
fix: story testnet label
Browse files Browse the repository at this point in the history
  • Loading branch information
HungLV46 committed Aug 30, 2024
1 parent 666d642 commit 33d82f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export const CHAINS = {
'42161': 'arbitrum',
'10': 'optimism',
'6322': 'aura network',
'11155111': 'sepolia'
'11155111': 'sepolia',
'1513': 'story testnet'
} as { [key: string]: string };

export const SOCIALS = ['discord', 'twitter', 'telegram'];
Expand Down

0 comments on commit 33d82f9

Please sign in to comment.