Skip to content

Commit

Permalink
Add SafeTransferLib to README
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Sep 16, 2022
1 parent 5b6e7a2 commit e1fd288
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Huffmate is still a work in progress and the majority of contracts have yet to b

Use these contracts at your own risk!


### Usage

To install with [**Foundry**](https://github.com/foundry-rs/foundry):
Expand All @@ -25,7 +24,6 @@ To install with [**Hardhat**](https://github.com/nomiclabs/hardhat) or [**Truffl
npm install @pentagonxyz/huffmate
```


### Contracts

```ml
Expand Down Expand Up @@ -65,22 +63,22 @@ utils
├─ Multicallable — "Enables a single call to call multiple methods within a contract"
├─ TSOwnable — "An Ownable Implementation using Two-Step Transfer Pattern"
├─ ReentrancyGuard — "Gas optimized reentrancy protection for smart contracts"
├─ SafeTransferLib — "Safe ETH and ERC20 transfer library that gracefully handles missing return values."
├─ SSTORE2 — TODO
```


### Safety

Although contracts have been rigorously reviewed, this is **experimental software** and is provided on an "as is" and "as available" basis.

We **do not give any warranties** and **will not be liable for any loss** incurred through any use of this codebase.


### Acknowledgements

These contracts were inspired by or directly modified from many sources, primarily:

- [solmate](https://github.com/Rari-Capital/solmate)
- [solady](https://github.com/Vectorized/solady)
- [huff-examples](https://github.com/huff-language/huff-examples)
- [Gnosis](https://github.com/gnosis/gp-v2-contracts)
- [Uniswap](https://github.com/Uniswap/uniswap-lib)
Expand Down

0 comments on commit e1fd288

Please sign in to comment.