Skip to content

Commit 9acf4ef

Browse files
add deployed addresses
1 parent ada5f50 commit 9acf4ef

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

Diff for: README.md

+25-11
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,31 @@ This is the canonical staking contract designed for [Uniswap V3](https://github.
44

55
## Deployments
66

7-
The staker at tag v1.0.0 is deployed and verified on Etherscan for on all networks at the address: `0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d`
8-
9-
| Network | Explorer |
10-
|------------------|-----------------------------------------------------------------------------------------|
11-
| Mainnet | https://etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
12-
| Rinkeby | https://rinkeby.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
13-
| Kovan | https://kovan.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
14-
| Ropsten | https://ropsten.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
15-
| Goerli | https://goerli.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
16-
| Arbitrum Rinkeby | https://testnet.arbiscan.io/address/0x1f98407aab862cddef78ed252d6f557aa5b0f00d |
17-
| Arbitrum One | https://arbiscan.io/address/0x1f98407aab862cddef78ed252d6f557aa5b0f00d |
7+
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.1 release, deployed at the following addresses:
8+
9+
| Network | Explorer |
10+
| ---------------- | ---------------------------------------------------------------------------------------- |
11+
| Mainnet | https://etherscan.io/address/0xA9bf398e74Da1Ac6F5c4CB67Ab8937c10a1e454d |
12+
| Rinkeby | https://rinkeby.etherscan.io/address/0xa9bf398e74da1ac6f5c4cb67ab8937c10a1e454d |
13+
| Kovan | https://kovan.etherscan.io/address/0xa9bf398e74da1ac6f5c4cb67ab8937c10a1e454d |
14+
| Ropsten | https://ropsten.etherscan.io/address/0xa9bf398e74da1ac6f5c4cb67ab8937c10a1e454d |
15+
| Goerli | https://goerli.etherscan.io/address/0xa9bf398e74da1ac6f5c4cb67ab8937c10a1e454d |
16+
| Arbitrum Rinkeby | https://testnet.arbiscan.io/address/0xA9bf398e74Da1Ac6F5c4CB67Ab8937c10a1e454d |
17+
| Arbitrum One | https://arbiscan.io/address/0xA9bf398e74Da1Ac6F5c4CB67Ab8937c10a1e454d |
18+
| Optimism | https://optimistic.etherscan.io/address/0x62094CdA36dd8945a2c158A4c6c8865c5B34FEf9 |
19+
| Optimism Kovan | https://kovan-optimistic.etherscan.io/address/0xA5644E29708357803b5A882D272c41cC0dF92B34 |
20+
21+
DEPRECATED: For historical verification, the staker at tag v1.0.0 is deployed and verified on Etherscan for on all networks at the address: `0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d`
22+
23+
| Network | Explorer |
24+
| ---------------- | ------------------------------------------------------------------------------------ |
25+
| Mainnet | https://etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
26+
| Rinkeby | https://rinkeby.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
27+
| Kovan | https://kovan.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
28+
| Ropsten | https://ropsten.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
29+
| Goerli | https://goerli.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code |
30+
| Arbitrum Rinkeby | https://testnet.arbiscan.io/address/0x1f98407aab862cddef78ed252d6f557aa5b0f00d |
31+
| Arbitrum One | https://arbiscan.io/address/0x1f98407aab862cddef78ed252d6f557aa5b0f00d |
1832

1933
## Links:
2034

0 commit comments

Comments
 (0)