price subscriptions

This commit is contained in:
Tim Olson
2023-11-02 23:30:43 -04:00
parent 3f15985bf5
commit b483974268
10 changed files with 212 additions and 40 deletions

View File

@@ -81,8 +81,9 @@ const errorHandlingProxy = {
export async function connectWallet() {
console.log('TODO connect wallet')
// eth_getaccounts
const s = useStore()
await s.provider.getSigner()
}
const pendingOrders = []