Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wellitongervickas committed Nov 27, 2023
1 parent 5afe16f commit e4a8d31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 0 additions & 2 deletions scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
}

Expand Down

0 comments on commit e4a8d31

Please sign in to comment.