idle_moloch/deploy_contract.sh
Mitja Belak ec10cb11cc
Some checks are pending
CI / Foundry project (push) Waiting to run
Mining or raiding mechanic works now
2024-10-22 14:46:50 +02:00

4 lines
247 B
Bash
Executable File

#!/bin/sh
cast rpc anvil_setBalance 0x3295CCA2d922c637d35b258fc6c9C7e471803b45 0xDE0B6B3A7640000 --rpc-url http://127.0.0.1:8545
forge script script/RaidGeld.s.sol:RaidGeldScript --rpc-url 127.0.0.1:8545 --broadcast --private-key $DEV_PRIVATE_KEY