mirror of
https://github.com/vacp2p/staking-reward-streamer.git
synced 2026-01-09 13:08:03 -05:00
cleanup(KarmaNFT): remove unused Ownable import
This commit is contained in:
@@ -402,7 +402,7 @@
|
||||
+==================================================================================================+
|
||||
| Deployment Cost | Deployment Size | | | | |
|
||||
|---------------------------------------------+-----------------+-------+--------+-------+---------|
|
||||
| 770657 | 3987 | | | | |
|
||||
| 770741 | 3987 | | | | |
|
||||
|---------------------------------------------+-----------------+-------+--------+-------+---------|
|
||||
| | | | | | |
|
||||
|---------------------------------------------+-----------------+-------+--------+-------+---------|
|
||||
|
||||
@@ -3,7 +3,6 @@ pragma solidity ^0.8.26;
|
||||
|
||||
import { Test } from "forge-std/Test.sol";
|
||||
import { Base64 } from "@openzeppelin/contracts/utils/Base64.sol";
|
||||
import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol";
|
||||
import { MockToken } from "./mocks/MockToken.sol";
|
||||
import { KarmaNFT } from "../src/KarmaNFT.sol";
|
||||
import { DeployKarmaNFTScript } from "../script/DeployKarmaNFT.s.sol";
|
||||
|
||||
Reference in New Issue
Block a user