Skip to content

Commit

Permalink
Merge pull request #135 from OpenZeppelin/plat-3098-support-for-scrol…
Browse files Browse the repository at this point in the history
…l-network-mainnet

Add support to scroll mainnet
  • Loading branch information
MCarlomagno authored Oct 24, 2023
2 parents fa02288 + f5a7a27 commit ba11932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export type PublicNetwork =
| 'linea-goerli'
| 'linea'
| 'mantle'
| 'scroll'
| 'scroll-sepolia';
export type CustomNetwork = 'x-dfk-avax-chain' | 'x-dfk-avax-chain-test' | 'x-security-alliance';
export type ForkedNetwork = string;
Expand Down Expand Up @@ -85,6 +86,7 @@ export const Networks: Network[] = [
'x-dfk-avax-chain-test',
'x-security-alliance',
'mantle',
'scroll',
'scroll-sepolia',
];

Expand Down Expand Up @@ -141,5 +143,6 @@ const chainIds: { [key in Network]: number } = {
'x-dfk-avax-chain-test': 335,
'x-security-alliance': 888,
'mantle': 5000,
'scroll': 534352,
'scroll-sepolia': 534351,
};

0 comments on commit ba11932

Please sign in to comment.