Skip to content

feat (contracts): update addresses #901

feat (contracts): update addresses

feat (contracts): update addresses #901

Triggered via pull request January 18, 2024 15:34
Status Failure
Total duration 1m 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
format: src/constants/contracts_addresses/base.ts#L30
Type '{ CoreMerkl: string; DistributionCreator: string; Distributor: string; CampaignCreator: string; CampaignDistributor: string; }' is not assignable to type '{ DistributionCreator?: string | undefined; Distributor?: string | undefined; CoreMerkl: string; }'.
format
Process completed with exit code 1.
lint-and-build: src/constants/contracts_addresses/base.ts#L30
Type '{ CoreMerkl: string; DistributionCreator: string; Distributor: string; CampaignCreator: string; CampaignDistributor: string; }' is not assignable to type '{ DistributionCreator?: string | undefined; Distributor?: string | undefined; CoreMerkl: string; }'.
lint-and-build: src/constants/contracts_addresses/mainnet.ts#L151
Type '{ AgToken: string; bridges: { LayerZero: string; PosBridge: string; }; borrowCollaterals: { bIB01: { Oracle: string; VaultManager: string; }; bHIGH: { Oracle: string; VaultManager: string; }; cbETH: { Oracle: string; VaultManager: string; }; ... 10 more ...; 'sd-crvLUSD3CRV': { ...; }; }; ... 9 more ...; Transmuter:...' is not assignable to type 'Readonly<Partial<{ AgToken: string; OracleTokenUSD: string; Savings?: string | undefined; StableMaster?: string | undefined; Staking?: string | undefined; Swapper?: string | undefined; SwapperV2?: string | undefined; ... 4 more ...; bridges?: { ...; } | undefined; }>>'.
lint-and-build: src/constants/contracts_addresses/mainnet.ts#L171
Type '{ AgToken: string; borrowCollaterals: { wSTETH: { Oracle: string; VaultManager: string; }; }; bridges: { LayerZero: string; }; Reserve: string; Savings: string; SwapperV2: string; Transmuter: string; Treasury: string; }' is not assignable to type 'Readonly<Partial<{ AgToken: string; OracleTokenUSD: string; Savings?: string | undefined; StableMaster?: string | undefined; Staking?: string | undefined; Swapper?: string | undefined; SwapperV2?: string | undefined; ... 4 more ...; bridges?: { ...; } | undefined; }>>'.
lint-and-build: src/constants/contracts_addresses/optimism.ts#L1
Cannot find module '../registry' or its corresponding type declarations.
lint-and-build
Process completed with exit code 2.
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-and-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-and-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-and-build: src/constants/parameters/mainnet.ts#L18
'interestRate25' is assigned a value but never used