Skip to content

Commit

Permalink
typo: interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Oct 4, 2024
1 parent c9f27fc commit 2256235
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion analysis/description-table/ERC1363.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/ERC1363.dist.sol | 28a1171f121b0747ededcb83c3f20ea8a8d74ce0 |
| dist/ERC1363.dist.sol | 52effbc90e477791a0581d5df2b08f5a17a337b0 |


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

| File Name | SHA-1 Hash |
|-------------|--------------|
| dist/ERC1363Mintable.dist.sol | 3bb70546b5b67fd0121ab00d4dd84078ef59758c |
| dist/ERC1363Mintable.dist.sol | a12687555f57d87040495e9d34048ce94d6ec382 |


### Contracts Description Table
Expand Down
2 changes: 1 addition & 1 deletion contracts/token/ERC1363/IERC1363Spender.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity ^0.8.20;

/**
* @title ERC1363Spender
* @title IERC1363Spender
* @dev Interface for any contract that wants to support `approveAndCall` from ERC-1363 token contracts.
*/
interface IERC1363Spender {
Expand Down
4 changes: 2 additions & 2 deletions dist/ERC1363.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.11 https://hardhat.org
// Sources flattened with hardhat v2.22.12 https://hardhat.org



Expand Down Expand Up @@ -728,7 +728,7 @@ interface IERC1363Receiver {
pragma solidity ^0.8.20;

/**
* @title ERC1363Spender
* @title IERC1363Spender
* @dev Interface for any contract that wants to support `approveAndCall` from ERC-1363 token contracts.
*/
interface IERC1363Spender {
Expand Down
4 changes: 2 additions & 2 deletions dist/ERC1363Mintable.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.11 https://hardhat.org
// Sources flattened with hardhat v2.22.12 https://hardhat.org



Expand Down Expand Up @@ -728,7 +728,7 @@ interface IERC1363Receiver {
pragma solidity ^0.8.20;

/**
* @title ERC1363Spender
* @title IERC1363Spender
* @dev Interface for any contract that wants to support `approveAndCall` from ERC-1363 token contracts.
*/
interface IERC1363Spender {
Expand Down
76 changes: 38 additions & 38 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erc-payable-token",
"version": "6.2.0",
"version": "6.2.1",
"description": "ERC-1363 Payable Token Implementation",
"files": [
"contracts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"eslint-config-standard": "^17.1.0",
"eslint-plugin-mocha-no-only": "^1.2.0",
"graphlib": "^2.1.8",
"hardhat": "^2.22.11",
"hardhat": "^2.22.12",
"hardhat-exposed": "^0.3.15",
"hardhat-gas-reporter": "^2.2.1",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 2256235

Please sign in to comment.