diff --git a/README.md b/README.md index 4c4e624..93a8c48 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ npx hardhat scripts/deploy.js --network [NETWORK] 5. Adding support in the frontend: - - Open the `constants.js` file in the `frontend/utils` directory. + - Open the `constants.ts` file in the `frontend/utils` directory. - Include the chain information and Disperse contract address by adding the following code snippet in `supportedChains` array: ```javascript { diff --git a/frontend/index.html b/frontend/index.html index 7bfda6a..2da6329 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -12,6 +12,6 @@
- +