Skip to content

Commit

Permalink
config file add
Browse files Browse the repository at this point in the history
  • Loading branch information
chappie1998 committed Jan 29, 2024
1 parent afc0ffe commit e36032d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[components.run]

[components.run.celestia]
about = "Run Celestia orbit"

[components.run.celestia.light]
about = "Run Celestia light node"
binary = "/tmp/orb/celestia/celestia"
download = "~/orb-p/scripts/run/celestia.sh"
arguments = ["--arg1"]

[components.run.celestia.bridge]
about = "Run Celestia bridge node"
binary = "/tmp/orb/celestia/celestia"
download = "/tmp/orb/celestia/init.sh"
arguments = ["--arg1"]

[components.run.avail]
about = "Run Avail orbit"

[components.run.avail.light]
about = "Run Avail light node"
binary = "avail-light"
download = "/tmp/orb/avail/init.sh"
arguments = ["--arg3"]


[components.init]

[components.init.dymension]
about = "Initialize dymension orbit"
download = "~/orb-p/scripts/init/dymension.sh"

0 comments on commit e36032d

Please sign in to comment.