Skip to content

Commit

Permalink
chore: snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 10, 2024
1 parent 50c731d commit 1e1c18d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/exports/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ test('exports', () => {
"ConnectorNotFoundError",
"ConnectorAccountNotFoundError",
"ConnectorChainMismatchError",
"ConnectorUnavailableReconnectingError",
"ProviderNotFoundError",
"SwitchChainNotSupportedError",
"custom",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/src/exports/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ test('exports', () => {
"ConnectorAlreadyConnectedError",
"ConnectorNotFoundError",
"ConnectorAccountNotFoundError",
"ConnectorChainMismatchError",
"ConnectorUnavailableReconnectingError",
"ProviderNotFoundError",
"SwitchChainNotSupportedError",
"createStorage",
Expand Down
1 change: 1 addition & 0 deletions packages/vue/src/exports/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ test('exports', () => {
"ConnectorNotFoundError",
"ConnectorAccountNotFoundError",
"ConnectorChainMismatchError",
"ConnectorUnavailableReconnectingError",
"ProviderNotFoundError",
"SwitchChainNotSupportedError",
"createStorage",
Expand Down

0 comments on commit 1e1c18d

Please sign in to comment.