Skip to content

Commit

Permalink
Merge pull request #1603 from novasamatech/feature/avail-pool
Browse files Browse the repository at this point in the history
Add Avail pool
  • Loading branch information
antonijzelinskij authored Jul 22, 2024
2 parents 888f9ec + 628128c commit dc12530
Showing 1 changed file with 2 additions and 1 deletion.
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 dc12530

Please sign in to comment.