Skip to content

Commit

Permalink
Merge pull request #353 from porters-xyz/develop
Browse files Browse the repository at this point in the history
Added funding.json for OP Retro Funding
  • Loading branch information
scermat authored Sep 5, 2024
2 parents 050aa6e + 05cb337 commit c901e48
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 533 deletions.
5 changes: 5 additions & 0 deletions funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"opRetro": {
"projectId": "0xdf0dda3c4884be5e562f35b299dccd8bc4e468843197166b3fc87a93dd211055"
}
}
4 changes: 1 addition & 3 deletions web-portal/backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { SiweService } from './siwe/siwe.service';
import { AuthGuard } from './guards/auth.guard';
import { AppsService } from './apps/apps.service';
import { AlertsModule } from './alerts/alerts.module';
import { TknApiModule } from './tkn-api/tkn-api.module';

@Module({
imports: [
Expand All @@ -34,8 +33,7 @@ import { TknApiModule } from './tkn-api/tkn-api.module';
OrgModule,
UtilsModule,
UsageModule,
AlertsModule,
TknApiModule
AlertsModule
],
providers: [
SiweService,
Expand Down
18 changes: 0 additions & 18 deletions web-portal/backend/src/tkn-api/models/AddressInfo.ts

This file was deleted.

16 changes: 0 additions & 16 deletions web-portal/backend/src/tkn-api/models/TokenInfo.ts

This file was deleted.

18 changes: 0 additions & 18 deletions web-portal/backend/src/tkn-api/tkn-api.controller.spec.ts

This file was deleted.

470 changes: 0 additions & 470 deletions web-portal/backend/src/tkn-api/tkn-api.controller.ts

This file was deleted.

8 changes: 0 additions & 8 deletions web-portal/backend/src/tkn-api/tkn-api.module.ts

This file was deleted.

0 comments on commit c901e48

Please sign in to comment.