We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76e343 commit 56ee028Copy full SHA for 56ee028
1 file changed
docker-compose.yaml
@@ -49,7 +49,7 @@ services:
49
50
mint-mock-tokens:
51
image: ghcr.io/yetanotherco/aligned_layer/foundry:latest
52
- command: ["sh", "-c", "cast send 09635f643e140090a9a8dcd712ed6285858cebef 'mint(address, uint256)' 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 100000000000000000 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --rpc-url http://anvil:8545 --gas-price $(cast gas-price --rpc-url http://anvil:8545)"]
+ command: ["sh", "-c", "cast send 09635f643e140090a9a8dcd712ed6285858cebef 'transfer(address recipient, uint256 amount)(bool)' 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 100000000000000000 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --rpc-url http://anvil:8545 --gas-price $(cast gas-price --rpc-url http://anvil:8545)"]
53
build:
54
context: .
55
dockerfile: docker/foundry.Dockerfile
0 commit comments