diff --git a/FUNDING.yml b/FUNDING.yml index efb9eb01b7..ebbec37728 100644 --- a/FUNDING.yml +++ b/FUNDING.yml @@ -1 +1 @@ -custom: https://etherscan.io/address/0x70CCBE10F980d80b7eBaab7D2E3A73e87D67B775 +custom: ["https://etherscan.io/address/0x70CCBE10F980d80b7eBaab7D2E3A73e87D67B775", "https://giveth.io/project/vyper"] diff --git a/vyper/cli/vyper_compile.py b/vyper/cli/vyper_compile.py index 09f8324dcf..9b5a67160d 100755 --- a/vyper/cli/vyper_compile.py +++ b/vyper/cli/vyper_compile.py @@ -17,7 +17,7 @@ from vyper.typing import ContractPath, OutputFormats from vyper.utils import uniq -format_options_help = """Format to print, one or more of: +format_options_help = """Format to print, one or more of (comma-separated): bytecode (default) - Deployable bytecode bytecode_runtime - Bytecode at runtime blueprint_bytecode - Deployment bytecode for an ERC-5202 compatible blueprint