trustless-generic-relayer/relayer_engine
dependabot[bot] 46619bc9cf
build(deps): bump decode-uri-component in /relayer_engine/src/plugin (#27)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 18:17:41 -05:00
..
engine_config Move development branch to main (#23) 2023-01-05 17:26:27 -05:00
src build(deps): bump decode-uri-component in /relayer_engine/src/plugin (#27) 2023-01-05 18:17:41 -05:00
.gitignore Move development branch to main (#23) 2023-01-05 17:26:27 -05:00
README.md Move development branch to main (#23) 2023-01-05 17:26:27 -05:00
package-lock.json add pkeys.sh to gitignore, fix imports (#24) 2023-01-05 18:04:30 -05:00
package.json Move development branch to main (#23) 2023-01-05 17:26:27 -05:00
tsconfig.json Move development branch to main (#23) 2023-01-05 17:26:27 -05:00

README.md

This directory represents the plugin intended to be used with the relayer engine.

The implementation of the plugin is in the /plugin directory, where the main.ts file is intended to start an engine with the plugin loaded.

To run: npm run tilt or npm run testnet or npm run mainnet