Skip to content

Commit

Permalink
Simple deploy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MickdeGraaf committed Nov 18, 2020
1 parent facf3c2 commit e12b1ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,10 @@ function setUnderlyingToProtocolWrapped(address _underlying, bytes32 _protocol,
| Compound | 0x561ca898cce9f021c15a441ef41899706e923541cee724530075d1a1144761c7 | 0xB9a13E1D9c5dad1557C3B9B20ab99fb0FB16cCA7 |
| Aave | 0xa9699be9874dcc3e11474d7d87b44bb314eb412a1960f1478100f7e2ccd4a6eb | 0x6Eb123bbd02324600AcF8a53575547EEB0a43135 |

Lending logic contracts return the calls needed to lend or unlend from a protocol.
Lending logic contracts return the calls needed to lend or unlend from a protocol.

## Deploying an ExperiPie

1. Create an allocation file like [this one](/allocations/mainnet/DLY.json)
2. run `npx buidler deploy-pie-from-factory --allocation [PATH_TO_ALLOCATION] --factory [FACTORY_ADDRESS] --network mainnet`
3. Copy the tx hash and search on Etherscan to find the address

0 comments on commit e12b1ec

Please sign in to comment.