File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import {Base64} from "@devprotocol/util-contracts/contracts/utils/Base64.sol";
66import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol " ;
77import {ERC721EnumerableUpgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC721/extensions/ERC721EnumerableUpgradeable.sol " ;
88
9- import {ISBTToken } from "./interfaces/ISBTToken .sol " ;
9+ import {ISBT } from "./interfaces/ISBT .sol " ;
1010
11- contract SBTToken is ISBTToken , ERC721EnumerableUpgradeable {
11+ contract SBT is ISBT , ERC721EnumerableUpgradeable {
1212 using Base64 for bytes ;
1313 using Strings for uint256 ;
1414
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MPL-2.0
22pragma solidity ^ 0.8.9 ;
33
4- interface ISBTToken {
4+ interface ISBT {
55 /// @dev Data strucutre to represent all String attributes of the SBT.
66 struct StringAttribute {
77 string trait_type;
You can’t perform that action at this time.
0 commit comments