Update types

This commit is contained in:
Mati Dastugue 2020-06-25 21:22:17 -03:00
parent c5681f1491
commit d11142de70
2 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,9 @@ export interface AddressBookProps {
isCustomTx?: boolean isCustomTx?: boolean
pristine: boolean pristine: boolean
recipientAddress?: string recipientAddress?: string
setSelectedEntry: (entry?: any) => void setSelectedEntry: (
entry: { address?: string; name?: string } | React.SetStateAction<{ address: any; name: string }>,
) => void
setIsValidAddress: (valid?: boolean) => void setIsValidAddress: (valid?: boolean) => void
} }

View File

@ -17263,9 +17263,9 @@ web3-provider-engine@^15.0.4:
xhr "^2.2.0" xhr "^2.2.0"
xtend "^4.0.1" xtend "^4.0.1"
"web3-provider-engine@git+https://github.com/trufflesuite/provider-engine.git#web3-one": "web3-provider-engine@https://github.com/trufflesuite/provider-engine#web3-one":
version "14.0.6" version "14.0.6"
resolved "git+https://github.com/trufflesuite/provider-engine.git#9694f5b4e5500651bd2ff689df8529bb5cf6b96f" resolved "https://github.com/trufflesuite/provider-engine#9694f5b4e5500651bd2ff689df8529bb5cf6b96f"
dependencies: dependencies:
async "^2.5.0" async "^2.5.0"
backoff "^2.5.0" backoff "^2.5.0"