Skip to content

Commit

Permalink
add deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Korokhov committed May 16, 2024
1 parent b69a64d commit 2c2a637
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specs/Core.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Core

### Deploy

```shell
$ source .env
```

```shell
$ forge script script/deploy/Core.s.sol:CoreScript 0x0000000000000000000000000000000000000000 --sig "run(address)" --broadcast --rpc-url=$RPC_MAINNET
```

0 comments on commit 2c2a637

Please sign in to comment.