Skip to content

Commit

Permalink
Scatter plugins register should be inside protocol-scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
apporc committed Apr 22, 2024
1 parent ec8ad88 commit 0daec73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
WalletPluginSignResponse,
} from '@wharfkit/session'
import {handleLogin, handleSignatureRequest} from '@wharfkit/protocol-scatter'
import {ScatterEOS, ScatterJS} from 'scatter-ts'

export class WalletPluginScatter extends AbstractWalletPlugin implements WalletPlugin {
id = 'scatter'
Expand All @@ -30,7 +29,6 @@ export class WalletPluginScatter extends AbstractWalletPlugin implements WalletP

constructor() {
super()
ScatterJS.plugins(new ScatterEOS())
}

/**
Expand Down

0 comments on commit 0daec73

Please sign in to comment.