q13x-eaglerproxy/meta.js
idklol725 a52b7d834c ....
2024-09-04 12:04:47 +00:00

9 lines
268 B
JavaScript

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);