UNPKG

@aave/protocol-js

Version:

Aave protocol data aggregation tool

7 lines (6 loc) 179 B
import { tEthereumAddress } from '.'; export declare type FaucetParamsType = { userAddress: tEthereumAddress; reserve: tEthereumAddress; tokenSymbol: string; };