Skip to content

Commit

Permalink
fix: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Aug 10, 2024
1 parent ee64604 commit c95471e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/site/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
import type { MetaMaskInpageProvider } from '@metamask/providers';
import { setSnap, requestSnap } from '$lib/snap';
import flask_fox from '../assets/flask_fox.svg';
import SessionKit, { Chains, Session } from '@wharfkit/session';
import SessionKit, { Chains, type Session } from '@wharfkit/session';
import WebRenderer from '@wharfkit/web-renderer';
import { type Writable, writable } from 'svelte/store';
import { TransactPluginResourceProvider } from '@wharfkit/transact-plugin-resource-provider';
import { WalletPluginMetaMask } from '@wharfkit/wallet-plugin-metamask';
import { AccountCreationPluginMetamask } from '@wharfkit/account-creation-plugin-metamask';
import CreateAccount from '../components/CreateAccount.svelte';
let provider: MetaMaskInpageProvider;
const session: Writable<Session | undefined> = writable();
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 @@ -7,16 +7,16 @@
"url": "https://github.com/@greymass/metamask-snap.git"
},
"source": {
"shasum": "Ps6R66+AScRUseCuwWAzyB46TXsy0VxsYrfnn/x3Uew=",
"shasum": "Q3Hsdgr2BoN0Fi+Yz25/Vz7jlNdAReFEFDJLkJKHHW4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"iconPath": "src/assets/eos-logo.svg",
"packageName": "snap",
"registry": "https://registry.npmjs.org/"
}
}
},
"iconPath": "https://cryptologos.cc/logos/eos-eos-logo.svg?v=032",
"initialPermissions": {
"snap_dialog": {},
"endowment:network-access": {},
Expand Down
1 change: 1 addition & 0 deletions 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.

0 comments on commit c95471e

Please sign in to comment.