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";
6
6
import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol " ;
7
7
import {ERC721EnumerableUpgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC721/extensions/ERC721EnumerableUpgradeable.sol " ;
8
8
9
- import {ISBTToken } from "./interfaces/ISBTToken .sol " ;
9
+ import {ISBT } from "./interfaces/ISBT .sol " ;
10
10
11
- contract SBTToken is ISBTToken , ERC721EnumerableUpgradeable {
11
+ contract SBT is ISBT , ERC721EnumerableUpgradeable {
12
12
using Base64 for bytes ;
13
13
using Strings for uint256 ;
14
14
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MPL-2.0
2
2
pragma solidity ^ 0.8.9 ;
3
3
4
- interface ISBTToken {
4
+ interface ISBT {
5
5
/// @dev Data strucutre to represent all String attributes of the SBT.
6
6
struct StringAttribute {
7
7
string trait_type;
You can’t perform that action at this time.
0 commit comments