Skip to content

Commit

Permalink
Small udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Jul 14, 2024
1 parent fdb4371 commit 8e5f3d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ WORKDIR /world-id
COPY . .

# Fetch libs
RUN git submodule update --init --recursive
RUN forge install

# Build the project
RUN forge build

# RUN ls script; exit 1
RUN ./script/generate_anvil_state.sh

CMD ["anvil --host 0.0.0.0 --load-state state.json"]
ENTRYPOINT ["anvil", "--host", "0.0.0.0", "--load-state", "state.json"]
CMD []
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Simply run

This docker image starts an anvil instance with contracts deployed at:
```
WorldIDRouter: 0x6e37bAB9d23bd8Bdb42b773C58ae43C6De43A590
WorldIDIdentityManager (Orb): 0xB3E7771a6e2d7DD8C0666042B7a07C39b938eb7d
WorldIDIdentityManager (Phone): 0xCDfDF72065493bDDb2131478c89C1D5482BD1dF6
WorldIDRouter: 0x7a2088a1bFc9d81c55368AE168C2C02570cB814F
WorldIDIdentityManager (Orb): 0x68B1D87F95878fE05B998F19b66F4baba5De1aed
WorldIDIdentityManager (Phone): 0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44
```

All the contracts are deployed using the default anvil wallet `0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266`, with the private key `0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80`. This is also the default owner account for all contracts.
Expand Down

0 comments on commit 8e5f3d4

Please sign in to comment.