@taufinancexyz/morpho-test
v1.0.0
Published
Framework-agnostic extension of `@taufinancexyz/blue-sdk` that exports test fixtures useful for E2E tests on forks.
Readme
@taufinancexyz/morpho-test
Framework-agnostic extension of @taufinancexyz/blue-sdk that exports test fixtures useful for E2E tests on forks.
Installation
npm install @taufinancexyz/morpho-testyarn add @taufinancexyz/morpho-testGetting Started
import { ChainId } from "@taufinancexyz/blue-sdk";
import { markets } from "@taufinancexyz/morpho-test";
const { usdc_wstEth, usdc_idle, eth_wstEth } = markets[ChainId.EthMainnet];See more on its internal usage for E2E tests here.
