diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 3ea9024..e5457ca 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -29,6 +29,10 @@ jobs: with: node-version-file: '.nvmrc' cache: 'yarn' + - name: Install libvips + run: | + sudo apt-get update + sudo apt-get install -y libvips-dev - run: yarn --immutable --immutable-cache - run: yarn build - name: Cache snap build diff --git a/package.json b/package.json index 696e35f..b611056 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "@greymass/metamask-snap", + "name": "@greymass/antelope-snap", "version": "1.0.0", "private": true, "description": "", - "homepage": "https://github.com/@greymass/metamask-snap#readme", + "homepage": "https://github.com/@greymass/antelope-snap#readme", "bugs": { - "url": "https://github.com/@greymass/metamask-snap/issues" + "url": "https://github.com/@greymass/antelope-snap/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/@greymass/metamask-snap.git" + "url": "git+https://github.com/@greymass/antelope-snap.git" }, "license": "MIT", "author": "", diff --git a/packages/site/README.md b/packages/site/README.md index ac71593..63e6791 100644 --- a/packages/site/README.md +++ b/packages/site/README.md @@ -1,4 +1,4 @@ -# @greymass/metamask-snap test site +# @greymass/antelope-snap test site This is a simple Svelte Kit application that demonstrates how to use the Metamask Snap. diff --git a/packages/snap/README.md b/packages/snap/README.md index 97c17b0..319109d 100644 --- a/packages/snap/README.md +++ b/packages/snap/README.md @@ -1,4 +1,4 @@ -# @greymass/metamask-snap +# @greymass/antelope-snap This is a Metamask Snap that provides a simple way to interface with [Antelope](https://eosnetwork.com/antelope/) blockchains using a Metamask wallet. diff --git a/packages/snap/package.json b/packages/snap/package.json index 15b7c4b..8912bf7 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -4,7 +4,7 @@ "description": "MetaMask Snap allowing users to interact with Antelope networks", "repository": { "type": "git", - "url": "https://github.com/@greymass/metamask-snap.git" + "url": "https://github.com/@greymass/antelope-snap.git" }, "license": "MIT", "main": "./dist/bundle.js", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index c7e3e09..e018fb9 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -4,10 +4,10 @@ "proposedName": "Antelope", "repository": { "type": "git", - "url": "https://github.com/@greymass/metamask-snap.git" + "url": "https://github.com/@greymass/antelope-snap.git" }, "source": { - "shasum": "Q3Hsdgr2BoN0Fi+Yz25/Vz7jlNdAReFEFDJLkJKHHW4=", + "shasum": "ZRXhKVwCKT0RTuBwE7IcYbge2YkMkQ5ogyteqFnmuwc=", "location": { "npm": { "filePath": "dist/bundle.js", diff --git a/packages/snap/src/assets/eos-logo.svg b/packages/snap/src/assets/eos-logo.svg index df77283..67cf064 100644 --- a/packages/snap/src/assets/eos-logo.svg +++ b/packages/snap/src/assets/eos-logo.svg @@ -1 +1,12 @@ -Asset 1 \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index d1231dd..72465af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1729,21 +1729,9 @@ __metadata: languageName: node linkType: hard -"@greymass/create-account@npm:^1.0.2": - version: 1.0.2 - resolution: "@greymass/create-account@npm:1.0.2" - dependencies: - "@greymass/return-path": ^0.0.1 - "@wharfkit/antelope": ^0.7.3 - "@wharfkit/signing-request": ^3.0.0 - tslib: ^2.1.0 - checksum: aad3d0feb158f77bc386dab689c167dfd3ae73259734a6affd8b826aab2c26680f6067c89bee3d3f5ea763ed48998980b41d49ddf8f1e6cf92f146c92df5e32f - languageName: node - linkType: hard - -"@greymass/metamask-snap@workspace:.": +"@greymass/antelope-snap@workspace:.": version: 0.0.0-use.local - resolution: "@greymass/metamask-snap@workspace:." + resolution: "@greymass/antelope-snap@workspace:." dependencies: "@lavamoat/allow-scripts": ^3.0.0 "@lavamoat/preinstall-always-fail": ^2.0.0 @@ -1770,6 +1758,18 @@ __metadata: languageName: unknown linkType: soft +"@greymass/create-account@npm:^1.0.2": + version: 1.0.2 + resolution: "@greymass/create-account@npm:1.0.2" + dependencies: + "@greymass/return-path": ^0.0.1 + "@wharfkit/antelope": ^0.7.3 + "@wharfkit/signing-request": ^3.0.0 + tslib: ^2.1.0 + checksum: aad3d0feb158f77bc386dab689c167dfd3ae73259734a6affd8b826aab2c26680f6067c89bee3d3f5ea763ed48998980b41d49ddf8f1e6cf92f146c92df5e32f + languageName: node + linkType: hard + "@greymass/return-path@npm:^0.0.1": version: 0.0.1 resolution: "@greymass/return-path@npm:0.0.1"