Skip to content

Commit e68c000

Browse files
committed
chore: code cleanup
there are some loose ends in the auth-server, could just revert all of that
1 parent e655714 commit e68c000

File tree

13 files changed

+17
-941
lines changed

13 files changed

+17
-941
lines changed

PASSKEY_PAYMASTER_DEBUG.md

Lines changed: 0 additions & 497 deletions
This file was deleted.

examples/demo-app/pages/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ import { privateKeyToAccount } from "viem/accounts";
119119
import { localhost } from "viem/chains";
120120
import { onMounted } from "vue";
121121
import ERC1271CallerContract from "../forge-output-erc1271.json";
122+
122123
// Load contracts from public JSON at runtime to avoid ESM JSON import issues
123124
const contractsUrl = "/contracts.json";
124125
let contractsAnvil: Record<string, unknown> = {};

examples/demo-app/scripts/deploy-paymaster.sh

Lines changed: 0 additions & 60 deletions
This file was deleted.

examples/demo-app/tests/paymaster.spec.ts

Lines changed: 0 additions & 319 deletions
This file was deleted.

packages/auth-server-api/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Server Configuration
2-
PORT=3005
2+
PORT=3004
33

44
# CORS Configuration (comma-separated origins)
5-
CORS_ORIGINS=http://localhost:3004,http://localhost:3003,http://localhost:3002,http://localhost:3000
5+
CORS_ORIGINS=http://localhost:3005,http://localhost:3003,http://localhost:3002,http://localhost:3000
66

77
# Deployer Configuration (Private key with funds for deployment gas)
88
# For local development, use the Anvil rich account:

0 commit comments

Comments
 (0)