Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update readme to remove dead networks and add Base #255

Merged
merged 1 commit into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,26 @@ This is the canonical staking contract designed for [Uniswap V3](https://github.

## Deployments

Note that the v1.0.0 release is susceptible to a [high-difficulty, never-exploited vulnerability](https://github.com/Uniswap/v3-staker/issues/219). For this reason, please use the v1.0.2 release, deployed and verified on Etherscan on all networks at the address: `0xe34139463bA50bD61336E0c446Bd8C0867c6fE65`:
Note that the v1.0.0 release is susceptible to a [high-difficulty, never-exploited vulnerability](https://github.com/Uniswap/v3-staker/issues/219). For this reason, please use the v1.0.2 release, deployed and verified on Etherscan:

| Network | Explorer |
| ---------------- | ---------------------------------------------------------------------------------------- |
| Mainnet | https://etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Rinkeby | https://rinkeby.etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Kovan | https://kovan.etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Ropsten | https://ropsten.etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Goerli | https://goerli.etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Arbitrum Rinkeby | https://testnet.arbiscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Arbitrum One | https://arbiscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Optimism | https://optimistic.etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Optimism Kovan | https://kovan-optimistic.etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65 |
| Mainnet | <https://etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65> |
| Arbitrum One | <https://arbiscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65> |
| Optimism | <https://optimistic.etherscan.io/address/0xe34139463bA50bD61336E0c446Bd8C0867c6fE65> |
| Base | <https://basescan.org/address/0x42be4d6527829fefa1493e1fb9f3676d2425c3c1> |

⚠️DEPRECATED⚠️: For historical verification purposes only, the staker at tag v1.0.0 was deployed at the address: `0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d`

## Links:
## Links

- [Contract Design](docs/Design.md)

## Development and Testing

```sh
$ yarn
$ yarn test
yarn
yarn test
```

## Gas Snapshots
Expand All @@ -41,5 +36,5 @@ $ UPDATE_SNAPSHOT=1 yarn test
## Contract Sizing

```sh
$ yarn size-contracts
yarn size-contracts
```
Loading