Skip to content

Commit

Permalink
chore: update anvil to fix contract deployment (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Oct 30, 2024
1 parent 823e05c commit d953560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"db:stop": "docker stop boltz-db",
"docker:build": "docker build . -t boltz/backend:latest -f ./docker/boltz/Dockerfile",
"docker:regtest": "./docker/regtest/startRegtest.sh",
"docker:solidity": "docker run -d --name anvil -p 8545:8545 ghcr.io/foundry-rs/foundry \"anvil --host 0.0.0.0 --chain-id 33\"",
"docker:solidity": "docker run -d --name anvil -p 8545:8545 ghcr.io/foundry-rs/foundry:nightly-95015894110734539c53ffad97cd64ca116fce5e \"anvil --host 0.0.0.0 --chain-id 33\"",
"docker:solidity:deploy": "cd node_modules/boltz-core && cp -R ../@openzeppelin node_modules/ && npm run deploy:solidity",
"docker:solidity:fund": "./bin/boltz-ethereum send 100000000000 && ./bin/boltz-ethereum send 1000000000 --token",
"docker:start": "npm run docker:regtest && npm run docker:solidity && npm run docker:solidity:deploy && npm run docker:solidity:fund",
Expand Down

0 comments on commit d953560

Please sign in to comment.