Skip to content

Commit

Permalink
chore: remove metadata fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffprestes committed Dec 2, 2024
1 parent cfeedbf commit 8580c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/CarbonProjectDeploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {Script, console} from "forge-std/Script.sol";
import {CarbonProject} from "../src/CarbonProject.sol";

contract CarbonProjectDeployScript is Script {

CarbonProject public cp;


function setUp() public {}

function run() public {
Expand Down

0 comments on commit 8580c3f

Please sign in to comment.