Skip to content

Commit

Permalink
fix mock verifying paymaster + update simulations contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Jun 5, 2024
1 parent 034e53e commit 102d049
Show file tree
Hide file tree
Showing 10 changed files with 676 additions and 702 deletions.
12 changes: 6 additions & 6 deletions mock-alto-bundler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Production ready dockerfile that runs pnpm start
# production ready dockerfile that runs pnpm start
FROM node:20-alpine

# Set working directory
# set working directory
WORKDIR /app

# Install additional dependencies
RUN apk add --no-cache git

# Install pnpm
# install pnpm
RUN npm install -g pnpm@^8.15

# Copy source code
# copy source code
COPY . .

# Install dependencies
# install dependencies
RUN pnpm fetch
RUN pnpm install

# Start app
# start app
ENTRYPOINT ["pnpm", "run", "start"]
2 changes: 1 addition & 1 deletion mock-alto-bundler/alto-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"log-environment": "production",
"entrypoints": "0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789,0x0000000071727De22E5E9d8BAf0edAc6f37da032",
"balance-override-enabled": "true",
"entrypoint-simulation-contract": "0xb02456A0eC77837B22156CBA2FF53E662b326713",
"entrypoint-simulation-contract": "0x74Cb5e4eE81b86e70f9045036a1C5477de69eE87",
"api-version": "v1,v2",
"rpc-url": "http://anvil:8545",
"min-balance": "0",
Expand Down
9 changes: 7 additions & 2 deletions mock-alto-bundler/src/constants.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 102d049

Please sign in to comment.