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:
parent
b81d826680
commit
e934483853
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user