Skip to content

Commit

Permalink
Merge pull request #214 from dappforce/improvement/whitelist
Browse files Browse the repository at this point in the history
Add addresses to whitelist
  • Loading branch information
teodorus-nathaniel authored Jan 30, 2024
2 parents 0140180 + 21fc770 commit dd2e7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const WHITELISTED_FOR_NEW_FEATURES = [
'3oGjkULuNKRqi513BbohWiSgA2oKMrbSnPrcddpXYC4mtW1G',
'3pMj2r2t8q9qPtZUsEBg19eiy621Go9tKowy3ktBsRGNsCGg',
'3q8uTV4HTCd4M8tP4fTKrGdopfKxAfLGfNdsmLbLP7hYj7JM',
'3tPAVaHYAFRfUVpNP1DAq4E3BxTPanzkGN4uukn3b4ZAefkj',
'3pjRboNv5rSDoy3thDse1KgaWtfVh3x2rrHqrabxjT7dJQdJ',
]
export function useIsMyAddressWhitelisted() {
const myAddress = useMyAddress()
Expand Down

0 comments on commit dd2e7d2

Please sign in to comment.