scripts/admin.ts for common admin interactions (getting all pools which have a borrow rate too high error and generating calldata for that fix).
scripts/poke.ts for common tasks to get information from deployed contracts (getting all borrowable assets by comptroller or pool index, getting all comptrollers of the verified pools to make sure they are all the same, getting a quick overview of all verified pools, getting all markets by comptroller etc..).
Adds:
scripts/admin.ts
for common admin interactions (getting all pools which have aborrow rate too high
error and generating calldata for that fix).scripts/poke.ts
for common tasks to get information from deployed contracts (getting all borrowable assets by comptroller or pool index, getting all comptrollers of the verified pools to make sure they are all the same, getting a quick overview of all verified pools, getting all markets by comptroller etc..).