Skip to content

Commit d6f1cff

Browse files
chore: code cleanup
1 parent 3e40e73 commit d6f1cff

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

packages/common/src/index.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -477,25 +477,6 @@ export function isChainIdSupported(chainId: number) {
477477
return getChainById(chainId) !== undefined;
478478
}
479479

480-
const gg20Rounds = [
481-
//GG20 rounds
482-
{ roundId: "23", chainId: 42161 }, // Hackathon Alumni
483-
{ roundId: "24", chainId: 42161 }, // ENS
484-
{ roundId: "25", chainId: 42161 }, // dApps & Apps
485-
{ roundId: "26", chainId: 42161 }, // WEB3 Infrastructure
486-
{ roundId: "27", chainId: 42161 }, // Developer Tooling
487-
{ roundId: "28", chainId: 42161 }, // Hypercerts Ecosystem
488-
{ roundId: "29", chainId: 42161 }, // Climate Solutions
489-
{ roundId: "31", chainId: 42161 }, // Open Civics
490-
{ roundId: "36", chainId: 42161 }, // Regenerative Land Projects
491-
{ roundId: "39", chainId: 42161 }, // DeSci
492-
{ roundId: "9", chainId: 10 }, // Token Engineering Commons (TEC)
493-
];
494-
495-
export function isGG20Round(roundId: string, chainId: number) {
496-
return gg20Rounds.some((r) => r.roundId === roundId && r.chainId === chainId);
497-
}
498-
499480
export function isLitUnavailable(chainId: number) {
500481
return [
501482
4201, // LUKSO_TESTNET,

0 commit comments

Comments
 (0)