diff --git a/README.md b/README.md index a8eda08..c28bcf6 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,6 @@ - Avalanche Fuji: (soon) - Arbitrum Rinkeby: (soon) -#### Deploying contracts - -not available - -#### Verifing contracts - -```shell -pnpm verify --contract contracts/[ContractName].sol:[Contract] --network [networkid] [contractAddress] ["ARGUMENTS"] -``` - -#### Setting chain config - -ToDo - ## Getting Started ```shell @@ -48,3 +34,17 @@ pnpm test pnpm test:watch pnpm test:coverage ``` + +### Deploying contracts + +ToDo + +### Verifing contracts + +```shell +pnpm verify --contract contracts/[ContractName].sol:[Contract] --network [networkid] [contractAddress] ["ARGUMENTS"] +``` + +### Setting chain config + +ToDo diff --git a/scripts/deploy.ts b/scripts/deploy.ts index 7809a73..0e26bc7 100644 --- a/scripts/deploy.ts +++ b/scripts/deploy.ts @@ -4,9 +4,7 @@ import cliSpinner from 'cli-spinners' const spinner: Spinner = new Spinner(cliSpinner.triangle) const deploy = async () => { - // deploy hub contract console.log(`ℹ️ Deploying...`) - console.log(`✅ deployed`) }