Skip to content

Commit

Permalink
remove obsolete makeContractStore (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Jun 3, 2023
1 parent 45836d8 commit 70ca581
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/stores.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,3 @@ export const contracts = allStores.default.contracts

// TODO spin off dectector
export const walletType = allStores.default.walletType

derived([web3, connected], ([$web3, $connected]) => {
if ($connected && $web3.eth) {
return new $web3.eth.Contract(abi, address, defaults)
}
return null
})

0 comments on commit 70ca581

Please sign in to comment.