Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Release v0.1.3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Jun 29, 2023
1 parent 4080141 commit 70ec27e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "slothunter"
readme = "README.md"
repository = "https://github.com/hack-ink/slothunter"
version = "0.1.2"
version = "0.1.3"

[features]
node-test = []
Expand Down
6 changes: 5 additions & 1 deletion configuration-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ para-id = 2000
# Bid for 8 leases.
# Example values: [0, 7], [10, 17], [100, 107]
leases = [0, 0]
# Watch-only mode.
#
# No extrinsic will be sent in this mode.
watch-only = false
# Bidding type.
#
# Possible values: "self-funded", "crowdloan".
Expand Down Expand Up @@ -125,4 +129,4 @@ webhooks = [
# SMTP server address.
#
# The default value is the SMTP server address of Gmail.
# stmp = "smtp.gmail.com"
# smtp = "smtp.gmail.com"
2 changes: 1 addition & 1 deletion test/integration/rococo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ webhooks = [
# SMTP server address.
#
# The default value is the SMTP server address of Gmail.
# stmp = "smtp.gmail.com"
# smtp = "smtp.gmail.com"

0 comments on commit 70ec27e

Please sign in to comment.