Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Updated comments to match file and script names (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Shravan Sunder <ShravanSunder@users.noreply.github.com>
  • Loading branch information
grothem and ShravanSunder authored Jan 16, 2022
1 parent 26a8ed6 commit e571cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/vite-app-ts/src/config/contractConnectorConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import {
/**
* ⛳️⛳️⛳️⛳️⛳️⛳️⛳️⛳️⛳️⛳️⛳️⛳️⛳️⛳️
* ### Instructions
* 1. edit externalContractList.ts to add your external contract addresses.
* 2. edit `loader` function below and add them to the list
* 3. run yarn compile `yarn build:contracts` to generate types for contracts
* 1. edit externalContractsConfig.ts to add your external contract addresses.
* 2. edit `contractConnectorConfig` function below and add them to the list
* 3. run `yarn contracts:build` to generate types for contracts
* 4. run `yarn deploy` to generate hardhat_contracts.json
*
* ### Summary
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-app-ts/src/config/externalContractsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { NETWORKS } from '../models/constants/networks';
*
* ### Summary
* The list of external contracts use by the app.
* it is used to generate the type definitions for the external contracts by yarn build:contracts
* it is used to generate the type definitions for the external contracts by yarn contracts:build
* provide the name and address of the external contract and the definition will be generated
*/
export const externalContractsAddressMap: TExternalContractsAddressMap = {
Expand Down

0 comments on commit e571cba

Please sign in to comment.