Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.71 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.71 KB

@morpho-org/morpho-test

Version MIT License Downloads per month

Framework-agnostic extension of @morpho-org/blue-sdk that exports test fixtures useful for E2E tests on forks.

Installation

npm install @morpho-org/morpho-test
yarn add @morpho-org/morpho-test

Getting 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.