Skip to content

Commit

Permalink
Merge pull request #7 from studydefi/master
Browse files Browse the repository at this point in the history
Updating master branch
  • Loading branch information
marcelomorgado authored Jun 24, 2020
2 parents ee5ecb0 + 30c35d6 commit 0d872a6
Show file tree
Hide file tree
Showing 21 changed files with 6,377 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Protocols supported:
- OneSplit
- UMA Protocol
- Uniswap v1
- Synthetix

Importing specific protocols is also supported:

Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
- [Maker](maker.md)
- [OneSplit](onesplit.md)
- [Uniswap V1](uniswap.md)
- [Synthetix](synthetix.md)
2 changes: 1 addition & 1 deletion docs/maker.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ test("open Vault on Maker", async () => {
const ethSpent = parseFloat(fromWei(ethBefore.sub(ethAfter)));
const daiGained = parseFloat(fromWei(daiAfter.sub(daiBefore)));

expect(ethSpent).toBeCloseTo(1);
expect(ethSpent).toBeCloseTo(1, 1);
expect(daiGained).toBeCloseTo(20);
});
```
Expand Down
53 changes: 53 additions & 0 deletions docs/overview_mainnet_address.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
- eth: [0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE](https://etherscan.io/address/0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE)
- rep: [0x1985365e9f78359a9B6AD760e32412f4a445E862](https://etherscan.io/address/0x1985365e9f78359a9B6AD760e32412f4a445E862)
- sai: [0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359](https://etherscan.io/address/0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359)
- snx: [0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f](https://etherscan.io/address/0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f)
- usdc: [0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48](https://etherscan.io/address/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48)
- wbtc: [0x2260fac5e5542a773aa44fbcfedf7c193bc2c599](https://etherscan.io/address/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599)
- weth: [0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2](https://etherscan.io/address/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)
Expand Down Expand Up @@ -152,6 +153,58 @@

- onesplit: [0xC586BeF4a0992C495Cf22e1aeEE4E446CECDee0E](https://etherscan.io/address/0xC586BeF4a0992C495Cf22e1aeEE4E446CECDee0E)

## Synthetix

[Link to ABIs](https://github.com/studydefi/money-legos/tree/master/src/synthetix/abi)


- Depot: [0xE1f64079aDa6Ef07b03982Ca34f1dD7152AA3b86](https://etherscan.io/address/0xE1f64079aDa6Ef07b03982Ca34f1dD7152AA3b86)
- ExchangeRates: [0x9D7F70AF5DF5D5CC79780032d47a34615D1F1d77](https://etherscan.io/address/0x9D7F70AF5DF5D5CC79780032d47a34615D1F1d77)
- Exchanger: [0x7Dfe5aa8fc36c0Ae788a3a71062728bFc3036216](https://etherscan.io/address/0x7Dfe5aa8fc36c0Ae788a3a71062728bFc3036216)
- Synthetix: [0xC011A72400E58ecD99Ee497CF89E3775d4bd732F](https://etherscan.io/address/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F)
- iADA: [0x8A8079c7149B8A1611e5C5d978DCA3bE16545F83](https://etherscan.io/address/0x8A8079c7149B8A1611e5C5d978DCA3bE16545F83)
- iBCH: [0xf6E9b246319ea30e8C2fA2d1540AAEBF6f9E1B89](https://etherscan.io/address/0xf6E9b246319ea30e8C2fA2d1540AAEBF6f9E1B89)
- iBNB: [0xAFD870F32CE54EfdBF677466B612bf8ad164454B](https://etherscan.io/address/0xAFD870F32CE54EfdBF677466B612bf8ad164454B)
- iBTC: [0xD6014EA05BDe904448B743833dDF07c3C7837481](https://etherscan.io/address/0xD6014EA05BDe904448B743833dDF07c3C7837481)
- iCEX: [0x336213e1DDFC69f4701Fc3F86F4ef4A160c1159d](https://etherscan.io/address/0x336213e1DDFC69f4701Fc3F86F4ef4A160c1159d)
- iDASH: [0xCB98f42221b2C251A4E74A1609722eE09f0cc08E](https://etherscan.io/address/0xCB98f42221b2C251A4E74A1609722eE09f0cc08E)
- iDEFI: [0x14d10003807AC60d07BB0ba82cAeaC8d2087c157](https://etherscan.io/address/0x14d10003807AC60d07BB0ba82cAeaC8d2087c157)
- iEOS: [0xF4EebDD0704021eF2a6Bbe993fdf93030Cd784b4](https://etherscan.io/address/0xF4EebDD0704021eF2a6Bbe993fdf93030Cd784b4)
- iETC: [0xd50c1746D835d2770dDA3703B69187bFfeB14126](https://etherscan.io/address/0xd50c1746D835d2770dDA3703B69187bFfeB14126)
- iETH: [0xA9859874e1743A32409f75bB11549892138BBA1E](https://etherscan.io/address/0xA9859874e1743A32409f75bB11549892138BBA1E)
- iLINK: [0x2d7aC061fc3db53c39fe1607fB8cec1B2C162B01](https://etherscan.io/address/0x2d7aC061fc3db53c39fe1607fB8cec1B2C162B01)
- iLTC: [0x79da1431150C9b82D2E5dfc1C68B33216846851e](https://etherscan.io/address/0x79da1431150C9b82D2E5dfc1C68B33216846851e)
- iTRX: [0xC5807183a9661A533CB08CbC297594a0B864dc12](https://etherscan.io/address/0xC5807183a9661A533CB08CbC297594a0B864dc12)
- iXMR: [0x4AdF728E2Df4945082cDD6053869f51278fae196](https://etherscan.io/address/0x4AdF728E2Df4945082cDD6053869f51278fae196)
- iXRP: [0x27269b3e45A4D3E79A3D6BFeE0C8fB13d0D711A6](https://etherscan.io/address/0x27269b3e45A4D3E79A3D6BFeE0C8fB13d0D711A6)
- iXTZ: [0x8deef89058090ac5655A99EEB451a4f9183D1678](https://etherscan.io/address/0x8deef89058090ac5655A99EEB451a4f9183D1678)
- sADA: [0xe36E2D3c7c34281FA3bC737950a68571736880A1](https://etherscan.io/address/0xe36E2D3c7c34281FA3bC737950a68571736880A1)
- sAUD: [0xF48e200EAF9906362BB1442fca31e0835773b8B4](https://etherscan.io/address/0xF48e200EAF9906362BB1442fca31e0835773b8B4)
- sBCH: [0x36a2422a863D5B950882190Ff5433E513413343a](https://etherscan.io/address/0x36a2422a863D5B950882190Ff5433E513413343a)
- sBNB: [0x617aeCB6137B5108D1E7D4918e3725C8cEbdB848](https://etherscan.io/address/0x617aeCB6137B5108D1E7D4918e3725C8cEbdB848)
- sBTC: [0xfE18be6b3Bd88A2D2A7f928d00292E7a9963CfC6](https://etherscan.io/address/0xfE18be6b3Bd88A2D2A7f928d00292E7a9963CfC6)
- sCEX: [0xeABACD844A196D7Faf3CE596edeBF9900341B420](https://etherscan.io/address/0xeABACD844A196D7Faf3CE596edeBF9900341B420)
- sCHF: [0x0F83287FF768D1c1e17a42F44d644D7F22e8ee1d](https://etherscan.io/address/0x0F83287FF768D1c1e17a42F44d644D7F22e8ee1d)
- sDASH: [0xfE33ae95A9f0DA8A845aF33516EDc240DCD711d6](https://etherscan.io/address/0xfE33ae95A9f0DA8A845aF33516EDc240DCD711d6)
- sDEFI: [0xe1aFe1Fd76Fd88f78cBf599ea1846231B8bA3B6B](https://etherscan.io/address/0xe1aFe1Fd76Fd88f78cBf599ea1846231B8bA3B6B)
- sEOS: [0x88C8Cf3A212c0369698D13FE98Fcb76620389841](https://etherscan.io/address/0x88C8Cf3A212c0369698D13FE98Fcb76620389841)
- sETC: [0x22602469d704BfFb0936c7A7cfcD18f7aA269375](https://etherscan.io/address/0x22602469d704BfFb0936c7A7cfcD18f7aA269375)
- sETH: [0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb](https://etherscan.io/address/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb)
- sEUR: [0xD71eCFF9342A5Ced620049e616c5035F1dB98620](https://etherscan.io/address/0xD71eCFF9342A5Ced620049e616c5035F1dB98620)
- sFTSE: [0x23348160D7f5aca21195dF2b70f28Fce2B0be9fC](https://etherscan.io/address/0x23348160D7f5aca21195dF2b70f28Fce2B0be9fC)
- sGBP: [0x97fe22E7341a0Cd8Db6F6C021A24Dc8f4DAD855F](https://etherscan.io/address/0x97fe22E7341a0Cd8Db6F6C021A24Dc8f4DAD855F)
- sJPY: [0xF6b1C627e95BFc3c1b4c9B825a032Ff0fBf3e07d](https://etherscan.io/address/0xF6b1C627e95BFc3c1b4c9B825a032Ff0fBf3e07d)
- sLINK: [0xbBC455cb4F1B9e4bFC4B73970d360c8f032EfEE6](https://etherscan.io/address/0xbBC455cb4F1B9e4bFC4B73970d360c8f032EfEE6)
- sLTC: [0xC14103C2141E842e228FBaC594579e798616ce7A](https://etherscan.io/address/0xC14103C2141E842e228FBaC594579e798616ce7A)
- sNIKKEI: [0x757de3ac6B830a931eF178C6634c5C551773155c](https://etherscan.io/address/0x757de3ac6B830a931eF178C6634c5C551773155c)
- sTRX: [0xf2E08356588EC5cd9E437552Da87C0076b4970B0](https://etherscan.io/address/0xf2E08356588EC5cd9E437552Da87C0076b4970B0)
- sUSD: [0x57Ab1E02fEE23774580C119740129eAC7081e9D3](https://etherscan.io/address/0x57Ab1E02fEE23774580C119740129eAC7081e9D3)
- sXAG: [0x6A22e5e94388464181578Aa7A6B869e00fE27846](https://etherscan.io/address/0x6A22e5e94388464181578Aa7A6B869e00fE27846)
- sXAU: [0x261EfCdD24CeA98652B9700800a13DfBca4103fF](https://etherscan.io/address/0x261EfCdD24CeA98652B9700800a13DfBca4103fF)
- sXMR: [0x5299d6F7472DCc137D7f3C4BcfBBB514BaBF341A](https://etherscan.io/address/0x5299d6F7472DCc137D7f3C4BcfBBB514BaBF341A)
- sXRP: [0xa2B0fDe6D710e201d0d608e924A484d1A5fEd57c](https://etherscan.io/address/0xa2B0fDe6D710e201d0d608e924A484d1A5fEd57c)
- sXTZ: [0x2e59005c5c0f0a4D77CcA82653d48b46322EE5Cd](https://etherscan.io/address/0x2e59005c5c0f0a4D77CcA82653d48b46322EE5Cd)

## Uma

[Link to ABIs](https://github.com/studydefi/money-legos/tree/master/src/uma/abi)
Expand Down
Loading

0 comments on commit 0d872a6

Please sign in to comment.