Skip to content

Commit

Permalink
chore: export WalletPluginMetaMaskConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Aug 22, 2024
1 parent fe51d5c commit 76c4ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wharfkit/wallet-plugin-metamask",
"description": "A MetaMask plugin for use with @wharfkit/session.",
"version": "1.0.0-rc6",
"version": "1.0.0-rc7",
"homepage": "https://github.com/wharfkit/wallet-plugin-metamask",
"license": "BSD-3-Clause",
"main": "lib/wallet-plugin-metamask.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type GetSnapsResponse = Record<string, Snap>

export * from './metamask'

interface WalletPluginMetaMaskConfig {
export interface WalletPluginMetaMaskConfig {
snapOrigin?: string
setupPageUrl?: string
}
Expand Down

0 comments on commit 76c4ec2

Please sign in to comment.