Skip to content

Commit

Permalink
chore: bump celestia package version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Oct 4, 2024
1 parent e0c041e commit 4c76d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(
# TODO: add inputs to target mocha
plan.print("Using celestia for DA")
da_node = import_module(
"github.com/rollkit/kurtosis-celestia-da-node/main.star"
"github.com/rollkit/kurtosis-celestia-da-node/main.star@v0.1.0"
)
da_rpc_address, da_auth_token, da_wallet_address, da_height = da_node.run(
plan,
Expand Down

0 comments on commit 4c76d4b

Please sign in to comment.