Skip to content

Commit fcfaef1

Browse files
committed
Transpile 4ce6e42
1 parent ca37b74 commit fcfaef1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/token/ERC721/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ NOTE: This core set of contracts is designed to be unopinionated, allowing devel
3939

4040
{{ERC721Burnable}}
4141

42-
{{ERC721TokenUri}}
42+
{{ERC721URIStorage}}
4343

4444
== Presets
4545

contracts/token/ERC721/extensions/ERC721URIStorageUpgradeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "../ERC721Upgradeable.sol";
66
import "../../../proxy/utils/Initializable.sol";
77

88
/**
9-
* @dev ERC721 token with storage based token uri management.
9+
* @dev ERC721 token with storage based token URI management.
1010
*/
1111
abstract contract ERC721URIStorageUpgradeable is Initializable, ERC721Upgradeable {
1212
function __ERC721URIStorage_init() internal initializer {

scripts/migrate-imports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const pathUpdates = {
4747
// 'proxy/Proxy.sol': undefined,
4848
// 'proxy/TransparentUpgradeableProxy.sol': 'proxy/transparent/TransparentUpgradeableProxy.sol',
4949
// 'proxy/UpgradeableBeacon.sol': 'proxy/beacon/UpgradeableBeacon.sol',
50-
// 'proxy/UpgradeableProxy.sol': undefined,
50+
// 'proxy/UpgradeableProxy.sol': 'proxy/ERC1967/ERC1967Proxy.sol',
5151
'token/ERC1155/ERC1155Burnable.sol': 'token/ERC1155/extensions/ERC1155Burnable.sol',
5252
'token/ERC1155/ERC1155Holder.sol': 'token/ERC1155/utils/ERC1155Holder.sol',
5353
'token/ERC1155/ERC1155Pausable.sol': 'token/ERC1155/extensions/ERC1155Pausable.sol',

0 commit comments

Comments
 (0)