Skip to content

Commit

Permalink
fix(repo): rename vaultv2 to vault
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 28, 2023
1 parent 54b0b11 commit a88b59b
Show file tree
Hide file tree
Showing 33 changed files with 23 additions and 34 deletions.
Binary file modified apps/extension/public/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/extension/public/icons/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/extension/public/icons/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/extension/public/icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@palladxyz/offchain-data": "*",
"@palladxyz/persistence": "*",
"@palladxyz/ui": "*",
"@palladxyz/vaultv2": "*",
"@palladxyz/vault": "*",
"@palladxyz/multi-chain-core": "*",
"@total-typescript/ts-reset": "^0.4.2",
"dayjs": "^1.11.8",
Expand Down
15 changes: 2 additions & 13 deletions packages/features/src/common/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/features/src/wallet/hooks/useWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
AccountStore,
CredentialStore,
KeyAgentStore
} from '@palladxyz/vaultv2'
} from '@palladxyz/vault'
import easyMeshGradient from 'easy-mesh-gradient'
import { useMemo } from 'react'
import { useNavigate } from 'react-router-dom'
Expand Down
2 changes: 1 addition & 1 deletion packages/mina-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@palladxyz/mina-core": "*",
"@palladxyz/mina-graphql": "*",
"@palladxyz/util": "*",
"@palladxyz/vaultv2": "*",
"@palladxyz/vault": "*",
"@palladxyz/multi-chain-core": "*",
"bs58check": "^3.0.1",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mina-wallet/src/Wallet/Wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
SingleCredentialState,
SingleKeyAgentState,
storedCredential
} from '@palladxyz/vaultv2'
} from '@palladxyz/vault'

import { AddressError, NetworkError, WalletError } from '../Errors'
// import managers
Expand Down
2 changes: 1 addition & 1 deletion packages/mina-wallet/src/Wallet/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { credentialName } from '@palladxyz/vaultv2'
import { credentialName } from '@palladxyz/vault'
import {
adjectives,
animals,
Expand Down
2 changes: 1 addition & 1 deletion packages/mina-wallet/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
SearchQuery,
SingleCredentialState,
storedCredential
} from '@palladxyz/vaultv2'
} from '@palladxyz/vault'
export interface MinaWallet {
readonly balance: number

Expand Down
4 changes: 2 additions & 2 deletions packages/mina-wallet/test/SwitchNetworks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
AccountStore,
CredentialStore,
KeyAgentStore
} from '@palladxyz/vaultv2'
import { keyAgentName } from '@palladxyz/vaultv2'
} from '@palladxyz/vault'
import { keyAgentName } from '@palladxyz/vault'

import {
NetworkConfigurations,
Expand Down
4 changes: 2 additions & 2 deletions packages/mina-wallet/test/Wallet/Wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
AccountStore,
CredentialStore,
KeyAgentStore
} from '@palladxyz/vaultv2'
import { keyAgentName } from '@palladxyz/vaultv2'
} from '@palladxyz/vault'
import { keyAgentName } from '@palladxyz/vault'
import Client from 'mina-signer'

import { NetworkManager } from '../../src/Network'
Expand Down
2 changes: 1 addition & 1 deletion packages/vault_v2/README.md → packages/vault/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @palladxyz/vaultv2

This is a typescript package that stores the wallet's credentials.
This is a typescript package that stores the wallet's credentials.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@palladxyz/vaultv2",
"name": "@palladxyz/vault",
"version": "0.0.1",
"type": "module",
"description": "A Vault for the Mina Wallet Package for Pallad",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a88b59b

Please sign in to comment.