Skip to content

Commit

Permalink
Merge pull request #111 from zikriya/feature/node-infra
Browse files Browse the repository at this point in the history
constants updated
  • Loading branch information
zikriya authored Dec 28, 2023
2 parents 6d6ceb6 + 8bef45f commit 15325d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

Node Version `v18.12.1`

Redis Version `v7.0.8`

Run the Redis Server in your machine by using `redis-server` command

Run this command `cp .env.example .env` to create .env file

Run `yarn` OR `yarn install` at the root of the repo
Run `npm install` at the root of the repo

Run `yarn dev` to run Server
Run `npm run dev` to run Server
2 changes: 1 addition & 1 deletion src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const NETWORKS = [
{
chainId: '137',
fundManagerAddress: '0x1c0E4e27871162d350Ef66c275DFb02ca359f013',
fiberRouterAddress: '0xEf062ED0e27Ef97c7E942310Ab6d702321EEA1D9',
fiberRouterAddress: '0x6F40269932cdac97F977A89F69f939b1F0411308',
foundaryTokenAddress: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
},
{
Expand Down

0 comments on commit 15325d9

Please sign in to comment.