Skip to content

Commit

Permalink
chore(): beta version bump (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Jan 4, 2024
1 parent 49d528a commit 93519a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @chainsafe/cypress-polkadot-wallet monorepo

Test your Dapp with Cypress as if you had a Polkadot wallet connected in the browser.

See [the monorepo readme](https://github.com/ChainSafe/cypress-polkadot-wallet) for instructions.
3 changes: 2 additions & 1 deletion packages/plugin/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { AuthRequests, Wallet, TxRequests } from './wallet'
import { InjectedAccountWitMnemonic } from './types'

const DEFAULT_WALLET_NAME = 'polkadot-js'

declare global {
namespace Cypress {
interface Chainable {
Expand Down Expand Up @@ -63,7 +65,6 @@ declare global {
}
}

const DEFAULT_WALLET_NAME = 'polkadot-js'
const wallet = new Wallet()

const injectWallet = (win: Cypress.AUTWindow, wallet: Wallet, walletName: string) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 93519a7

Please sign in to comment.