refactor: separate pool reward from pool balance, right align the column amount in locked\reserved amount, add Polkadot to migrated pool #2150
Annotations
3 errors
build:
packages/extension-polkagate/src/hooks/useAssetsBalances.ts#L359
Type '{ date: number; decimal: number; totalBalance: BN; ED: BN; availableBalance: BN; soloTotal?: BN; pooledBalance?: BN; poolReward?: BN; lockedBalance?: BN; vestingLocked?: BN; vestedClaimable?: BN; ... 13 more ...; price: undefined; }' is not assignable to type 'FetchedBalance'.
|
build:
packages/extension-polkagate/src/hooks/useAssetsBalances.ts#L375
Type '{ date: number; decimal: number; totalBalance: BN; ED: BN; availableBalance: BN; soloTotal?: BN | undefined; pooledBalance?: BN | undefined; poolReward?: BN | undefined; ... 15 more ...; balanceDetails?: string | undefined; }[]' is not assignable to type 'FetchedBalance[]'.
|
build
Process completed with exit code 255.
|
Loading