Skip to content

Commit

Permalink
session storage chore
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart committed Oct 24, 2023
1 parent 882d518 commit 73acd7d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions __mocks__/@etherspot/prime-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export class PrimeSdk {
return defaultAccountAddress;
}

createSession() {
return { token: 'some-session-token' };
}

getAccountBalances({ chainId, account }) {
const tokenBalance = ethers.utils.parseEther('420');
const nativeAssetBalance = ethers.utils.parseEther('0');
Expand Down Expand Up @@ -185,6 +181,4 @@ export class PrimeSdk {

export const isWalletProvider = EtherspotPrime.isWalletProvider;

export const SessionStorage = EtherspotPrime.SessionStorage;

export default EtherspotPrime;

0 comments on commit 73acd7d

Please sign in to comment.