UNPKG

@bcswaper/apis

Version:

bcswaper apis

1 lines 178 B
import{DefaultEngine}from"./defaultEngine";import{DyDxEngine}from"./dydxEngine";export const EngineFactory=()=>({get:async(n,e)=>"dydx"===n?new DyDxEngine(e):new DefaultEngine});