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

add base network config settings for oasis testnet

This commit is contained in:
paulo-ocean 2024-09-05 14:25:50 +01:00
parent 57ffc12793
commit f59f3da675

View File

@ -157,6 +157,17 @@ export const configHelperNetworks: Config[] = [
gasFeeMultiplier: 1,
confidentialEVM: true
},
{
...configHelperNetworksBase,
chainId: 23295,
network: 'oasis_saphire_testnet',
nodeUri: 'https://testnet.sapphire.oasis.dev',
subgraphUri:
'https://v4.subgraph.sapphire-testnet.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph',
explorerUri: 'https://explorer.oasis.io/testnet/sapphire/',
gasFeeMultiplier: 1,
confidentialEVM: true
},
{
...configHelperNetworksBase,
chainId: 32456,