Skip to content

Commit

Permalink
Merge pull request #1604 from novasamatech/rc/8.2.2
Browse files Browse the repository at this point in the history
Rc/8.2.2
  • Loading branch information
antonijzelinskij authored Jul 22, 2024
2 parents 7bd8bf9 + c37e9b6 commit 78c15a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
// App version
versionName = '8.2.1'
versionCode = 145
versionName = '8.2.2'
versionCode = 146

applicationId = "io.novafoundation.nova"
releaseApplicationSuffix = "market"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class FixedKnownNovaPools : KnownNovaPools {
key(Chain.Geneses.POLKADOT, 54),
key(Chain.Geneses.KUSAMA, 160),
key(Chain.Geneses.ALEPH_ZERO, 74),
key(Chain.Geneses.VARA, 65)
key(Chain.Geneses.VARA, 65),
key(Chain.Geneses.AVAIL, 3)
)

private fun key(chainId: ChainId, poolId: Int) = chainId to PoolId(poolId)
Expand Down

0 comments on commit 78c15a5

Please sign in to comment.