-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update dependencies, lint and compile config
- Loading branch information
1 parent
2a4e4fb
commit dcb60a3
Showing
11 changed files
with
1,192 additions
and
443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module.exports = { | ||
norpc: true, | ||
testCommand: 'npm run hardhat:test', | ||
compileCommand: 'npm run hardhat:compile', | ||
testCommand: 'npm test', | ||
compileCommand: 'npm run compile', | ||
skipFiles: ['mocks'], | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
// Sources flattened with hardhat v2.18.3 https://hardhat.org | ||
// Sources flattened with hardhat v2.19.4 https://hardhat.org | ||
|
||
// SPDX-License-Identifier: MIT | ||
|
||
// File @openzeppelin/contracts/utils/[email protected].0 | ||
// File @openzeppelin/contracts/utils/[email protected].1 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (utils/Context.sol) | ||
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol) | ||
|
||
pragma solidity ^0.8.20; | ||
|
||
|
@@ -27,10 +27,14 @@ abstract contract Context { | |
function _msgData() internal view virtual returns (bytes calldata) { | ||
return msg.data; | ||
} | ||
|
||
function _contextSuffixLength() internal view virtual returns (uint256) { | ||
return 0; | ||
} | ||
} | ||
|
||
|
||
// File @openzeppelin/contracts/access/[email protected].0 | ||
// File @openzeppelin/contracts/access/[email protected].1 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol) | ||
|
@@ -132,7 +136,7 @@ abstract contract Ownable is Context { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/utils/introspection/[email protected].0 | ||
// File @openzeppelin/contracts/utils/introspection/[email protected].1 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/IERC165.sol) | ||
|
@@ -161,7 +165,7 @@ interface IERC165 { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/token/ERC721/[email protected].0 | ||
// File @openzeppelin/contracts/token/ERC721/[email protected].1 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC721/IERC721.sol) | ||
|
@@ -298,7 +302,7 @@ interface IERC721 is IERC165 { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/token/ERC20/[email protected].0 | ||
// File @openzeppelin/contracts/token/ERC20/[email protected].1 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol) | ||
|
@@ -381,7 +385,7 @@ interface IERC20 { | |
} | ||
|
||
|
||
// File eth-token-recover/contracts/recover/[email protected].0 | ||
// File eth-token-recover/contracts/recover/[email protected].3 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
|
||
|
@@ -409,7 +413,7 @@ abstract contract RecoverERC20 { | |
} | ||
|
||
|
||
// File eth-token-recover/contracts/recover/[email protected].0 | ||
// File eth-token-recover/contracts/recover/[email protected].3 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
|
||
|
@@ -442,7 +446,7 @@ abstract contract RecoverERC721 { | |
} | ||
|
||
|
||
// File eth-token-recover/contracts/[email protected].0 | ||
// File eth-token-recover/contracts/[email protected].3 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.