Skip to content

Commit 9a41741

Browse files
committed
Cleanup
1 parent 73cebe7 commit 9a41741

File tree

13 files changed

+188
-519
lines changed

13 files changed

+188
-519
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
6464

6565
# Set up non-root user
6666
RUN useradd rails --create-home --shell /bin/bash && \
67-
chown -R rails:rails log tmp storage
67+
chown -R rails:rails log tmp storage db config
6868
USER rails:rails
6969

7070
# Database initialization moved to runtime in entrypoint script

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ L1 RPC ─▶│ EthRpcClient│──blocks▶│ EthBlockImporter │──de
6363
- **ERC721EthscriptionsUpgradeable.sol**: Minimal ERC-721 core that supports address(0) ownership, removes approvals, and exposes `_update` for better control.
6464
- **TokenManager.sol**: Receives callbacks (`handleTokenOperation`, `handleTokenTransfer`) for token protocols. Logic still needs Ruby-side parameter parsing.
6565
- **EthscriptionsProver.sol**: Emits proofs for downstream verification.
66-
- **Predeploy Addresses**: Located in `contracts/genesis-allocs.json` (Ethscriptions contract at `0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE`).
66+
- **Predeploy Addresses**: Located in `contracts/genesis-allocs.json` (Ethscriptions contract at `0x3300000000000000000000000000000000000001`).
6767

6868
### 3.2 Identity & Storage
6969

app/models/concerns/evm_ethscription_processor.rb

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

0 commit comments

Comments
 (0)