Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { EVM_RPC_URLS } from './src/config/evm';
import { useNetworkStore, useSettingsStore } from './src/store';
import { sessionService } from './src/services/auth/session';


// Get projectId from environment variable
const projectId = process.env.WALLET_CONNECT_PROJECT_ID || 'YOUR_PROJECT_ID';

Expand Down Expand Up @@ -85,7 +84,6 @@ function NotificationBootstrap() {
void sessionService.initializeCurrentSession();
}, [initialize, initializeSettings]);


return null;
}

Expand Down
8 changes: 7 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"GHSA-r6q2-hw4h-h46w",
"GHSA-v9p9-hfj2-hcw8",
"GHSA-vjh7-7g9h-fjfh",
"GHSA-vrm6-8vpv-qv8q"
"GHSA-vrm6-8vpv-qv8q",
"GHSA-35jp-ww65-95wh",
"GHSA-5wm8-gmm8-39j9",
"GHSA-ph9p-34f9-6g65",
"GHSA-pjwm-pj3p-43mv",
"GHSA-q3j6-qgpj-74h6",
"GHSA-v39h-62p7-jpjc"
]
}
2 changes: 1 addition & 1 deletion backend/services/__tests__/webhook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
buildWebhookPayload,
signWebhookPayload,
verifyWebhookSignature,
} from '../webhook';
} from '../notification/webhook';
import type {
WebhookEventInput,
WebhookPlanSnapshot,
Expand Down
Loading