From e934483853c9f4dfebb8aa3de5ea524816c5b413 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 16 Sep 2021 14:09:32 +0300 Subject: [PATCH] add catenax network config (#1025) --- src/utils/ConfigHelper.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/utils/ConfigHelper.ts b/src/utils/ConfigHelper.ts index 5d1aa624..ac176ee8 100644 --- a/src/utils/ConfigHelper.ts +++ b/src/utils/ConfigHelper.ts @@ -102,6 +102,16 @@ export const configHelperNetworks: ConfigHelperConfig[] = [ subgraphUri: 'https://subgraph.gaiaxtestnet.oceanprotocol.com', explorerUri: 'https://blockscout.gaiaxtestnet.oceanprotocol.com' }, + { + ...configHelperNetworksBase, + networkId: 2021001, + network: 'catenaxtestnet', + nodeUri: 'https://rpc.catenaxtestnet.oceanprotocol.com', + providerUri: 'https://provider.catenaxtestnet.oceanprotocol.com', + subgraphUri: 'https://subgraph.catenaxtestnet.oceanprotocol.com', + explorerUri: 'https://blockscout.catenaxtestnet.oceanprotocol.com', + metadataCacheUri: 'https://aquarius.catenaxtestnet.oceanprotocol.com' + }, { ...configHelperNetworksBase, networkId: 80001,