mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-27 03:36:32 +00:00
Fix .gitignore: stop tracking ignored files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
methods {
|
||||
maxFlashLoan(address) returns (uint256) envfree => DISPATCHER(true)
|
||||
flashFee(address,uint256) returns (uint256) envfree => DISPATCHER(true)
|
||||
flashLoan(address,address,uint256,bytes) returns (bool) => DISPATCHER(true)
|
||||
}
|
||||
Reference in New Issue
Block a user