Skip to content

Commit

Permalink
feat: updated dependency and analysis files
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Sep 20, 2024
1 parent 81f5d40 commit ea3a321
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 59 deletions.
Binary file modified analysis/control-flow/ERC20Recover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified analysis/control-flow/ERC721Recover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified analysis/control-flow/TokenRecover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified analysis/control-flow/TokenRecoverLegacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion analysis/description-table/ERC20Recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/ERC20Recover.dist.sol | [object Promise] |
| dist/ERC20Recover.dist.sol | 66e1aacb6d494ad2bc1f71f0a989b9810b90fe69 |


### Contracts Description Table
Expand Down
2 changes: 1 addition & 1 deletion analysis/description-table/ERC721Recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/ERC721Recover.dist.sol | [object Promise] |
| dist/ERC721Recover.dist.sol | 162f5def82b6e2ba5783548cc1b14072c77af033 |


### Contracts Description Table
Expand Down
2 changes: 1 addition & 1 deletion analysis/description-table/TokenRecover.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/TokenRecover.dist.sol | [object Promise] |
| dist/TokenRecover.dist.sol | b0726e6cf80636cf56da692490a5dfcf8d3c332e |


### Contracts Description Table
Expand Down
2 changes: 1 addition & 1 deletion analysis/description-table/TokenRecoverLegacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/TokenRecoverLegacy.dist.sol | [object Promise] |
| dist/TokenRecoverLegacy.dist.sol | da05ab7cb73da21066ca2cafc351c2428be2a5f4 |


### Contracts Description Table
Expand Down
2 changes: 1 addition & 1 deletion dist/ERC20Recover.dist.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

// Sources flattened with hardhat v2.22.9 https://hardhat.org
// Sources flattened with hardhat v2.22.11 https://hardhat.org



Expand Down
2 changes: 1 addition & 1 deletion dist/ERC721Recover.dist.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

// Sources flattened with hardhat v2.22.9 https://hardhat.org
// Sources flattened with hardhat v2.22.11 https://hardhat.org



Expand Down
2 changes: 1 addition & 1 deletion dist/TokenRecover.dist.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

// Sources flattened with hardhat v2.22.9 https://hardhat.org
// Sources flattened with hardhat v2.22.11 https://hardhat.org



Expand Down
2 changes: 1 addition & 1 deletion dist/TokenRecoverLegacy.dist.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

// Sources flattened with hardhat v2.22.9 https://hardhat.org
// Sources flattened with hardhat v2.22.11 https://hardhat.org



Expand Down
108 changes: 60 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.16",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-mocha-no-only": "^1.2.0",
"graphlib": "^2.1.8",
"hardhat": "^2.22.10",
"hardhat": "^2.22.11",
"hardhat-exposed": "^0.3.15",
"hardhat-gas-reporter": "^2.2.1",
"prettier": "^3.3.3",
Expand All @@ -68,7 +68,7 @@
"solhint-plugin-openzeppelin": "file:scripts/solhint-custom",
"solidity-coverage": "^0.8.13",
"solidity-docgen": "^0.6.0-beta.36",
"surya": "^0.4.11",
"surya": "^0.4.12",
"vitepress": "^1.3.4",
"yargs": "^17.7.2"
}
Expand Down

0 comments on commit ea3a321

Please sign in to comment.