test-isol-01 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ abstract contract WrapERC20xTransferWithAuthorize is ERC20, ERC20Wrapper, Transf
45
45
  uint256 validBefore,
46
46
  bytes32 nonce,
47
47
  bytes calldata signature
48
- ) external override nonReentrant {
48
+ ) external nonReentrant {
49
49
  address signer = _verifyTransfer(
50
50
  from,
51
51
  to,
@@ -70,7 +70,7 @@ abstract contract WrapERC20xTransferWithAuthorize is ERC20, ERC20Wrapper, Transf
70
70
  uint256 validBefore,
71
71
  bytes32 nonce,
72
72
  bytes calldata signature
73
- ) external override nonReentrant {
73
+ ) external nonReentrant {
74
74
  address signer = _verifyTransferFrom(
75
75
  from,
76
76
  to,
@@ -96,7 +96,7 @@ abstract contract WrapERC20xTransferWithAuthorize is ERC20, ERC20Wrapper, Transf
96
96
  uint256 validBefore,
97
97
  bytes32 nonce,
98
98
  bytes calldata signature
99
- ) external override nonReentrant {
99
+ ) external nonReentrant {
100
100
  address signer = _verifyBurn(
101
101
  from,
102
102
  to,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-isol-01",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {