Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating logo #6

Merged
merged 3 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/snap/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 12 additions & 1 deletion packages/snap/src/assets/eos-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
Loading