Skip to content

Commit

Permalink
ironblocks deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Nov 30, 2023
1 parent 258d0f7 commit c983ae5
Show file tree
Hide file tree
Showing 6 changed files with 9,325 additions and 8,718 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
## Deploy

```console
truffle dashboard
npm i
```

```console
npx hardhat run ./scripts/fileImport.ts
```

```console
truffle dashboard
```

```console
npx hardhat run ./scripts/deploy.ts --network truffleDashboard
```
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "solidity-coverage"
const config: HardhatUserConfig = {
defaultNetwork: "hardhat",
solidity: {
version: "0.8.21",
version: "0.8.19",
settings: {
evmVersion: "byzantium",
optimizer: {
Expand Down
Loading

0 comments on commit c983ae5

Please sign in to comment.