Framework-agnostic extension of @morpho-org/blue-sdk
that exports test fixtures useful for E2E tests on forks.
npm install @morpho-org/morpho-test
yarn add @morpho-org/morpho-test
import { ChainId } from "@morpho-org/blue-sdk";
import { markets } from "@morpho-org/morpho-test";
const { usdc_wstEth, usdc_idle, eth_wstEth } = markets[ChainId.EthMainnet];
See more on its internal usage for E2E tests here.