Skip to content

Commit 9d8632d

Browse files
committed
chore: redeployed offsetHelper
1 parent 2306556 commit 9d8632d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A collection of Solidity contract examples that integrate with or demonstrate th
66

77
| Contract | Polygon | Mumbai |
88
| ------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
9-
| OffsetHelper | [0x7229F708d2d1C29b1508E35695a3070F55BbA479](https://polygonscan.com/address/0x7229F708d2d1C29b1508E35695a3070F55BbA479) | [0xE0a1D62C84f7Ca4611C0ada6cfC3E9187a7A97e6](https://mumbai.polygonscan.com/address/0xE0a1D62C84f7Ca4611C0ada6cfC3E9187a7A97e6) |
9+
| OffsetHelper | [0xFAFcCd01C395e4542BEed819De61f02f5562fAEa](https://polygonscan.com/address/0xFAFcCd01C395e4542BEed819De61f02f5562fAEa) | [0x30dC279166DCFB69F52C91d6A3380dCa75D0fCa7](https://mumbai.polygonscan.com/address/0x30dC279166DCFB69F52C91d6A3380dCa75D0fCa7) |
1010

1111
## OffsetHelper
1212

@@ -22,13 +22,14 @@ See [./docs/OffsetHelper.md](./docs/OffsetHelper.md) for detailed documentation.
2222
```
2323
yarn
2424
```
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.
2727
2. `PRIVATE_KEY` and `POLYGONSCAN_KEY` in order to deploy contract and publish source code on [polygonscan](https://polygonscan.com).
2828

2929
## Commands
3030

3131
Use the following commands to compile, test and deploy the contracts:
32+
3233
```
3334
yarn compile
3435
yarn test # test using a polygon fork
@@ -37,12 +38,13 @@ yarn deploy
3738
```
3839

3940
Documentation can be auto-generated from the contract's [natspec](https://docs.soliditylang.org/en/latest/natspec-format.html) in [./docs/](./docs/) using
41+
4042
```
4143
yarn doc
4244
```
4345

4446
Deploy the contract locally with:
47+
4548
```
4649
yarn hardhat --network hardhat deployOffsetHelper --verify false
4750
```
48-

0 commit comments

Comments
 (0)