Skip to content

Canonical liquidity mining contract for Uniswap V3

License

Notifications You must be signed in to change notification settings

renankruger/uniswap-v3-staker

 
 

Repository files navigation

uniswap-v3-staker

This is the canonical staking contract designed for Uniswap V3.

Deployments

The staker at tag v1.0.0 is deployed and verified on Etherscan for on all networks at the address: 0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d

Network Explorer
Mainnet https://etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code
Rinkeby https://rinkeby.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code
Kovan https://kovan.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code
Ropsten https://ropsten.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code
Goerli https://goerli.etherscan.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d#code
Arbitrum Rinkeby https://rinkeby-explorer.arbitrum.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d
Arbitrum One https://explorer.arbitrum.io/address/0x1f98407aaB862CdDeF78Ed252D6f557aA5b0f00d

Links:

Development and Testing

$ yarn
$ yarn test

Gas Snapshots

# if gas snapshots need to be updated
$ UPDATE_SNAPSHOT=1 yarn test

Contract Sizing

$ yarn size-contracts

About

Canonical liquidity mining contract for Uniswap V3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 79.6%
  • Solidity 20.1%
  • JavaScript 0.3%