Skip to content

Commit

Permalink
Add docs into Deploy_jwtRegistry.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Oct 12, 2024
1 parent f6f7d5e commit 008631d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts/script/Deploy_jwtRegistry.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pragma solidity ^0.8.12;
import "forge-std/Script.sol";
import "../src/utils/JwtRegistry.sol";

// 1. `source .env`
// 2. `forge script script/Deploy_jwtRegistry.s.sol:DeployScript --rpc-url $RPC_URL --verify --etherscan-api-key $ETHERSCAN_API_KEY --broadcast -vvvv`
contract DeployScript is Script {
function run() external {
uint256 deployerPrivateKey = vm.envUint("DEPLOYER_PRIVATE_KEY");
Expand Down

0 comments on commit 008631d

Please sign in to comment.