Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
don't store deployed addresses in Readme (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Chou authored Jul 30, 2020
1 parent 46e0341 commit 592c462
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,7 @@ Check out our full documentation at [docs.dydx.exchange](https://docs.dydx.excha

## Contracts

### Mainnet

|Contract Name|Description|Address|
|---|---|---|
|[`PerpetualProxy`](contracts/protocol/PerpetualProxy.sol)|Proxy contract and entrypoint for the core protocol|[0x07aBe965500A49370D331eCD613c7AC47dD6e547](https://etherscan.io/address/0x07aBe965500A49370D331eCD613c7AC47dD6e547)|
|[`PerpetualV1`](contracts/protocol/v1/PerpetualV1.sol)|Upgradeable logic contract for the core protocol|[0xE883b3efdaE637fC599b467478a23199778F2cCf](https://etherscan.io/address/0xE883b3efdaE637fC599b467478a23199778F2cCf)|
|[`P1FundingOracle`](contracts/protocol/v1/oracles/P1FundingOracle.sol)|Funding rate oracle|[0x4525D2B71f7f018c9EBddFcD336852A85404e75B](https://etherscan.io/address/0x4525D2B71f7f018c9EBddFcD336852A85404e75B)|
|[`P1MakerOracle`](contracts/protocol/v1/oracles/P1MakerOracle.sol)|Price oracle|[0x538038E526517680735568f9C5342c6E68bbDA12](https://etherscan.io/address/0x538038E526517680735568f9C5342c6E68bbDA12)|
|[`P1Orders`](contracts/protocol/v1/traders/P1Orders.sol)|Trader contract for limit and stop-limit orders|[0x3ea6F88eC8F7b24Bb3Ad206fa80124210e8e28F3](https://etherscan.io/address/0x3ea6F88eC8F7b24Bb3Ad206fa80124210e8e28F3)|
|[`P1Liquidation`](contracts/protocol/v1/traders/P1Liquidation.sol)|Trader contract for liquidations|[0x18Ba3F12f9d3699dE7D451cA97ED55Cd33DD0f80](https://etherscan.io/address/0x18Ba3F12f9d3699dE7D451cA97ED55Cd33DD0f80)|
|[`P1LiquidationProxy`](contracts/protocol/v1/traders/P1Liquidation.sol)|Proxy contract for doing liquidations that contribute to an insurance fund|[0x51C72bEfAe54D365A9D0C08C486aee4F99285e08](https://etherscan.io/address/0x51C72bEfAe54D365A9D0C08C486aee4F99285e08)|
|[`P1Deleveraging`](contracts/protocol/v1/traders/P1Deleveraging.sol)|Trader contract for deleveraging|[0xa4e4A9ae84882BE5049E450A3500ba1CD012F0C5](https://etherscan.io/address/0xa4e4A9ae84882BE5049E450A3500ba1CD012F0C5)|
The current contract addresses can be found in the [`migrations/deployed.json`](https://github.com/dydxprotocol/perpetual/blob/master/migrations/deployed.json) file.

## Security

Expand Down

0 comments on commit 592c462

Please sign in to comment.