"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const HTTP_URL = 'http://127.0.0.1:9933'; const WS_URL = 'ws://127.0.0.1:9944'; exports.default = { HTTP_URL, WS_URL };