Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Mar 21, 2024
1 parent cffee55 commit aa09882
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/__test__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { mockStorageFunction } from "./storage.mock"
import {
ArgentXMock,
BraavosMock,
makeAuthorized,
UnknownWalletAMock,
UnknownWalletBMock,
makeAuthorized,
} from "./wallet.mock"
import { describe, expect, it } from "vitest"

Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/__test__/storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { mockStorageFunction } from "./storage.mock"
import {
ArgentXMock,
BraavosMock,
makeAuthorized,
makeConnected,
UnknownWalletAMock,
UnknownWalletBMock,
makeAuthorized,
makeConnected,
} from "./wallet.mock"
import { describe, expect, it } from "vitest"

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/discovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const wallets: WalletProvider[] = [
chrome:
"https://chrome.google.com/webstore/detail/argent-x-starknet-wallet/dlcobpjiigpikoobohmabehhmhfoodbb",
firefox: "https://addons.mozilla.org/en-US/firefox/addon/argent-x",
edge: "https://microsoftedge.microsoft.com/addons/detail/argent-x/ajcicjlkibolbeaaagejfhnofogocgcj"
edge: "https://microsoftedge.microsoft.com/addons/detail/argent-x/ajcicjlkibolbeaaagejfhnofogocgcj",
},
},
{
Expand Down

0 comments on commit aa09882

Please sign in to comment.