Skip to content

Commit 0d910e8

Browse files
authored
feat: add new balancesProvider property to chainInfo type (#171)
1 parent 03d631c commit 0d910e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types/chains.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ export type ChainInfo = {
9191
gasPrice: GasPrice
9292
disabledWallets: string[]
9393
features: FEATURES[]
94+
balancesProvider: {
95+
chainName: string | null
96+
enabled: boolean
97+
}
9498
}
9599

96100
export type ChainListResponse = Page<ChainInfo>

0 commit comments

Comments
 (0)