Skip to content

Commit

Permalink
Update PatronCertificate.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
audsssy committed Nov 30, 2023
1 parent 6a1bae6 commit eed00bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/PatronCertificate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity ^0.8.4;

import {SVG} from "../utils/SVG.sol";
import {JSON} from "../utils/JSON.sol";
import {Base64} from "../../lib/solbase/src/utils/Base64.sol";
import {Base64} from "solbase/utils/Base64.sol";

/// @notice Modified Solbase ERC721 with minter-only transfers.
/// @author Modified from Solmate (https://github.com/transmissions11/solmate/blob/main/src/tokens/ERC721.sol)
Expand Down

0 comments on commit eed00bc

Please sign in to comment.