Skip to content

Commit

Permalink
Merge branch 'main' of github.com-schmacko:schmackofant/token-vesting…
Browse files Browse the repository at this point in the history
…-contracts
  • Loading branch information
schmackofant committed Apr 20, 2023
2 parents 8a6d7e9 + ccb8ff2 commit 88790c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ forge test -vv
- Anvil is a local testnet node shipped with Foundry. You can use it for testing your contracts from frontends or for interacting over RPC.
- Run `anvil -h 0.0.0.0` in a terminal window and keep it running

To just deploy all contracts using the default mnemonic's first account, run (remember to run `source .env` beforehand):
To just deploy all contracts using the default mnemonic's first account, run:

```console
forge script script/Dev.s.sol:DevScript --fork-url $ANVIL_RPC_URL --broadcast -vvvv
Expand Down

0 comments on commit 88790c1

Please sign in to comment.