Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Nov 26, 2024
1 parent 198058f commit 181ff12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import App from './App';
const projectID = import.meta.env.VITE_PROJECT_ID;

const config = getDefaultConfig({
appName: 'RainbowKit demo',
appName: 'Identity on chain platform',
projectId: projectID,
chains: [optimismSepolia, baseSepolia],
ssr: false,
Expand Down
3 changes: 0 additions & 3 deletions src/services/eas.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ class EASService {
public async attestByDelegation(
attestationPayload: AttestPayload
): Promise<void> {
console.log('attestationPayload', attestationPayload);

if (!this.eas) {
throw new Error('EAS is not initialized');
}
Expand All @@ -151,7 +149,6 @@ class EASService {
const attestationRequest =
EASService.prepareAttestationRequest(convertedPayload);

console.log('attestationRequest', attestationRequest);
try {
const tx = await this.eas.attestByDelegation(attestationRequest);
await tx.wait();
Expand Down

0 comments on commit 181ff12

Please sign in to comment.