This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Cleanup axelar config storage #191
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
ci:
test/core/accounts/AccountsUpdate.ts#L47
Argument of type '{ owner: string; version: string; networkName: string; registrarContract: string; nextAccountId: number; maxGeneralCategoryId: number; subDao: string; gateway: string; gasReceiver: string; earlyLockedWithdrawFee: { ...; }; reentrancyGuardLocked: false; }' is not assignable to parameter of type 'ConfigStruct'.
|
ci:
test/core/accounts/AccountsUpdateEndowmentSettingsController.ts#L68
Argument of type '{ owner: string; version: string; networkName: string; registrarContract: string; nextAccountId: number; maxGeneralCategoryId: number; subDao: string; gateway: string; gasReceiver: string; earlyLockedWithdrawFee: { ...; }; reentrancyGuardLocked: false; }' is not assignable to parameter of type 'ConfigStruct'.
|
ci:
test/core/accounts/AccountsUpdateEndowments.ts#L707
Argument of type '{ networkName: string; owner: string; version: string; registrarContract: string; nextAccountId: number; maxGeneralCategoryId: number; subDao: string; gateway: string; gasReceiver: string; earlyLockedWithdrawFee: { ...; }; reentrancyGuardLocked: false; }' is not assignable to parameter of type 'ConfigStruct'.
|
ci:
test/core/accounts/AccountsUpdateStatusEndowments.ts#L92
Argument of type '{ owner: string; version: string; networkName: string; registrarContract: string; nextAccountId: number; maxGeneralCategoryId: number; subDao: string; gateway: string; gasReceiver: string; earlyLockedWithdrawFee: { ...; }; reentrancyGuardLocked: false; }' is not assignable to parameter of type 'ConfigStruct'.
|
ci:
test/utils/helpers/accounts/defaults.ts#L96
Type '{ owner: string; networkName: string; version: string; registrarContract: string; nextAccountId: number; maxGeneralCategoryId: number; subDao: string; gateway: string; gasReceiver: string; reentrancyGuardLocked: false; earlyLockedWithdrawFee: LibAccounts.FeeSettingStruct; }' is not assignable to type 'ConfigStruct'.
|
ci
The process '/usr/local/bin/yarn' failed with exit code 2
|