diff --git a/README.md b/README.md index ab75d88..473f127 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/constants/constants.ts b/src/constants/constants.ts index e96fe31..3ff9f66 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -28,7 +28,7 @@ export const NETWORKS = [ { chainId: '137', fundManagerAddress: '0x1c0E4e27871162d350Ef66c275DFb02ca359f013', - fiberRouterAddress: '0xEf062ED0e27Ef97c7E942310Ab6d702321EEA1D9', + fiberRouterAddress: '0x6F40269932cdac97F977A89F69f939b1F0411308', foundaryTokenAddress: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174', }, {