Skip to content

Commit

Permalink
fix: update known errors (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Nov 18, 2024
1 parent edbed6c commit ea9bfd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 29 deletions.
1 change: 1 addition & 0 deletions .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ on:
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/comment.yml@ea41920d7c7c656823137da415d1e3f59bf064bf # pin@main
secrets: inherit
29 changes: 0 additions & 29 deletions tests/__snapshots__/verification.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
]
`;
9 changes: 9 additions & 0 deletions tests/cache/verified.json
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,12 @@
},
"0x08e1bba76D27841dD91FAb4b3a636A0D5CF8c3E9": {
"name": "InitializableImmutableAdminUpgradeabilityProxy"
},
"0xc2015641564a5914A17CB9A92eC8d8feCfa8f2D0": {
"name": "InitializableImmutableAdminUpgradeabilityProxy"
},
"0x2ABbAab3EF4e4A899d39e7EC996b5715E76b399a": {
"name": "InitializableImmutableAdminUpgradeabilityProxy"
}
},
"10": {
Expand Down Expand Up @@ -6720,6 +6726,9 @@
},
"0xCb45E82419baeBCC9bA8b1e5c7858e48A3B26Ea6": {
"name": "GnosisSafeProxy"
},
"0xC37353E5766164D8654D3CB395acfDcA4c2E7Ddc": {
"name": "DefaultReserveInterestRateStrategyV2"
}
}
}

0 comments on commit ea9bfd7

Please sign in to comment.