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