ebtc-protocol / ebtc-multisig

eBTC's EVM multisig operations.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Adapted tests to work for Mainnet fork #42

Closed sajanrajdev closed 6 months ago

sajanrajdev commented 6 months ago

Adapted all tests to work for mainnet fork (previously eBTC tests were pointing at Sepolia addresses). Flattened mock contracts were added to the project and deployed within the fixtures, asset funding introduced from mainnet setup. Only a small logic adjustment introduced to the close_cdp function on the balance check (statndardized checks in terms of shares).

Run tests with:

brownie test

Results: image