Skip to content

Commit

Permalink
Bump version to v2.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwadon committed Mar 7, 2022
1 parent fc15748 commit 25fa4f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v2.30.2] 2022-03-07
### Fixed
- DTM rewards

## [v2.30.1] 2022-03-07
### Fixed
- DTM rewards
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys.mainClass

// -----------------

lazy val _version = "2.30.1"
lazy val _version = "2.30.2"

lazy val commonSettings = Seq(
version := _version,
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/org/constellation/rewards/DTM.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trait DTM {
}

object DTM extends DTM {
private final val address: String = "DAG4j2r35SDa15iKbjmujcmWbscmjjmqpwAjmz6m"
private final val address: String = "DAG0Njmo6JZ3FhkLsipJSppepUHPuTXcSifARfvK"
private final val avgSnapshotsPerMonth = 43110
private final val monthly: Double = 500000d

Expand Down

0 comments on commit 25fa4f2

Please sign in to comment.