@@ -477,25 +477,6 @@ export function isChainIdSupported(chainId: number) {
477
477
return getChainById ( chainId ) !== undefined ;
478
478
}
479
479
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
-
499
480
export function isLitUnavailable ( chainId : number ) {
500
481
return [
501
482
4201 , // LUKSO_TESTNET,
0 commit comments