Skip to content

Commit cac5542

Browse files
authored
remove bnc init
1 parent daa27fb commit cac5542

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/stores.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,6 @@ function createBalanceStore(initialState: string | null): BalanceStore {
309309
currentBalance: get(balance)
310310
})
311311

312-
if (!getBlocknative()) {
313-
initializeBlocknative(
314-
get(app).dappId,
315-
get(app).networkId,
316-
get(app).apiUrl
317-
)
318-
}
319-
320312
if (emitterAddress !== $address) {
321313
const blocknative = getBlocknative()
322314

0 commit comments

Comments
 (0)