Skip to content

Commit

Permalink
Add linea to supported addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Sep 4, 2024
1 parent fdd6460 commit fd9bcb2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/constants/supportedAddresses.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
export const supportedAddresses = ['eth', 'btc', 'sol', 'op', 'arb1', 'base', 'matic'] as const
export const supportedAddresses = [
'eth',
'btc',
'sol',
'op',
'arb1',
'base',
'matic',
'linea',
] as const

export type SupportedAddress = (typeof supportedAddresses)[number]

0 comments on commit fd9bcb2

Please sign in to comment.