You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
417 B
Bash

#!/bin/bash
export $(cat .env)
forge script script/Deploy.s.sol:Deploy --private-key=$LOCAL_KEY --rpc-url http://localhost:8545 --broadcast
NET=local HASH=1 .venv/bin/python3 manage.py
cast send --private-key=$LOCAL_KEY --rpc-url=$LOCAL_RPC --value "10 ether" 0x653D2d1D10c79017b2eA5F5a6F02D9Ab6e725395
cast send --private-key=$LOCAL_KEY --rpc-url=$LOCAL_RPC --value "49.9 ether" $LOCAL_CONTRACT "mint(uint256)" 4900