mempool-startos/scripts/embassy.ts
Dread f5ad3c8c97
Mempool updated to use js procedures (#12)
* added js procs

* add js procs

* included dependencies in js procs

* modified dependencies.ts to remote fetch-blocks and fix proxy

* Update scripts/embassy.ts

Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>

* ignore .js files in script

* fixed typo

* Update scripts/services/setConfig.ts

Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>

* Update scripts/services/setConfig.ts

Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>

* fixed js dependencies

* return default if properties are not found

* await metadata

Co-authored-by: Dread <dread@start9labs.com>
Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com>
Co-authored-by: Aiden McClelland <me@drbonez.dev>
2022-06-30 01:16:53 -04:00

4 lines
219 B
TypeScript

export { setConfig } from "./services/setConfig.ts";
export { properties } from "./services/properties.ts";
export { getConfig } from "./services/getConfig.ts";
export { dependencies } from "./services/dependencies.ts";