Skip to content

Commit

Permalink
Merge pull request #141 from zikriya/develop
Browse files Browse the repository at this point in the history
Scroll network config
  • Loading branch information
zikriya authored May 9, 2024
2 parents a8db5ca + ad0bc86 commit 95123f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ export const NETWORKS = [
aggregateRouterContractAddress:
'0x6fd4383cb451173d5f9304f041c7bcbf27d561ff',
},
{
chainId: '534352',
fundManagerAddress: '0xb28d89D2B218ced7B64272CD61036F655c2573e4',
fiberRouterAddress: '0x35dA469ECbFFCBfaF8cAC31Fe0645B158e252Eb6',
foundaryTokenAddress: '0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4',
aggregateRouterContractAddress:
'0x6131B5fae19EA4f9D964eAc0408E4408b66337b5',
},
];

const getAllowedPublicAddress = function (): [] {
Expand Down

0 comments on commit 95123f2

Please sign in to comment.