diff --git a/src/interfaces/common/CurrencyRow.ts b/src/interfaces/common/CurrencyRow.ts index dc97ce2..7b3acd6 100644 --- a/src/interfaces/common/CurrencyRow.ts +++ b/src/interfaces/common/CurrencyRow.ts @@ -19,7 +19,6 @@ interface CurrencyRow { type?: CurrencyType; asset_id?: string | null; asset_info?: Asset; - whitelisted: boolean; } export default CurrencyRow;