Custom currency in which a Tiered STO can raise funds
CustomCurrency
currencySymbol
ethOracleAddress
polyOracleAddress
• currencySymbol: string
Defined in src/types/index.ts:727arrow-up-right
symbol of the custom currency (USD, CAD, EUR, etc. Default is USD)
• ethOracleAddress: string
Defined in src/types/index.ts:731arrow-up-right
address of the oracle that states the price of ETH in the custom currency. Only required if raising funds in ETH
• polyOracleAddress: string
Defined in src/types/index.ts:735arrow-up-right
address of the oracle that states the price of POLY in the custom currency. Only required if raising funds in POLY
Last updated 5 years ago
Was this helpful?