We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02b2881 + ff21231 commit 84629bbCopy full SHA for 84629bb
1 file changed
src/common/constants.ts
@@ -132,8 +132,7 @@ export const PLATFORM_LISTED_TOKEN_IDS: TokenId[] = [];
132
export const PUBLIC_GOODS_REGISTRY_LIST_ID = 1;
133
134
// 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;
+export const VERIFIED_501C3_LIST_ID = 68;
137
138
// Separates contract_id and method_name in ProviderId
139
export const PROVIDER_ID_DELIMITER = ":";
0 commit comments