Skip to content

Commit

Permalink
fix: network config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Mar 27, 2024
1 parent f4aef56 commit 6a1dcf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export const networks: Network[] = [
name: 'zkEVM Testnet',
id: Environments.ZKEVM_TESTNET,
chainId: 1442,
config: getEnsEnvironmentConfig(Environments.ZKEVM_TESTNET),
ensConfig: getEnsEnvironmentConfig(Environments.ZKEVM_TESTNET),
datahubConfig: getDataHubEnvironmentConfig(Environments.ZKEVM_TESTNET),
},
];

Expand Down

0 comments on commit 6a1dcf7

Please sign in to comment.