Skip to content

Commit

Permalink
moved to connectors folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Nov 13, 2024
1 parent 13e3b17 commit fb84f2a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 156 deletions.
155 changes: 0 additions & 155 deletions packages/connectors/src/defaultConnectors.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const immutable = (options: ImmutableOptions): Wallet => ({
isSequenceBased: false,
logoDark: ImmutableLogo,
logoLight: ImmutableLogo,
name: 'Sequence',
name: 'Immutable',
createConnector: () => {
const connector = immutableConnector({
...options
Expand Down

0 comments on commit fb84f2a

Please sign in to comment.