Skip to content

Commit c74ee04

Browse files
authored
Merge pull request #44 from amaify/tobe/release
[Release - Dev] - Update the wallet setup to support custom extension source
2 parents a6238f6 + 56bd066 commit c74ee04

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tobelabs/chainwright
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- Update the wallet setup to support a custom extension source so that users can specify their own download URL or locally hosted wallet extension file
8+
39
## 0.9.12
410

511
### Patch Changes

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export default defineWalletSetup(
219219
localPath: "Your local path here",
220220
// OR
221221
downloadUrl: "Download URL here",
222+
sha256: "Expectd SHA-256 hash here"
222223
},
223224
},
224225
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainwright",
3-
"version": "0.9.12",
3+
"version": "0.10.0",
44
"description": "Playwright Web3 wallet testing framework for end-to-end dApp automation with MetaMask, Phantom, Solflare, Petra, Meteor, and Keplr",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)