Skip to content

Commit

Permalink
changed default account names
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmgb committed Aug 30, 2023
1 parent 4fbdb54 commit 55dbe2c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions background/redux-slices/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ export const enum AccountType {
}

export const DEFAULT_ACCOUNT_NAMES = [
"Phoenix",
"Matilda",
"Sirius",
"Topa",
"Atos",
"Sport",
"Lola",
"Foz",
"Nautilus",
"Poseidon",
"Compass",
"Calypso",
"Marina",
"Siren",
"Endeavour",
"Yawl",
]

const availableDefaultNames = [...DEFAULT_ACCOUNT_NAMES]
Expand Down

0 comments on commit 55dbe2c

Please sign in to comment.