Skip to content

Commit

Permalink
Merge pull request #575 from fairDataSociety/feat/zkevm
Browse files Browse the repository at this point in the history
Feat/zkevm
  • Loading branch information
tfius authored Dec 20, 2023
2 parents 2424b50 + 796934c commit c3732aa
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
48 changes: 30 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fairdatasociety/blossom": "^0.5.0",
"@fairdatasociety/fdp-storage": "^0.16.0",
"@fairdatasociety/fdp-storage": "^0.17.0",
"@headlessui/react": "^1.7.14",
"@metamask/sdk": "^0.5.6",
"@types/react-blockies": "^1.4.1",
Expand Down
6 changes: 6 additions & 0 deletions src/data/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export const networks: Network[] = [
chainId: 421613,
config: getEnsEnvironmentConfig(Environments.ARBITRUM_GOERLI),
},
{
name: 'zkEVM Testnet',
id: Environments.ZKEVM_TESTNET,
chainId: 1442,
config: getEnsEnvironmentConfig(Environments.ZKEVM_TESTNET),
},
];

if (process.env.NEXT_PUBLIC_ENVIRONMENT !== 'PRODUCTION') {
Expand Down

0 comments on commit c3732aa

Please sign in to comment.