diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e69de29 diff --git a/x/oracle/atlas/config.toml b/x/oracle/atlas/config.toml new file mode 100644 index 0000000..b4d4c32 --- /dev/null +++ b/x/oracle/atlas/config.toml @@ -0,0 +1,22 @@ +[module] +description = "The Oracle module allows validators to run arbitrary off-chain worker processes and report the results for inclusion in the on-chain state" +homepage = "https://relevant-community.github.io/oracle/" +keywords = [ + "oracle", + "offchain worker", + "relevant", +] + +name = "x/oracle" + +[bug_tracker] +url = "https://github.com/relevant-community/oracle/issues" + +[[authors]] +name = "balasan" + +[version] +documentation = "https://github.com/relevant-community/oracle/blob/v0.1.0/readme.md" +repo = "https://github.com/relevant-community/oracle" +sdk_compat = "v0.41.0" +version = "v0.1" \ No newline at end of file