Skip to content

Commit 157032d

Browse files
committed
docs: point to new oh repo
- removed deployment addresses - further clarified that this repo is only for examples - pointed people to the new repo where the OffsetHelper will be maintained
1 parent 0affee8 commit 157032d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# Example Implementations
22

3-
A collection of Solidity contract examples that integrate with or demonstrate the use of Toucan's contracts and infrastructure. Some of these may be used in production.
4-
5-
## Contracts
6-
7-
| Contract | Polygon | Mumbai |
8-
| ------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
9-
| OffsetHelper | [0xFAFcCd01C395e4542BEed819De61f02f5562fAEa](https://polygonscan.com/address/0xFAFcCd01C395e4542BEed819De61f02f5562fAEa) | [0x30dC279166DCFB69F52C91d6A3380dCa75D0fCa7](https://mumbai.polygonscan.com/address/0x30dC279166DCFB69F52C91d6A3380dCa75D0fCa7) |
10-
| Swapper | [0x1C7f2CCa1Cd52Aae8A25B7BA4b7800c153F48D70](https://polygonscan.com/address/0x1C7f2CCa1Cd52Aae8A25B7BA4b7800c153F48D70) | [0xDd052AcA9AC1492a8b4F1432B68f11989903dE4d](https://mumbai.polygonscan.com/address/0xDd052AcA9AC1492a8b4F1432B68f11989903dE4d) |
3+
A hardhat repo that is a collection of Solidity contract **examples** that integrate with or demonstrate the use of Toucan's contracts and infrastructure. Some of these may be used in production and we'll provide links to their prod repos below.
114

125
## OffsetHelper
136

14-
The `OffsetHelper` contract implements helper functions that simplify the carbon offsetting (retirement) process.
15-
16-
See [./docs/OffsetHelper.md](./docs/OffsetHelper.md) for detailed documentation.
7+
The `OffsetHelper` contract implements helper functions that simplify the carbon offsetting (retirement) process. It's production version (with actualized related documentation) which is actively maintained can be found [here](https://github.com/ToucanProtocol/OffsetHelper). You can still use the version found in this repo as an example for inspiration purposes.
178

189
### Development
1910

0 commit comments

Comments
 (0)