Skip to content

Commit

Permalink
docs: add deployment addresses (#247)
Browse files Browse the repository at this point in the history
* docs: add deployment addresses

* fix: remove stop prank
  • Loading branch information
r0ohafza authored Jun 25, 2023
1 parent 3d469a4 commit 37ff1e6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/deployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### Arbitrum Deployment Addresses

---
#### Core
core/Account: [0xc3991f83f2FB241b05db76e0c1BB24a81E0C5463](https://arbiscan.io/address/0xc3991f83f2FB241b05db76e0c1BB24a81E0C5463)
core/AccountFactory: [0xce7Df51AA782D2c5CEe2A2a18568B105B1db9814](https://arbiscan.io/address/0xce7Df51AA782D2c5CEe2A2a18568B105B1db9814)
core/AccountManager: [0x62c5AA8277E49B3EAd43dC67453ec91DC6826403](https://arbiscan.io/address/0x62c5AA8277E49B3EAd43dC67453ec91DC6826403)
proxy/Beacon: [0xB7ba3321FC5ACd14395eB2F00f6c4e2E6c122EEe](https://arbiscan.io/address/0xB7ba3321FC5ACd14395eB2F00f6c4e2E6c122EEe)
core/RiskEngine: [0x622eaDa71B78300d0E6cAb66BE78690a6d041fB3](https://arbiscan.io/address/0x622eaDa71B78300d0E6cAb66BE78690a6d041fB3)
core/Registry: [0x17B07cfBAB33C0024040e7C299f8048F4a49679B](https://arbiscan.io/address/0x17B07cfBAB33C0024040e7C299f8048F4a49679B)

---
#### Rate models
DefaultRateModel: [0x5a9EEcA1419967B1e292538eFdD39D73670Dc3Ab](https://arbiscan.io/address/0x5a9EEcA1419967B1e292538eFdD39D73670Dc3Ab)
LinearStableRateModel: [0x91Cd729fFfa3Fad1EA9101B194600F23deE1C7ad](https://arbiscan.io/address/0x91Cd729fFfa3Fad1EA9101B194600F23deE1C7ad)
FraxLinearRateModel: [0xC3C68340b3c7B1c6b78010b356EC1e5eA526D2ff](https://arbiscan.io/address/0xC3C68340b3c7B1c6b78010b356EC1e5eA526D2ff)
ETHLinearRateModel: [0xCcD7A233313F9a0cB1D7c1Bf26d9e722766F04ec](https://arbiscan.io/address/0xCcD7A233313F9a0cB1D7c1Bf26d9e722766F04ec)

---
#### Markets
USDT: [0x4c8e1656E042A206EEf7e8fcff99BaC667E4623e](https://arbiscan.io/address/0x4c8e1656E042A206EEf7e8fcff99BaC667E4623e)
USDC: [0x0dDB1eA478F8eF0E22C7706D2903a41E94B1299B](https://arbiscan.io/address/0x0dDB1eA478F8eF0E22C7706D2903a41E94B1299B)
FRAX: [0x2E9963ae673A885b6bfeDa2f80132CE28b784C40](https://arbiscan.io/address/0x2E9963ae673A885b6bfeDa2f80132CE28b784C40)
ETH: [0xb190214D5EbAc7755899F2D96E519aa7a5776bEC](https://arbiscan.io/address/0xb190214D5EbAc7755899F2D96E519aa7a5776bEC)
WBTC: [0xe520C46d5Dab5bB80aF7Dc8b821f47deB4607DB2](https://arbiscan.io/address/0xe520C46d5Dab5bB80aF7Dc8b821f47deB4607DB2)
ARB: [0x21202227Bc15276E40d53889Bc83E59c3CccC121](https://arbiscan.io/address/0x21202227Bc15276E40d53889Bc83E59c3CccC121)
OHM: [0x37E6a0EcB9e8E5D90104590049a0A197E1363b67](https://arbiscan.io/address/0x37E6a0EcB9e8E5D90104590049a0A197E1363b67)
2 changes: 1 addition & 1 deletion src/test/accountManager/CapAssets.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract CapAssetsArbiIntegrationTest is Test {

function setUp() public {
newAccountManager = new AccountManager();
changePrank(0x92f473Ef0Cd07080824F5e6B0859ac49b3AEb215);
startHoax(0x92f473Ef0Cd07080824F5e6B0859ac49b3AEb215);
accountManagerProxy.changeImplementation(address(newAccountManager));
accountManager.setAssetCap(2);
}
Expand Down

0 comments on commit 37ff1e6

Please sign in to comment.