Skip to content

Latest commit

 

History

History

morpho-test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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