From ea9bfd792036f156db1731bde17ec1baa4e88016 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 18 Nov 2024 14:29:26 +0100 Subject: [PATCH] fix: update known errors (#698) --- .github/workflows/comment-pr.yml | 1 + tests/__snapshots__/verification.spec.ts.snap | 29 ------------------- tests/cache/verified.json | 9 ++++++ 3 files changed, 10 insertions(+), 29 deletions(-) diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index 50582239..50568191 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -9,3 +9,4 @@ on: jobs: test: uses: bgd-labs/github-workflows/.github/workflows/comment.yml@ea41920d7c7c656823137da415d1e3f59bf064bf # pin@main + secrets: inherit diff --git a/tests/__snapshots__/verification.spec.ts.snap b/tests/__snapshots__/verification.spec.ts.snap index bdf33aa0..ea015960 100644 --- a/tests/__snapshots__/verification.spec.ts.snap +++ b/tests/__snapshots__/verification.spec.ts.snap @@ -110,34 +110,5 @@ exports[`verification > should have all contracts verified except for the known "value": "0x11979886A6dBAE27D7a72c49fCF3F23240D647bF", }, }, - { - "error": [ - { - "ABI": "Contract source code not verified", - "CompilerVersion": "", - "ConstructorArguments": "", - "ContractName": "", - "EVMVersion": "Default", - "Implementation": "", - "Library": "", - "LicenseType": "Unknown", - "OptimizationUsed": "", - "Proxy": "0", - "Runs": "", - "SourceCode": "", - "SwarmSource": "", - }, - ], - "item": { - "chainId": 534352, - "path": [ - "AaveV3Scroll", - "ASSETS", - "WETH", - "INTEREST_RATE_STRATEGY", - ], - "value": "0xC37353E5766164D8654D3CB395acfDcA4c2E7Ddc", - }, - }, ] `; diff --git a/tests/cache/verified.json b/tests/cache/verified.json index 91aef637..975359b9 100644 --- a/tests/cache/verified.json +++ b/tests/cache/verified.json @@ -2270,6 +2270,12 @@ }, "0x08e1bba76D27841dD91FAb4b3a636A0D5CF8c3E9": { "name": "InitializableImmutableAdminUpgradeabilityProxy" + }, + "0xc2015641564a5914A17CB9A92eC8d8feCfa8f2D0": { + "name": "InitializableImmutableAdminUpgradeabilityProxy" + }, + "0x2ABbAab3EF4e4A899d39e7EC996b5715E76b399a": { + "name": "InitializableImmutableAdminUpgradeabilityProxy" } }, "10": { @@ -6720,6 +6726,9 @@ }, "0xCb45E82419baeBCC9bA8b1e5c7858e48A3B26Ea6": { "name": "GnosisSafeProxy" + }, + "0xC37353E5766164D8654D3CB395acfDcA4c2E7Ddc": { + "name": "DefaultReserveInterestRateStrategyV2" } } } \ No newline at end of file