UNPKG

n8n-nodes-dex

Version:

n8n node module for dYdX v4 trading and account access

3 lines (2 loc) 112 B
import { Network } from '@dydxprotocol/v4-client-js'; export declare function getNetwork(env: string): Network;