Skip to content

Commit

Permalink
add deployments to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahGroendal committed Oct 5, 2022
1 parent 57d8c20 commit 4a8daa5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ Each operation requires payment in the reference asset and returns a synthetic a
You can sell out of either pool at any time with `sellHedge(amount, to)` and `sellLeverage(amount, to)`.

### Deployments
The swap contract is deployed on Arbitrum and can be interacted with using arbiscan:
[0x841fA73a7c8CA0B513c60B3DeEEd498dd3b546Ca](https://arbiscan.io/address/0x841fa73a7c8ca0b513c60b3deeed498dd3b546ca#writeProxyContract)
Arbitrum:
  ETH/USD (uses [WETH](https://arbiscan.io/address/0x82af49447d8a07e3bd95bd0d56f35241523fbab1#writeProxyContract) as underlying asset):
    swap: [0x841fA73a7c8CA0B513c60B3DeEEd498dd3b546Ca](https://arbiscan.io/address/0x841fa73a7c8ca0b513c60b3deeed498dd3b546ca#readProxyContract)
    USDᵉᵗʰ (hedge token): [0x77431bce81FD447729713DA82C5aD2aBE9E9a472](https://arbiscan.io/address/0x77431bce81fd447729713da82c5ad2abe9e9a472#writeProxyContract)
    ETHUSD (leverage token): [0xE183a13E641a51c4671dbeE49B3f588A805CADD0](https://arbiscan.io/address/0xe183a13e641a51c4671dbee49b3f588a805cadd0#writeProxyContract)


### Risks
#### Not Audited
Expand Down

0 comments on commit 4a8daa5

Please sign in to comment.