Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLiteplo committed Sep 5, 2024
1 parent a8755e5 commit 6cb5483
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ cd to `v1-endpoint-deployment`
run:
`pnpm install`

`npx hardhat deploy --network avalanche-testnet --tags PriceFeed`
`npx hardhat deploy --network avalanche-testnet --tags FPValidator`
`npx hardhat deploy --network avalanche-testnet --tags MPTValidator01`
`npx hardhat deploy --network avalanche-testnet --tags NonceContract `
`npx hardhat deploy --network avalanche-testnet --tags UltraLightNodeV2`
`npx hardhat deploy --network avalanche-testnet --tags TreasuryV2`
`npx hardhat deploy --network avalanche-testnet --tags RelayerV2`
```npx hardhat deploy --network avalanche-testnet --tags PriceFeed```
```npx hardhat deploy --network avalanche-testnet --tags FPValidator```
```npx hardhat deploy --network avalanche-testnet --tags MPTValidator01```
```npx hardhat deploy --network avalanche-testnet --tags NonceContract ```
```npx hardhat deploy --network avalanche-testnet --tags UltraLightNodeV2```
```npx hardhat deploy --network avalanche-testnet --tags TreasuryV2```
```npx hardhat deploy --network avalanche-testnet --tags RelayerV2```

### V2 Endpoint:
cd to `v2-endpoint-deployment`
Expand Down

0 comments on commit 6cb5483

Please sign in to comment.