Skip to content

Commit

Permalink
feat: 🎸 update mvm
Browse files Browse the repository at this point in the history
  • Loading branch information
divisey committed Aug 4, 2023
1 parent 6e6570b commit 2c50a5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/mvm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { SiweMessage } from "siwe";
export default class MVM extends EventEmitter {
public user: ProxyUser | null = null;

private contractOpt: ContractOpt | null = null;
public contractOpt: ContractOpt | null = null;

public library: providers.Web3Provider | null = null;

Expand All @@ -29,11 +29,11 @@ export default class MVM extends EventEmitter {

public connected = false;

private api = new MixinAPI();
public api = new MixinAPI();

private config: MVMConfig;
public config: MVMConfig;

private cache: Cache;
public cache: Cache;

constructor(config: MVMConfig) {
super();
Expand Down

0 comments on commit 2c50a5f

Please sign in to comment.