Skip to content

Commit

Permalink
First deploy to Sepolia, fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 23, 2024
1 parent bbe73e9 commit 50a87e4
Show file tree
Hide file tree
Showing 8 changed files with 3,408 additions and 11 deletions.
155 changes: 155 additions & 0 deletions packages/foundry/broadcast/Deploy.s.sol/11155111/run-1727072269.json

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions packages/foundry/broadcast/Deploy.s.sol/11155111/run-1727073460.json

Large diffs are not rendered by default.

257 changes: 257 additions & 0 deletions packages/foundry/broadcast/Deploy.s.sol/11155111/run-latest.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/foundry/deployments/11155111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"networkName": "Sepolia"
}
4 changes: 2 additions & 2 deletions packages/foundry/script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ contract DeployScript is ScaffoldETHDeploy {
"Marketplace deployed at: ", vm.toString(address(marketplace))
)
);
} else if (block.chainid == LOCAL_CHAIN_ID) {
} else if (block.chainid == LOCAL_CHAIN_ID || block.chainid == 11155111) {
MockUSDC localUSDC = new MockUSDC();
console.logString(
string.concat(
Expand All @@ -88,7 +88,7 @@ contract DeployScript is ScaffoldETHDeploy {
)
);
// Populate the marketplace with some initial NFTs
mintInitialMarketplaceNFTs();
// mintInitialMarketplaceNFTs();
}

vm.stopBroadcast();
Expand Down
Loading

0 comments on commit 50a87e4

Please sign in to comment.