Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Update env, remove deployment jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Nov 9, 2023
1 parent cbf237e commit 6093fb7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 157 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
NODE_ENV=
PRIVATE_KEY=
ETHERSCAN_KEY=
BSCSCAN_KEY=
POLYGONSCAN_KEY=
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ Start by cloning the git repo locally.
To retrieve the project dependencies and before any further tasks will run correctly.

```shell
bun install --frozen-lockfile
```

#### Husky Git Commit Hooks

To enable Husky commit hooks to trigger the lint-staged behaviour of formatting and linting the staged files prior
before committing, prepare your repo with `prepare`.

```shell
npm run prepare
pnpm i
```

#### Build and Test
Expand Down
1 change: 0 additions & 1 deletion deployments/polygonMumbai/.chainId

This file was deleted.

111 changes: 0 additions & 111 deletions deployments/polygonMumbai/SimpleStorage.json

This file was deleted.

This file was deleted.

0 comments on commit 6093fb7

Please sign in to comment.