Skip to content

Commit

Permalink
chore: first deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffprestes committed Dec 4, 2024
1 parent 5262fd6 commit 33c336f
Show file tree
Hide file tree
Showing 8 changed files with 565 additions and 6 deletions.
75 changes: 75 additions & 0 deletions broadcast/ParedesNFT.s.sol/137/run-1733338363.json

Large diffs are not rendered by default.

222 changes: 222 additions & 0 deletions broadcast/ParedesNFT.s.sol/137/run-1733338613.json

Large diffs are not rendered by default.

222 changes: 222 additions & 0 deletions broadcast/ParedesNFT.s.sol/137/run-latest.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions cache/ParedesNFT.s.sol/137/run-1733338363.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"transactions": [
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
},
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
},
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
}
]
}
13 changes: 13 additions & 0 deletions cache/ParedesNFT.s.sol/137/run-1733338613.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"transactions": [
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
},
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
},
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
}
]
}
13 changes: 13 additions & 0 deletions cache/ParedesNFT.s.sol/137/run-latest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"transactions": [
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
},
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
},
{
"rpc": "https://polygon-mainnet.g.alchemy.com/v2/W9ghh_d76ExoNqfRa1fV_XCLQD7buPgp"
}
]
}
2 changes: 1 addition & 1 deletion cache/solidity-files-cache.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions script/ParedesNFT.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ contract ParedesScript is Script {
function setUp() public {}

function run() public {
vm.startBroadcast();

paredes = new ParedesNFT(msg.sender);
paredes.mint(msg.sender, 1, 1231444, "");
paredes.setURI(1, "https://example.com/1");
uint256 deployerPrivateKey = vm.envUint("PRIVATE_KEY");
vm.startBroadcast(deployerPrivateKey);
address sender = 0x7aC722a69CDb106127f1f2cC86761B28176E5379;
paredes = new ParedesNFT(sender);
paredes.mint(sender, 1, 1231444, "");
paredes.setURI(1, "https://novatrixtech.github.io/paredesnft/static/nft/1.json");

vm.stopBroadcast();
}
Expand Down

0 comments on commit 33c336f

Please sign in to comment.