Skip to content

Commit 84629bb

Browse files
authored
Merge pull request #619 from PotLock/feature/admin-501c3-verification
Added actual list id
2 parents 02b2881 + ff21231 commit 84629bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/common/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ export const PLATFORM_LISTED_TOKEN_IDS: TokenId[] = [];
132132
export const PUBLIC_GOODS_REGISTRY_LIST_ID = 1;
133133

134134
// List ID of 501(c)(3) Verified Organizations Registry (on lists.potlock.near)
135-
// TODO: Update this once the list is created on-chain
136-
export const VERIFIED_501C3_LIST_ID = 2;
135+
export const VERIFIED_501C3_LIST_ID = 68;
137136

138137
// Separates contract_id and method_name in ProviderId
139138
export const PROVIDER_ID_DELIMITER = ":";

0 commit comments

Comments
 (0)