1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

add catenax network config (#1025)

This commit is contained in:
Alex Coseru 2021-09-16 14:09:32 +03:00 committed by GitHub
parent b81d826680
commit e934483853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,16 @@ export const configHelperNetworks: ConfigHelperConfig[] = [
subgraphUri: 'https://subgraph.gaiaxtestnet.oceanprotocol.com', subgraphUri: 'https://subgraph.gaiaxtestnet.oceanprotocol.com',
explorerUri: 'https://blockscout.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, ...configHelperNetworksBase,
networkId: 80001, networkId: 80001,