UNPKG

@ledgerhq/coin-hedera

Version:
10 lines (8 loc) 225 B
import type { HederaCoinConfig } from "../../config"; export const getMockedConfig = (): HederaCoinConfig => { return { status: { type: "active" }, useHgraphForErc20: false, useNetworkTimestamp: false, }; };