Skip to content

Commit

Permalink
Merge pull request #46 from zikriya/develop
Browse files Browse the repository at this point in the history
NEONEVM network configuration added in constants
  • Loading branch information
zikriya authored Jul 27, 2023
2 parents 6de913b + bcd04b7 commit cf121d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ export const NETWORKS = [
fiberRouterAddress: '0x066599eD3abB7Eaf517119d376254af13871e5B1',
foundaryTokenAddress: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E',
},
{
chainId: '245022934',
fundManagerAddress: '0xE6ff690CC7B91A2B626F7A76Fe507028bc1Eb12D',
fiberRouterAddress: '0x2234157B16637AfA6f1A7C1C34b1b80D82b50D82',
foundaryTokenAddress: '0xea6b04272f9f62f997f666f07d3a974134f7ffb9',
},
];

0 comments on commit cf121d1

Please sign in to comment.