@morpho-org/morpho-test
v2.5.0
Published
Framework-agnostic extension of `@morpho-org/blue-sdk` that exports test fixtures useful for E2E tests on forks.
Keywords
Readme
@morpho-org/morpho-test
Framework-agnostic extension of @morpho-org/blue-sdk that exports test fixtures useful for E2E tests on forks.
Installation
npm install @morpho-org/morpho-testyarn add @morpho-org/morpho-testGetting Started
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.
