5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import { implementation as relayV1 } from "./v/1"
|
|
|
|
export const RELAY_IMPLS = {
|
|
v1: relayV1,
|
|
} as const
|