You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,13 +22,14 @@ See [./docs/OffsetHelper.md](./docs/OffsetHelper.md) for detailed documentation.
22
22
```
23
23
yarn
24
24
```
25
-
2. Copy `.env.example` to `.env` and modify values of the required environment variables:
26
-
1.`POLYGON_URL`/`MUMBAI_URL` to specify custom RPC endpoints for Polygon Mainnet, respectively, the Mumbai Testnet.
25
+
2. Copy `.env.example` to `.env` and modify values of the required environment variables:
26
+
1.`POLYGON_URL`/`MUMBAI_URL` to specify custom RPC endpoints for Polygon Mainnet, respectively, the Mumbai Testnet.
27
27
2.`PRIVATE_KEY` and `POLYGONSCAN_KEY` in order to deploy contract and publish source code on [polygonscan](https://polygonscan.com).
28
28
29
29
## Commands
30
30
31
31
Use the following commands to compile, test and deploy the contracts:
32
+
32
33
```
33
34
yarn compile
34
35
yarn test # test using a polygon fork
@@ -37,12 +38,13 @@ yarn deploy
37
38
```
38
39
39
40
Documentation can be auto-generated from the contract's [natspec](https://docs.soliditylang.org/en/latest/natspec-format.html) in [./docs/](./docs/) using
0 commit comments