We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ee028 commit e13a9dfCopy full SHA for e13a9df
1 file changed
docker-compose.yaml
@@ -67,7 +67,7 @@ services:
67
68
operator-whitelist-devnet:
69
image: ghcr.io/yetanotherco/aligned_layer/foundry:latest
70
- command: ["sh", "-c", "cast send --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 0xf5059a5D33d5853360D16C683c16e67980206f36 'add(address)' 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --rpc-url http://anvil:8545 --gas-price $(cast gas-price --rpc-url http://anvil:8545)"]
+ command: ["sh", "-c", "cast send --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 0x851356ae760d987E095750cCeb3bC6014560891C 'add(address)' 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --rpc-url http://anvil:8545 --gas-price $(cast gas-price --rpc-url http://anvil:8545)"]
71
build:
72
context: .
73
dockerfile: docker/foundry.Dockerfile
0 commit comments