Skip to content

Commit

Permalink
Additional deployment information
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Jun 28, 2021
1 parent 03678e3 commit b36829b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"copy-dts": "Copy TypeChain type definition files to typescript output dir",
"clean": "Clean build artifacts, including contracts local deployment information",
"deploy": "Deploy contracts to local node. Requires node running on localhost:8545",
"deploy:bsc_testnet": "Deploy contracts to bsc_testnet.",
"deploy:bsc_testnet": "Deploy contracts to bsc_testnet. Requires one environment variable: MNEMONIC.",
"deploy:development": "Deploy contracts to local node. Requires node running on localhost:8545",
"deploy:goerli": "Deploy contracts to goerli. Requires two environment variables: PROJECT_ID and MNEMONIC.",
"deploy:kovan": "Deploy contracts to kovan. Requires two environment variables: PROJECT_ID and MNEMONIC.",
"deploy:mainnet": "Deploy contracts to mainnet.",
"deploy:matic_testnet": "Deploy contracts to matic_testnet. Requires two environment variables: PROJECT_ID and MNEMONIC.",
"deploy:avax_testnet": "Deploy contracts to avax_testnet.",
"deploy:avax_testnet": "Deploy contracts to avax_testnet. Requires one environment variable: MNEMONIC.",
"deploy:rinkeby": "Deploy contracts to rinkeby. Requires two environment variables: PROJECT_ID and MNEMONIC.",
"deploy:ropsten": "Deploy contracts to ropsten. Requires two environment variables: PROJECT_ID and MNEMONIC.",
"deploy:testnet": "Deploy contracts to all supported testnets. Requires two environment variables: PROJECT_ID and MNEMONIC.",
Expand Down

0 comments on commit b36829b

Please sign in to comment.