Skip to content

Commit 72efe46

Browse files
author
devofficer
committed
chore: renaming web3-context type dec file
1 parent 1269fc4 commit 72efe46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/types/web3-context.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { Web3Context } from 'web3-react/dist/context'
2+
3+
export interface ErrorWithCode extends Error {
4+
code?: string | number | undefined
5+
}
6+
7+
export interface Web3ContextCurate extends Web3Context {
8+
error: ErrorWithCode | null
9+
}

0 commit comments

Comments
 (0)