Skip to content

Commit

Permalink
enhancement: making snapOrigin attribute public
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Aug 22, 2024
1 parent 8306127 commit 2de978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const defaultSnapOrigin = 'local:http://localhost:8080'

export class WalletPluginMetaMask extends AbstractWalletPlugin implements WalletPlugin {
public id = 'wallet-plugin-metamask'
snapOrigin: string
public snapOrigin: string

readonly config: WalletPluginConfig = {
requiresChainSelect: true,
Expand Down

0 comments on commit 2de978b

Please sign in to comment.