Skip to content

Commit 3a112ed

Browse files
authored
Merge pull request #2 from cds-amal/master
Use safe emoji names
2 parents ac47ad6 + 5ed5e3b commit 3a112ed

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Aave Flash Loan Truffle Box
2-
## ⚠️ [Known issue with latest version of Truffle (5.1.25)](https://github.com/trufflesuite/truffle/issues/3033).
3-
### ✅ This box is working on Truffle v.5.1.0
4-
2+
## :warning: [Known issue with latest version of Truffle (5.1.25)](https://github.com/trufflesuite/truffle/issues/3033).
3+
### :white_check_mark: This box is working on Truffle v.5.1.0
54

65
This Truffle box comes with everything you need to start [developing on flash loans](https://docs.aave.com/developers/tutorials/performing-a-flash-loan/...-with-truffle)
76

@@ -54,7 +53,7 @@ If you are working across protocols, such as using the flash loaned amount on an
5453
Open terminal, replace `YOUR_INFURA_KEY` in the following and run:
5554
```
5655
ganache-cli --fork https://mainnet.infura.io/v3/YOUR_INFURA_KEY -i 1
57-
```
56+
```
5857
5. In a new terminal window in your repo directory, run:
5958
```
6059
truffle console
@@ -94,4 +93,4 @@ See our [Troubleshooting Errors](https://docs.aave.com/developers/tutorials/trou
9493
9594
# Resources
9695
- Our [flash loan documentation](https://docs.aave.com/developers/tutorials/performing-a-flash-loan)
97-
- Our [Developer Discord channel](https://discord.gg/CJm5Jt3)
96+
- Our [Developer Discord channel](https://discord.gg/CJm5Jt3)

0 commit comments

Comments
 (0)