Skip to content

Commit

Permalink
Add ADLT6 to staking page
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBenc committed Nov 24, 2020
1 parent e457c5d commit 23c389f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/frontend/components/pages/staking/stakingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import submitEmailRaw from '../../../helpers/submitEmailRaw'
import NamedError from '../../../helpers/NamedError'
import debugLog from '../../../helpers/debugLog'

const newPools = new Set(['ADLT4', 'ADLT5'])
const newPools = new Set(['ADLT4', 'ADLT5', 'ADLT6'])
const ADLTPools = [
['ADLT6', 'cf69a3eca039d537acd46d5864a54dd8953f0c14be957350905834aa'],
['ADLT5', '936f24e391afc0738c816ae1f1388957b977de3d0e065dc9ba38af8d'],
['ADLT4', 'd785ff6a030ae9d521770c00f264a2aa423e928c85fc620b13d46eda'],
['ADLT3', '92229dcf782ce8a82050fdeecb9334cc4d906c6eb66cdbdcea86fb5f'],
Expand Down

0 comments on commit 23c389f

Please sign in to comment.