Skip to content

Commit

Permalink
Replaced lambdaclass with yetanotherco.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 10, 2024
1 parent 5153f73 commit 1d91338
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- base

anvil:
image: ghcr.io/lambdaclass/aligned_layer/anvil:latest
image: ghcr.io/yetanotherco/aligned_layer/anvil:latest
build:
context: .
dockerfile: docker/anvil.Dockerfile
Expand All @@ -22,15 +22,15 @@ services:
- base

aggregator:
image: ghcr.io/lambdaclass/aligned_layer/aggregator:latest
image: ghcr.io/yetanotherco/aligned_layer/aggregator:latest
build:
context: .
dockerfile: docker/aggregator.Dockerfile
profiles:
- aggregator

fund-operator:
image: ghcr.io/lambdaclass/aligned_layer/foundry:latest
image: ghcr.io/yetanotherco/aligned_layer/foundry:latest
command: ["cast", "send", "--from", "0x70997970C51812dc3A010C7d01b50e0d17dc79C8", "--value", "1ether", "--private-key", "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d", "--rpc-url", "http://anvil:8545", "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"]
build:
context: .
Expand All @@ -39,7 +39,7 @@ services:
- excluded

register-operator-eigenlayer:
image: ghcr.io/lambdaclass/aligned_layer/eigenlayer-cli:latest
image: ghcr.io/yetanotherco/aligned_layer/eigenlayer-cli:latest
command: ["sh", "-c", "echo '' | eigenlayer operator register config-files/config-docker.yaml"]
build:
context: .
Expand All @@ -48,7 +48,7 @@ services:
- excluded

mint-mock-tokens:
image: ghcr.io/lambdaclass/aligned_layer/foundry:latest
image: ghcr.io/yetanotherco/aligned_layer/foundry:latest
command: ["cast", "send", "09635f643e140090a9a8dcd712ed6285858cebef", "mint(address, uint256)", "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "100000000000000000", "--private-key", "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", "--rpc-url", "http://anvil:8545"]
build:
context: .
Expand All @@ -57,7 +57,7 @@ services:
- excluded

operator-deposit-into-mock-strategy:
image: ghcr.io/lambdaclass/aligned_layer/operator:latest
image: ghcr.io/yetanotherco/aligned_layer/operator:latest
command: ["aligned-layer-operator", "deposit-into-strategy", "--config", "./config-files/config-docker.yaml", "--strategy-address", "0xc5a5C42992dECbae36851359345FE25997F5C42d", "--amount", "100000000000000000"]
build:
context: .
Expand All @@ -66,7 +66,7 @@ services:
- excluded

operator-whitelist-devnet:
image: ghcr.io/lambdaclass/aligned_layer/foundry:latest
image: ghcr.io/yetanotherco/aligned_layer/foundry:latest
command: ["cast", "send", "--private-key", "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", "0x851356ae760d987E095750cCeb3bC6014560891C", "add(address)", "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "--rpc-url", "http://anvil:8545"]
build:
context: .
Expand All @@ -75,7 +75,7 @@ services:
- excluded

operator-register-with-aligned-layer:
image: ghcr.io/lambdaclass/aligned_layer/operator:latest
image: ghcr.io/yetanotherco/aligned_layer/operator:latest
command: ["aligned-layer-operator", "register", "--config", "./config-files/config-docker.yaml"]
build:
context: .
Expand All @@ -84,7 +84,7 @@ services:
- excluded

operator:
image: ghcr.io/lambdaclass/aligned_layer/operator:latest
image: ghcr.io/yetanotherco/aligned_layer/operator:latest
command: ["aligned-layer-operator", "start", "--config", "./config-files/config-docker.yaml"]
build:
context: .
Expand All @@ -93,7 +93,7 @@ services:
- operator

user-fund-payment-service-devnet:
image: ghcr.io/lambdaclass/aligned_layer/foundry:latest
image: ghcr.io/yetanotherco/aligned_layer/foundry:latest
command: ["cast", "send", "--from", "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "--value", "100ether", "--private-key", "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80", "--rpc-url", "http://anvil:8545", "0x7969c5eD335650692Bc04293B07F5BF2e7A673C0"]
build:
context: .
Expand All @@ -102,7 +102,7 @@ services:
- excluded

batcher:
image: ghcr.io/lambdaclass/aligned_layer/batcher:latest
image: ghcr.io/yetanotherco/aligned_layer/batcher:latest
environment:
AWS_SECRET_ACCESS_KEY: test
AWS_REGION: us-east-2
Expand All @@ -119,23 +119,23 @@ services:
- batcher

aligned_base:
image: ghcr.io/lambdaclass/aligned_layer/aligned_base:latest
image: ghcr.io/yetanotherco/aligned_layer/aligned_base:latest
build:
context: .
dockerfile: docker/aligned_base.Dockerfile
profiles:
- aligned_base

foundry:
image: ghcr.io/lambdaclass/aligned_layer/foundry:latest
image: ghcr.io/yetanotherco/aligned_layer/foundry:latest
build:
context: .
dockerfile: docker/foundry.Dockerfile
profiles:
- foundry

eigenlayer-cli:
image: ghcr.io/lambdaclass/aligned_layer/eigenlayer-cli:latest
image: ghcr.io/yetanotherco/aligned_layer/eigenlayer-cli:latest
build:
context: .
dockerfile: docker/eigenlayer-cli.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion docker/anvil.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/lambdaclass/aligned_layer/foundry:latest
FROM ghcr.io/yetanotherco/aligned_layer/foundry:latest

COPY contracts/scripts/anvil/state/* .

Expand Down

0 comments on commit 1d91338

Please sign in to comment.