-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move to stracture output * Add LLM tests * fix test * Address comments * Update Quorum/tests/conftest.py Co-authored-by: yoav-el-certora <[email protected]> * Update Quorum/tests/conftest.py Co-authored-by: yoav-el-certora <[email protected]> * Address comments * Fix first test * Fix all tests --------- Co-authored-by: yoav-el-certora <[email protected]>
- Loading branch information
1 parent
5ef29c5
commit e7ff52a
Showing
8 changed files
with
1,092 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"listings": [ | ||
{ | ||
"asset_symbol": "USDT", | ||
"asset_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", | ||
"supply_seed_amount": null, | ||
"supply_indicator": false, | ||
"approve_indicator": false | ||
}, | ||
{ | ||
"asset_symbol": "WBTC", | ||
"asset_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599", | ||
"supply_seed_amount": null, | ||
"supply_indicator": false, | ||
"approve_indicator": false | ||
}, | ||
{ | ||
"asset_symbol": "WETH", | ||
"asset_address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", | ||
"supply_seed_amount": null, | ||
"supply_indicator": false, | ||
"approve_indicator": false | ||
}, | ||
{ | ||
"asset_symbol": "YFI", | ||
"asset_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e", | ||
"supply_seed_amount": null, | ||
"supply_indicator": false, | ||
"approve_indicator": false | ||
}, | ||
{ | ||
"asset_symbol": "ZRX", | ||
"asset_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498", | ||
"supply_seed_amount": null, | ||
"supply_indicator": false, | ||
"approve_indicator": false | ||
} | ||
] | ||
} |
Oops, something went wrong.