Skip to content

Commit

Permalink
chore: fix adapter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 12, 2023
1 parent 776c41b commit 980141e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion packages/adapter/test/adapter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ fixture.test(
}
)

fixture = createFixture({})
fixture = createFixture({
download: {
tag: 'v10.35.1',
},
})
fixture.test(
'should enable error when flask is not installed',
async ({ metamask, page }) => {
Expand Down
3 changes: 1 addition & 2 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Snap](https://github.com/filecoin-project/filsnap/actions/workflows/snap.yml/badge.svg)](https://github.com/filecoin-project/filsnap/actions/workflows/snap.yml)

> Filecoin metamask snap to enable developers to add Filecoin integration to their dapps.
> Connect to Filecoin dapps using Metamask. Manage Filecoin accounts, send FIL to Native and FEVM accounts and enable FEVM transaction insights.
## Usage

Expand Down Expand Up @@ -81,7 +81,6 @@ We recommend using [`filsnap-adapter`](../adapter) to interact with filsnap for
- `fil_getAddress` - Get the address of the connected account.
- `fil_getPublicKey` - Get the public key of the connected account.
- `fil_getAccountInfo` - Get the account info of the connected account.
- `fil_getMessages` - Get the messages of the connected account.
- `fil_getGasForMessage` - Get the gas for a message.
- `fil_signMessage` - Sign a message with the connected account.
- `fil_signMessageRaw` - Sign a raw message (string) with the connected account.
Expand Down
6 changes: 3 additions & 3 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.5.0",
"description": "Metamask snap to enable developers to add Filecoin integration to their dapps.",
"proposedName": "Filecoin Snap",
"description": "Connect to Filecoin dapps using Metamask. Manage Filecoin accounts, send FIL to Native and FEVM accounts and enable FEVM transaction insights.",
"proposedName": "Filecoin Wallet",
"repository": {
"type": "git",
"url": "https://github.com/filecoin-project/filsnap.git"
},
"source": {
"shasum": "GaHeQ59kzC3GGcDTg0ehuWTs0toIsuv2ug6vAK8DaI0=",
"shasum": "m8xh1nzTEms/7dEtDEm3rG7A3XoGvz6nBtMJ3ZMy6fA=",
"location": {
"npm": {
"filePath": "dist/snap.js",
Expand Down

0 comments on commit 980141e

Please sign in to comment.