Skip to content

Commit 4464bcd

Browse files
committed
docs: markdown table for contract addresses
1 parent 88e9683 commit 4464bcd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
A collection of examples that implement, integrate with or otherwise use Toucan's contracts and infrastructure. Some of these may be used in production.
44

5+
## Contracts
6+
7+
| Contract | Polygon | Mumbai |
8+
| ------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |
9+
| OffsetHelper | [0x2E730e699D6c5A9F7dF40E6D7cbB82638d56dF6B](https://polygonscan.com/address/0x2E730e699D6c5A9F7dF40E6D7cbB82638d56dF6B) | [0x1b5e0afaDAcC6D4631C94bF35D3e3F4d60ad8323](https://mumbai.polygonscan.com/address/0x1b5e0afaDAcC6D4631C94bF35D3e3F4d60ad8323) |
10+
511
## OffsetHelper
612

713
The `OffsetHelper` abstracts the carbon offsetting process offered by Toucan to make it easier. Instead of you manually swapping your USDC for NCT, redeeming the NCT for TCO2, then retiring the TCO2... you can just use the `OffsetHelper` to swiftly do this process in 1-2 transactions.
814

9-
You can find the `OffsetHelper` deployed [here on Polygon mainnet](https://polygonscan.com/address/0x2E730e699D6c5A9F7dF40E6D7cbB82638d56dF6B) and [here on Mumbai](https://mumbai.polygonscan.com/address/0x1b5e0afaDAcC6D4631C94bF35D3e3F4d60ad8323), but you are free to deploy your own or even import this contract in your own to extend it.
10-
1115
This contract has 2 main methods that users would interact with: `autoOffset` and `autoOffsetUsingPoolToken`.
1216

1317
### `autoOffset(address _depositedToken, address _poolToken_, uint256 _amountToOffset)`

0 commit comments

Comments
 (0)