q13x-eaglerproxy/meta.js

9 lines
268 B
JavaScript
Raw Normal View History

2024-09-04 05:02:00 -07:00
const f = Object.freeze;
// bridge meta
export const BRIDGE_VERSION = f(1);
// adapter meta
export const PROXY_BRANDING = f("EaglerProxy");
export const PROXY_VERSION = f("1.0.8");
export const NETWORK_VERSION = f(0x03);
export const VANILLA_PROTOCOL_VERSION = f(47);