We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989562c commit fbfbd6cCopy full SHA for fbfbd6c
src/hooks/chain/useCoinChain.ts
@@ -15,7 +15,7 @@ type UseCoinChainParameters = {
15
}
16
17
type CoinBlockExplorer = {
18
- id: number
+ id?: number
19
name: string
20
nativeCurrency: {
21
0 commit comments