forge build
forge test
forge create \
--rpc-url "https://pre-rpc.bt.io" \
--private-key "PRIVATE_KEY" \
src/TimeCapsule.sol:TimeToken \
--legacy
forge create \
--rpc-url "https://pre-rpc.bt.io" \
--private-key "PRIVATE_KEY" \
src/TimeCapsule.sol:TimeCapsule \
--legacy
forge create \
--rpc-url "https://pre-rpc.bt.io" \
--private-key "PRIVATE_KEY" \
src/Multicall.sol:Multicall \
--legacy