We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eed75 commit 656e844Copy full SHA for 656e844
src/stores.ts
@@ -1,7 +1,7 @@
1
import { getBlocknative, initializeBlocknative } from './services'
2
import { writable, derived, get } from 'svelte/store'
3
import { wait, makeCancelable, createInterval } from './utilities'
4
-import { validateWalletInterface, validateType } from './validation'
+import { validateWalletInterface, validateType } from './validation'
5
import {
6
WritableStore,
7
ReadableStore,
0 commit comments