export const BRANDING: Readonly = Object.freeze("EaglerXProxy") export const VERSION: Readonly = "1.0.0" export const NETWORK_VERSION: Readonly = Object.freeze(BRANDING + "/" + VERSION)